Page 1 of 1

DST and CrudManager

Posted: Mon May 29, 2023 5:36 pm
by jk@datapult.dk

Hi there,

Using your shared CrudManager, I switched to Swedish Locale and scrolled to the DST in 2024:
https://www.dropbox.com/s/b099q3799d06pzp/Screen%20Recording%202023-05-29%20at%2017.27.18.mov?dl=0

I put in 10:00 for end date but upon reopening, it says 11:00. I can confirm that the wrong date is sent to the server as well as I got complaints about it this week.

This only happen when I create an event spanning the DST.

Thanks
Jacob


Re: DST and CrudManager

Posted: Mon May 29, 2023 6:51 pm
by alex.l

Hi Jacob,

Thank you for clear steps to reproduce, I've opened a ticket here https://github.com/bryntum/support/issues/6869


Re: DST and CrudManager

Posted: Tue Sep 05, 2023 9:53 am
by nickolay

Hello,

The fix was merged to our repo, it will be available in the tomorrow nightly or in the 5.5.3 release. To activate the fix, you will need to enable the adjustDurationToDST option in the project like this:

new Scheduler({
    project : { adjustDurationToDST : true }
})