feat: display admin timestamps in America/Denver time

Convert UTC timestamps from SQLite to Mountain Time (America/Denver)
using a Jinja2 template filter backed by zoneinfo; add tzdata dependency
for IANA timezone data in the slim Docker image.
This commit is contained in:
2026-03-28 22:58:37 -06:00
parent d5eac47ceb
commit 4f675fe74c
3 changed files with 18 additions and 2 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ Werkzeug>=3.0.6
Flask-Limiter>=3.0
Flask-Login>=0.6
email-validator>=2.0
gunicorn
gunicorn
tzdata