From 5ef4c4980684630ccec043414e9b4ada34dc1923 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 8 Feb 2024 02:58:28 +0900 Subject: [PATCH] chore: fixed timezone for article date --- src/components/Article/Article.Stats.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Article/Article.Stats.tsx b/src/components/Article/Article.Stats.tsx index f369c85..9d4082e 100644 --- a/src/components/Article/Article.Stats.tsx +++ b/src/components/Article/Article.Stats.tsx @@ -22,6 +22,7 @@ const ArticleStats = ({ day: 'numeric', month: 'short', year: 'numeric', + timeZone: 'EST', })}