fix(data): timestamp formatting
This commit is contained in:
parent
531eebb88e
commit
d68397b42f
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue