diff --git a/src/pages/[locale]/data/index.tsx b/src/pages/[locale]/data/index.tsx index 1321a868..11b86895 100644 --- a/src/pages/[locale]/data/index.tsx +++ b/src/pages/[locale]/data/index.tsx @@ -713,7 +713,8 @@ function Data(props: Props) { {t('data-last-fetched', { date: (new Date(Number(buildDate))), dateStyle: 'medium', - timeStyle: 'medium', + timeStyle: 'long', + timeZone: 'UTC', })}
{t('explore-section-heading-description')}