diff --git a/quartz/components/Date.tsx b/quartz/components/Date.tsx index 0a92cc4c3c4f..0f73ac7b4dab 100644 --- a/quartz/components/Date.tsx +++ b/quartz/components/Date.tsx @@ -23,6 +23,7 @@ export function formatDate(d: Date, locale: ValidLocale = "en-US"): string { year: "numeric", month: "short", day: "2-digit", + timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone, }) }