My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 850: Time Displaying wrong since daylight savings time change
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Mar 2011


Sign in to add a comment
 
Reported by al...@orbitalalliance.com, Mar 14, 2011
{
            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
Sorry Displaying 9:30pm.  Morning brain fart.
Mar 14, 2011
#2 al...@orbitalalliance.com
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
#3 m...@forrestzeisler.com
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
Project Member #4 adamrs...@gmail.com
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

Powered by Google Project Hosting