New to Kendo UI for jQueryStart a free 30-day trial

Defined Scheduler Timezone Is Not Applied

Environment

ProductProgress® Kendo UI® Scheduler for jQuery
Operating SystemWindows 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.

See Also