mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-05-18 14:34:23 +02:00
Merge 2a4d35435fc582df31f4219b7e85cf54828fcdda into 91189dfd2f4cb32e205117b327e0ae7a0c2dd716
This commit is contained in:
commit
5173348e33
@ -23,6 +23,7 @@ export function formatDate(d: Date, locale: ValidLocale = "en-US"): string {
|
|||||||
year: "numeric",
|
year: "numeric",
|
||||||
month: "short",
|
month: "short",
|
||||||
day: "2-digit",
|
day: "2-digit",
|
||||||
|
timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user