fix: use same datetime display format as farmOS

at least i think this is right..anyway this is how you change it
This commit is contained in:
Lance Edgar 2026-02-14 19:24:16 -06:00
parent 4ed61380de
commit e9161e8c93

View file

@ -31,6 +31,8 @@ class WuttaFarmAppHandler(base.AppHandler):
Custom :term:`app handler` for WuttaFarm. Custom :term:`app handler` for WuttaFarm.
""" """
display_format_datetime = "%a, %m/%d/%Y - %H:%M"
default_auth_handler_spec = "wuttafarm.auth:WuttaFarmAuthHandler" default_auth_handler_spec = "wuttafarm.auth:WuttaFarmAuthHandler"
default_install_handler_spec = "wuttafarm.install:WuttaFarmInstallHandler" default_install_handler_spec = "wuttafarm.install:WuttaFarmInstallHandler"