| Issue 432: | Event Times One Hour Off | |
| 1 person starred this issue and may be notified of changes. | Back to list |
How come the following event (as an example, it is happening with all
events) is showing up on the calendar with a start time of 10:00a? Is this
a DST issue? I did not see a setting to set DST in the calendar.
{
title: 'DP Test Event',
start: 'Sat, 24 Apr 2010 9:00:00 PST',
end: 'Sat, 24 Apr 2010 10:00:00 PST',
className: 'cc3 eventDetails',
url: '/tools/calendar/cal_more.cfm?id=11051&cal=Calendar',
allDay: false
},
Apr 1, 2010
#1
jbres...@gmail.com
Apr 5, 2010
Anybody? Bueller?
Apr 8, 2010
please include a demonstration of the bug. This can be a link to a website or a ZIP containing a runnable HTML file. Please include everything needed to recreate the bug (JS, CSS, event JSON). also, what timezone are you in?
Apr 12, 2010
Hello Adam, Here is an example page where you can see the issue with the time I am having. Please excuse the horrible code, I copied/pasted the source from the actual file, which is password protected, so you could see what was happening. My Time Zone is: (GMT-08:00) Pacific Time (US & Canada) https://meded-portal-dev.ucsd.edu/testCal.cfm
Apr 22, 2010
Have you had a chance to look at this page?
May 7, 2010
Is there anybody out there...
May 7, 2010
when dates are in IETF format, they are just handed over to the native Date constructor. i don't know why it isn't parsing it correctly. maybe something to do with daylight savings time. when i remove the "PST" part in your date strings, it works. probably the best workaround is to use the ISO8601 format
Jun 14, 2010
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |