Defined Scheduler Timezone Is Not Applied
Environment
Product | Progress® Kendo UI® Scheduler for jQuery |
Operating System | Windows 10 64bit |
Description
The defined jQuery Scheduler timezone is not applied.
Cause
In this case, the specified timezone
option is not recognized by the widget and the events are visualized with a specific time offset. This could happen when the SchedulerDataSource
instance is created separately, outside the Scheduler.
Solution
To handle the issue, directly set the schema.timezone
option of the SchedulerDataSource
instance to the desired value.