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 recurringevents. This works fine in Oracle because the timestamps don't havetimezones. In Postgresql when calculating the interval between eventsfor recurring events, we need to ignore the timezone to get thecorrect result when the event crosses the Daylight Saving Time boundar.
Show less