Premium support for our pure JavaScript UI components


Post 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


Post 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

All the best,
Alex


Post 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 }
}) 

Post Reply