As subject states, when I create an event in the month previous the current one the event itself gain a single hour when displayed (tough in the DB everything works as it should)
I tracked the problem as far as I can and noticed that when I populate the SchedulerAjaxData the Datas are correct but in the JSON received by the browser they are altered.
I use the current dateFormat:
data.DateFormat = “%Y-%m-%d %H:%i:%s”;
sched.Config.xml_date = “%Y-%m-%d %H:%i:%s”;
The dates in my DB are like this one: 2012-01-17 17:15:00.000
Any ideas?