Timezones

The KendoReact Gantt provides built-in support for displaying events in different timezones.

Default Timezones

If no timezone is set, the Gantt defaults to the local timezone of the browser. The user will be able to see the start and end time of the events as they appear in their local timezone.

For example, an event that is set up to occur at 09:00 AM in London (GMT+0000) will appear as 10:00 AM to a user in Berlin (GMT+0100). The following example demonstrates the resulting time for your local timezone.

Example
View Source
Change Theme:

Fixed Timezones

Some scenarios require you to set a timezone to a fixed value. For example, if the schedule of the project has to be always displayed in the timezone of the head office regardless of the timezone in which the rest of the offices are located and from which they are viewing the schedule. For more information, refer to the timezones documentation of the Date Math library.

  1. Load the required timezone data.

    The Etc/UTC timezone is loaded by default.

      // Load the timezone data for the specific time zone.
      import '@progress/kendo-date-math/tz/America/New_York';
  2. Set the timezone attribute of the Gantt to the desired timezone ID.

Example
View Source
Change Theme:

In this article

Not finding the help you need?