From a1a42545043f6b47c171d280579a36bba0ff42f1 Mon Sep 17 00:00:00 2001 From: Bernt Christian Egeland Date: Sat, 18 Feb 2023 16:34:21 +0100 Subject: [PATCH] use12hour config arg --- web/src/routes/Events.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx index 87ae63ec8..5cf8dbf52 100644 --- a/web/src/routes/Events.jsx +++ b/web/src/routes/Events.jsx @@ -508,7 +508,7 @@ export default function Events({ path, ...props }) {
- {formatUnixTimestampToDateTime(event.start_time, locale, timezone)} + {formatUnixTimestampToDateTime(event.start_time, locale, timezone, config.ui?.use12hour)}
-