allows loading and saving dates in UTC format
webix.ui({
view: "gantt",
url: "https://docs.webix.com/gantt-backend/",
serverUTC: true // incoming/outgoing date is marked as UTC
});
If the property is set to true
, Gantt parses dates from UTC to local time upon loading. Upon saving dates are parsed from local time to the UTC format.