feat: drop timezone, assume UTC for all datetime values in DB

per changes in wuttjamaican
This commit is contained in:
Lance Edgar 2025-12-15 16:13:55 -06:00
parent 21c037dc25
commit d13f908da5
6 changed files with 545 additions and 18 deletions

View file

@ -33,7 +33,7 @@ license = {text = "GNU General Public License v3+"}
requires-python = ">= 3.8"
dependencies = [
"SQLAlchemy<2", # TODO: should allow 2.x
"WuttaWeb>=0.23.1",
"WuttaWeb>=0.24.0",
]
[project.optional-dependencies]