Version 1.7.4 — Event Occurrences Timezone Fix #
Event Occurrences times no longer shift by the WordPress timezone offset on non-UTC sites.
05 May 2026
Fix
Version 1.7.4 follows up 1.7.3 with another time-handling fix for the Event Occurrences element, this time affecting sites running on non-UTC timezones.
Fixes
- Event Occurrences element times are no longer shifted by the WordPress timezone offset — On sites with a non-UTC WordPress timezone, the start and end times rendered in each occurrence row could appear shifted forward by the timezone's UTC offset (for example, 17:00–19:00 displaying as 19:00–21:00 in the Europe/Oslo timezone during summer). The element now parses stored times explicitly in the configured WordPress timezone before formatting, so the rendered values match the times set in the event metabox regardless of the server's timezone.