fix(audit): show UTC suffix on timestamp display
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled

This commit is contained in:
kitos
2026-05-19 13:05:08 +02:00
parent 7312f9664b
commit d6df7fdc09

View File

@@ -72,7 +72,8 @@ export default function AuditLogPage() {
hour: "2-digit", hour: "2-digit",
minute: "2-digit", minute: "2-digit",
second: "2-digit", second: "2-digit",
}); timeZone: "UTC",
}) + " UTC";
}; };
const formatDetails = (details: Record<string, unknown> | null) => { const formatDetails = (details: Record<string, unknown> | null) => {