From babe2b4930403b04d7f4c5710fe1a7a704ef779e Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 20 Feb 2022 12:54:20 +0100 Subject: [PATCH] wtf, this stopped working for me? Why? --- frontend/src/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n.js b/frontend/src/i18n.js index 0ce43310b..73125dd07 100644 --- a/frontend/src/i18n.js +++ b/frontend/src/i18n.js @@ -70,7 +70,7 @@ const dateTimeFormats = { long: { year: 'numeric', month: 'long', - day: 'long', + day: 'numeric', weekday: 'short', hour: 'numeric', minute: 'numeric',