Paradaux
IssuesPAR-40PlannedOpen ↗
0

Make the website timezone aware

Render timestamps in the viewer's local timezone on the Economy Explorer.

Grounded: date/time formatting lives in economy-explorer/lib/format.ts (also used by Pagination, Footer, ActivityCalendar, charts). Because pages are SSR, timestamps currently format on the server (its tz/UTC), so a player abroad sees the wrong wall-clock time.

Make formatting timezone-aware: detect the viewer's tz (Intl resolved options client-side, or a tz cookie set on first load) and format against it — either hydrate the formatted strings client-side or pass the tz into the SSR formatter. Keep chart day-bucketing consistent with the chosen tz.

Comments

No comments yet.

Activity

  • paradaux description: Description updatedJun 7, 2026, 9:04 PM
  • paradaux changed status to Status → PlannedJun 7, 2026, 9:04 PM
  • tesks description: Description updatedJun 4, 2026, 8:56 PM
  • tesks updated labels (Labels updated)Jun 4, 2026, 8:56 PM