server_utc

允许在与服务器交换数据时,将服务器端日期在 UTC 和本地时区之间转换

boolean server_utc;

Example

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


Default value:

false Back to top