fix(data): timestamp formatting

This commit is contained in:
Adam 2026-06-09 12:19:01 -05:00
parent 531eebb88e
commit d68397b42f
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75

View File

@ -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",