issue with dates format and timezones

so I’ve been trying to set dhtmlx scheduler to not convert datetimes which I send to from the server to clients’ timezones. Supposedly by default this scheduler.config.server_utc is false so it should not convert the time. It works for dates in the mysql datetime format like ‘2010-10-26 10:55:27’. However if I use DATE_ISO8601 format for datetimes which I have to use b/c IE does not work otherwise timezone conversion happens automatically

Please help me figure out which dates format should I use on the server side in order to make calendar work in IE and not covert the times to clients’ timezones. Thank you

You can use ANY format, just configure scheduler.config.xml_date format string, with configuration of used date|time format.

docs.dhtmlx.com/scheduler/api__s … onfig.html