chore: fixed timezone for article date

This commit is contained in:
jinhojang6 2024-02-08 02:58:28 +09:00
parent fb2e0dcf5d
commit 5ef4c49806
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ const ArticleStats = ({
day: 'numeric',
month: 'short',
year: 'numeric',
timeZone: 'EST',
})}
</Date>
</>