diff --git a/src/app/(main)/resources/blog-post-list-item.tsx b/src/app/(main)/resources/blog-post-list-item.tsx index 9dcf236926..d3587545d6 100644 --- a/src/app/(main)/resources/blog-post-list-item.tsx +++ b/src/app/(main)/resources/blog-post-list-item.tsx @@ -23,6 +23,7 @@ export function BlogPostListItem({ day: "2-digit", month: "2-digit", year: "numeric", + timeZone: "UTC", }) .replaceAll("/", "-") diff --git a/src/components/blog-page/blog-card.tsx b/src/components/blog-page/blog-card.tsx index 4183d6a745..b703b0c31a 100644 --- a/src/components/blog-page/blog-card.tsx +++ b/src/components/blog-page/blog-card.tsx @@ -95,6 +95,7 @@ export function BlogCardFooterContent({ month: "long", day: "numeric", year: "numeric", + timeZone: "UTC", })} diff --git a/src/pages/blog/_meta.tsx b/src/pages/blog/_meta.tsx index 78ab36871a..98c57f6be9 100644 --- a/src/pages/blog/_meta.tsx +++ b/src/pages/blog/_meta.tsx @@ -44,6 +44,7 @@ export default { month: "long", day: "numeric", year: "numeric", + timeZone: "UTC", })}