From 1af3838ebc269684954fd82bbcfb09b83723f402 Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 3 Apr 2024 08:13:32 +0200 Subject: [PATCH] use proper timezone --- templates/index.html.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html.tera b/templates/index.html.tera index debf756..c03d4d1 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -20,7 +20,7 @@
- {{ notification.category }} • {{ notification.created_at | date(format="%d.%m.%Y %H:%M") }} + {{ notification.category }} • {{ notification.created_at | date(timezone="Europe/Vienna", format="%d.%m.%Y %H:%M", ) }}
{{ notification.message }}
@@ -45,7 +45,7 @@ {% if notification.read_at %}
- {{ notification.category }} • {{ notification.created_at | date(format="%d.%m.%Y %H:%M") }} + {{ notification.category }} • {{ notification.created_at | date(timezone="Europe/Vienna", format="%d.%m.%Y %H:%M") }}
{{ notification.message }}