diff --git a/frontend/src/pages/AuditLogPage.tsx b/frontend/src/pages/AuditLogPage.tsx index 4aa9766..8153670 100644 --- a/frontend/src/pages/AuditLogPage.tsx +++ b/frontend/src/pages/AuditLogPage.tsx @@ -72,7 +72,8 @@ export default function AuditLogPage() { hour: "2-digit", minute: "2-digit", second: "2-digit", - }); + timeZone: "UTC", + }) + " UTC"; }; const formatDetails = (details: Record | null) => {