mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
zen: show browser default time
This commit is contained in:
parent
3210df7428
commit
950b608c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export function formatDateForTable(date: Date) {
|
|||
minute: "2-digit",
|
||||
hour12: true,
|
||||
}
|
||||
return date.toLocaleDateString("en-GB", options).replace(",", ",")
|
||||
return date.toLocaleDateString(undefined, options).replace(",", ",")
|
||||
}
|
||||
|
||||
export function formatDateUTC(date: Date) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue