| Issue 573: | timezone issue with eventDrop | |
| 1 person starred this issue and may be notified of changes. | Back to list |
My server is in PST but I am in EST. When I drag an event from one day to another and drop it, it appears to correctly change days and not times, but on calendar refresh it has changed the time back 3 hours (east to west). Why is this happening?
Jul 25, 2010
#1
erikru...@gmail.com
Aug 26, 2010
yeah, this is an issue with the difference in GMT offset between your client and server and will hopefully be helped in some way by this issue: https://code.google.com/p/fullcalendar/issues/detail?id=336 basically, you need to take the gmt offset of your client in easter time (-5) and subtract the gmt offset of your server in pacific time (-8) = 3. then add this # of hours to every time you send back to the server (when the eventDrop happens). sorry this is so lame. in the future, i want fullcalendar to handle everything in UTC, but things are not so right now.
Status:
Done
|
|
| ► Sign in to add a comment |