Premium support for our pure JavaScript UI components


Post by Giovanni Pini »

Hi,

I have a question regarding scheduler timezones and current time line indicator.
We are currently trying to show the scheduler as if it was in a different timezone than the browser one.

What we managed to do since now is to shift all scheduler events according to the "external" timezone, but we cannot find a way to adjust the current time line indicator accordingly.

To make an example: suppose the vertical time line is positioned at 10:00 AM in browser time (UTC).
If we want to "set" a timezone with +1h offset, we expect the vertical line position to be shifted to 11:00 AM.

Is it possible to customize the vertical time line value/position (i.e. the scheduler's "now" value) with a specific and custom timezone?

Thanks,

Giovanni

Post by mats »

No, current time isn’t meant to be used as you want. Ignore it and write your own feature based on TimeRanges feature instead, much easier.

Post by Giovanni Pini »

Ok thanks we will try to use the TimeRanges feature.

Post Reply