diff options
author | mjfernez <mjf@mjfer.net> | 2022-02-06 16:55:32 -0500 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2022-02-06 16:55:41 -0500 |
commit | 40972ab6b9727e41a88e088eced77daffb1a0f42 (patch) | |
tree | 95ef1c2d443f56b62ad630ea73f4353554b6374a /templates | |
parent | 046ca465465a9eb84c5d06eba5ccbdedb2c693ef (diff) | |
download | ezcms-40972ab6b9727e41a88e088eced77daffb1a0f42.tar.gz |
remove timezone from last update
Daylight savings sucks
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
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> |