Add configurable TIMEZONE for web UI display (UTC storage preserved)
This commit is contained in:
@@ -39,6 +39,7 @@ def get_all_settings(db: Session) -> dict:
|
||||
"NOTIFICATION_WEBHOOK_URL",
|
||||
"NOTIFICATION_TELEGRAM_BOT_TOKEN",
|
||||
"NOTIFICATION_TELEGRAM_CHAT_ID",
|
||||
"TIMEZONE",
|
||||
]
|
||||
for key in keys:
|
||||
db_val = db.query(Setting).filter(Setting.key == key).first()
|
||||
|
||||
Reference in New Issue
Block a user