Merge 2a4d35435fc582df31f4219b7e85cf54828fcdda into 7be47742a6dc86f22d148ca9d304f7a9eea318cf

This commit is contained in:
Emile Bangma 2025-02-01 00:27:47 -05:00 committed by GitHub
commit 51e9c82e6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
}) })
} }