fix(audit): show UTC suffix on timestamp display
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user