Hi Isomorphic,
From server side, I am sending a date time at 9:00 GMT.
I set DateUtil.setDefaultDisplayTimezone("+2:00") and DateUtil.setAdjustForDST(false);
I am using my laptop in holiday, that moves automatically lets say to GMT+4.
When i show the CalendarEvent, what should be the expected behaviour
- to show the event at 13:00 (GMT+4), the browser/computer offset or
- to show the event at 11:00 (GMT+2) the DateUtil offset ?
Best regards,
Costy
From server side, I am sending a date time at 9:00 GMT.
I set DateUtil.setDefaultDisplayTimezone("+2:00") and DateUtil.setAdjustForDST(false);
I am using my laptop in holiday, that moves automatically lets say to GMT+4.
When i show the CalendarEvent, what should be the expected behaviour
- to show the event at 13:00 (GMT+4), the browser/computer offset or
- to show the event at 11:00 (GMT+2) the DateUtil offset ?
Best regards,
Costy
Comment