mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-09-18 14:25:59 +00:00
Replace the UTC-only SystemTime timer in EventFormatter with chrono's ChronoLocal, which resolves the zone from TZ, then /etc/localtime, then /usr/share/zoneinfo, and falls back to UTC when none are available. The published image is distroless and ships none of them, so the default output is unchanged and operators opt in by mounting a zone file; the only difference for existing deployments is the offset suffix, Z -> +00:00.