From d010e81dda8e33b98e13f8f16dc5467cdc54d2dd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 23 Jan 2025 20:35:11 +0000 Subject: [PATCH] mirrors: Use the correct function to format the check time Signed-off-by: Michael Tremer --- src/templates/mirrors/show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/mirrors/show.html b/src/templates/mirrors/show.html index f9194b46..faadbd1b 100644 --- a/src/templates/mirrors/show.html +++ b/src/templates/mirrors/show.html @@ -72,7 +72,7 @@

{{ _("Last Check") }}

- {{ locale.format_date(mirror.last_check_at, shorter=True) }} + {{ mirror.last_check_at | format_date(shorter=True) }}

-- 2.47.3