Issue 1121: Events on calendar differ to actual data
Status:  Done
Owner: ----
Closed:  Oct 2011
Reported by tamlite...@gmail.com, Sep 20, 2011
I've noticed that our calendar is showing events 1 hour out, so for example and event set up with the following data:

                
allDay: false,
start: new Date('2011-09-28T09:00:00'),
end: new Date('2011-09-28T11:00:00')

the actual event shows in the calendar between 10am and 12pm
Sep 23, 2011
Project Member #1 althaus.it
Have you checked the timezone handling?
Status: Reproducing
Oct 2, 2011
Project Member #2 adamrs...@gmail.com
try to just do that date string (like '2011-09-28T09:00:00') instead of putting in  a date constructor (like new Date('2011-09-28T09:00:00')... the native date object doesn't know how to parse iso8601 dates
Status: Done