| Issue 850: | Time Displaying wrong since daylight savings time change | |
| 1 person starred this issue and may be notified of changes. | Back to list |
{
title : 'Yoga',
start : 'Mon, 14 Mar 2011 19:30:00 CST',
end : 'Mon, 14 Mar 2011 20:45:00 CST',
allDay: false,
url: '/whats-going-on/classes/yoga/'
},
Is displaying Start at 9:30am. I am in EST. Any ideas? Everything before the time change is working fine.
Mar 14, 2011
#1
al...@orbitalalliance.com
Mar 14, 2011
There is an event the week before:
{
title : 'Yoga',
start : 'Mon, 07 Mar 2011 19:30:00 CST',
end : 'Mon, 07 Mar 2011 20:45:00 CST',
allDay: false,
url: '/whats-going-on/classes/yoga/'
},
And that is displaying correctly. 8:30pm EST.
Mar 14, 2011
I believe you want the timezone to be CDT (Central Daylight-Savings Time) rather than CST (Central Standard Time). That will take daylight savings time into account. Good luck, Forrest
Mar 24, 2011
what forrestzeisler suggested might work. but fullcalendar does not do parsing of these dates. underneath, it is your browser. so there's nothing fullcalendar could do about it
Status:
Done
|
|
| ► Sign in to add a comment |