server_utc

enables converting server-side dates from UTC to a local time zone (and backward) while sending data to the server

boolean server_utc;

Example

gantt.config.server_utc = true;
 
gantt.init("gantt_here");


Default value:

false Back to top