From c07c0692d5425ab3551614a8b8bc99b2d236a0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 5 Feb 2024 17:48:17 +0100 Subject: [PATCH] Change 'RELATIVE_DATETIME' to 'false' --- webapp/constants/dateTime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/constants/dateTime.js b/webapp/constants/dateTime.js index 25294c172..d7b4116db 100644 --- a/webapp/constants/dateTime.js +++ b/webapp/constants/dateTime.js @@ -1,5 +1,5 @@ // this file is duplicated in `backend/src/config/metadata.js` and `webapp/constants/metadata.js` export default { - RELATIVE_DATETIME: true, + RELATIVE_DATETIME: false, ABSOLUT_DATETIME_FORMAT: 'P', }