Events created in the past month gain an hour

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?

N.B. The problem appears in every month before the current one.

Hello,
what time zone is setted in your system?

(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna

Thanks,
we’ll investigate this issue and let you know when find a solution or workaround

Has a solution to this problem been found?