Premium support for our pure JavaScript UI components


Post by daansatortec »

The scheduler displays data (events, time ranges, etc.) and the headers always in the time zone of the browser/OS.

For most of our applications/products we need to use a specific time zone, which can be different to that of the browser/OS.

Currently we are working around this limitation by manually feeding the scheduler modified dates. That works, but it is rather cumbersome and error prone. Unfortunately, it doesn't solve all problems:
  • Current time indicator is still shown in the time zone of the browser/OS.
  • DST switches depend on the time zone (regions), so if there is a difference in DST between the desired time zone and the browser/OS time zone, DST switches are either not shown or shown incorrectly.
I would propose a new feature for the scheduler to accept an optional timeZone property in the config (IANA identifiers), that can also be changed later after the instantiation of the scheduler.

Post by sergey.maltsev »

Hi!

Thanks for the suggestion.
Here is feature request ticket
https://github.com/bryntum/support/issues/1533


Post Reply