Issue 493: dayClick and eventDrop without timestamp
Status:  Done
Owner: ----
Closed:  May 2010
Reported by colin.m....@gmail.com, May 25, 2010
I've been reading the issues pages and found a lot about timezones etc, but
I guess i still don't get a few things:

Everytime an event is being resized(and saved afterwards) fullcalendar adds
the timestamp GMT+2. The result is when the calendar is being rendered
again, the event is set back 2 hours, because of the added timestamp..

How can I fix this?

example:
http://aap.cdzyne.nl/Calendar.aspx

(i havent been able to let the calendar auto reload events from the
database, so please press ENTER after clicking on the address bar on your
browser to refresh)



P.S.

I already set the:

CurrentTimezone: 'Europe/Amsterdam',

so everybody in viewing with the same timezone, no matter where they browse
from. (its ok since it will only be used by Dutch people for "local" events



May 25, 2010
#1 colin.m....@gmail.com
Lol, I found the solution 2 hours after I posted this thread. 
I was struggling with it for 3 days now though.

I used $.fullCalendar.formatDate(calEvent.start, "yyyy-MM-dd H:mm:ss"); 
to delete the GMT.

Thanks anyway. This thread can be closed
May 31, 2010
Project Member #2 adamrs...@gmail.com
great, glad you figure it out
Status: Done