Hi,
I get this data from the server:
{
"id"
: 4215,
"route_id"
: 181,
"route_name"
:
"Test Task"
,
"start"
:
"2015-12-04T01:00:00Z"
,
"end"
:
"2015-12-04T03:00:00Z"
,
"recurrenceRule"
:
"FREQ=WEEKLY;BYDAY=SU,MO,TU,WE,TH"
,
"isAllDay"
:
false
}
I want to display the task start and end has i get it from the server.
I tried to use:
timezone: "Etc/UTC", but it still convert to local timezone.
here my code:
http://dojo.telerik.com/@idoglik6/ocavO
Has you can see the scheduler display the task from 3-4 (in my local timezone +2) and not like i want to see it (1-3)
Thanks,
Ran