Files
rustguac/static
pletch f693b855dd fix(admin): show timestamps in local time instead of UTC
Backend stores timestamps as SQLite datetime('now') (UTC, no zone marker) and the
admin page printed them verbatim, so last-login/created/last-used/audit times read
as GMT. Add a localTime() helper that tags the unzoned string as UTC and renders
toLocaleString(); apply it to all full date-time cells. Date-only token columns
are left as UTC dates (localizing a 23:59:59Z expiry could roll the date a day).

Cherry-picked from pletch/rustguac@b5ea32e
2026-07-12 15:54:30 +10:00
..
2026-02-06 14:38:53 +11:00