aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2022-02-06 16:55:32 -0500
committermjfernez <mjf@mjfer.net>2022-02-06 16:55:41 -0500
commit40972ab6b9727e41a88e088eced77daffb1a0f42 (patch)
tree95ef1c2d443f56b62ad630ea73f4353554b6374a /templates
parent046ca465465a9eb84c5d06eba5ccbdedb2c693ef (diff)
downloadezcms-40972ab6b9727e41a88e088eced77daffb1a0f42.tar.gz
remove timezone from last update
Daylight savings sucks
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
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 %}
</div>
{% if last_update %}
- <p>Last update: {{ last_update }} -4:00 UTC</p>
+ <p>Last update: {{ last_update }} UTC</p>
{% endif %}
<div class="license">{% include 'site/license.html' %}</div>
</center></body>