From 40972ab6b9727e41a88e088eced77daffb1a0f42 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sun, 6 Feb 2022 16:55:32 -0500 Subject: remove timezone from last update Daylight savings sucks --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 0072c52..b5742c1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -41,7 +41,7 @@ {% endif %} {% if last_update %} -

Last update: {{ last_update }} -4:00 UTC

+

Last update: {{ last_update }} UTC

{% endif %}
{% include 'site/license.html' %}
-- cgit v1.2.3