From d586cda61bd17d1105f59a6232663937277e6889 Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 12 Mar 2023 13:41:09 +0100 Subject: [PATCH] properly format time --- templates/index.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html.tera b/templates/index.html.tera index 372960e..3bd7e8e 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -62,7 +62,7 @@
    {% for r in rowers %}
  1. - {{ r.user.name }} (angemeldet seit {{ r.trip.created }}) + {{ r.user.name }} (angemeldet seit {{ r.trip.created | date(format="%d.%m. %H:%M", timezone="Europe/Vienna") }}) {% if r.user.name == user.name %}