From d68397b42ff4c5bfc0c37b2146eff8027f728c91 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Tue, 9 Jun 2026 12:19:01 -0500 Subject: [PATCH] fix(data): timestamp formatting --- packages/stats/app/src/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stats/app/src/routes/index.tsx b/packages/stats/app/src/routes/index.tsx index db3d0da2a..398380e70 100644 --- a/packages/stats/app/src/routes/index.tsx +++ b/packages/stats/app/src/routes/index.tsx @@ -356,7 +356,7 @@ function formatUpdatedAtParts(value: string, timeZone: string) { timeZone, }).format(date), time: new Intl.DateTimeFormat("en", { - hour: "numeric", + hour: "2-digit", minute: "2-digit", timeZone, timeZoneName: "short",