How can I ignore DST (Daylight Saving Time) time changes when creating date repeats sequence?
I want to set an event to be started at 4pm every week on Thursday, but because of DST, this time changes to 5pm on March, I'd like to avoid that?
I am using PHP 5.2

Comments

tim.plunkett’s picture

Version: 6.x-2.8 » 7.x-2.x-dev
Category: support » feature

This should be for 7.x-3.x, but there is no component.

kourosh.a’s picture

Version: 7.x-2.x-dev » 6.x-2.4

Hi, I'm having the same issue. I'm using D6. Any idea?

tim.plunkett’s picture

Version: 6.x-2.4 » 7.x-2.x-dev
tim.plunkett’s picture

Issue summary: View changes

Added PHP version

dmadruga’s picture

Issue summary: View changes

+1

prudloff’s picture

This can also cause problems if the start date is before DST and the end date (value2) is after DST. The end date will be saved with -1 hour. (Whereas if the date is not repeated, the end date will be saved correctly.)