| Issue 1121: | Events on calendar differ to actual data | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Reproducing
Oct 2, 2011
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
|
|
| ► Sign in to add a comment |