daveb
committed
on 27 Sep 07
Fix problem with Daylight Saving Time when creating recurring
events. This works fine in Oracle because the timestamps don't have
timezones.… Show more
Fix problem with Daylight Saving Time when creating recurring

events. This works fine in Oracle because the timestamps don't have

timezones. In Postgresql when calculating the interval between events

for recurring events, we need to ignore the timezone to get the

correct result when the event crosses the Daylight Saving Time boundar.

Show less