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 }}