ghostguild-org/app/pages/events
Jennie Robinson Faber acbd3c0737 feat(events): render public detail page in event timezone
Event detail page formatted dates in viewer-local time, so a Lisbon
viewer of a Toronto ET event saw the time in WEST. Format with
event.displayTimezone instead so attendees see the event's intended
wall-clock + zone suffix ("6:00 AM EDT") regardless of where they sit.

useEventDateUtils.formatDate / formatTime / formatDateRange / isToday
now accept a { timeZone } option and pass it to Intl.DateTimeFormat.
Existing call sites that don't pass timeZone fall through to viewer-
local, matching prior behaviour.
2026-05-19 10:45:11 +01:00
..
[slug].vue feat(events): render public detail page in event timezone 2026-05-19 10:45:11 +01:00
index.vue fix(events): replace 50% opacity on cancelled rows with strikethrough 2026-05-01 12:08:29 +01:00