Files
matrix-authentication-service/crates/context
Dominik Röttsches 1a086b543d Format log timestamps in the local timezone
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.
2026-08-21 23:14:37 +03:00
..