fix(data): timestamp formatting
This commit is contained in:
@@ -356,7 +356,7 @@ function formatUpdatedAtParts(value: string, timeZone: string) {
|
|||||||
timeZone,
|
timeZone,
|
||||||
}).format(date),
|
}).format(date),
|
||||||
time: new Intl.DateTimeFormat("en", {
|
time: new Intl.DateTimeFormat("en", {
|
||||||
hour: "numeric",
|
hour: "2-digit",
|
||||||
minute: "2-digit",
|
minute: "2-digit",
|
||||||
timeZone,
|
timeZone,
|
||||||
timeZoneName: "short",
|
timeZoneName: "short",
|
||||||
|
|||||||
Reference in New Issue
Block a user