diff --git a/nuxt-i18n.config.ts b/nuxt-i18n.config.ts index 4ef8bae767..5eddf511d8 100644 --- a/nuxt-i18n.config.ts +++ b/nuxt-i18n.config.ts @@ -17,6 +17,13 @@ const dateTimeFormatsCommon = { dateWithoutYear: { month: 'long', day: 'numeric' + }, + dateTimeRelaxationSteps: { + hour12: true, + weekday: 'short', + month: 'short', + day: 'numeric', + hour: 'numeric' } }