Add configurable TIMEZONE for web UI display (UTC storage preserved)

This commit is contained in:
2026-07-17 12:02:58 +07:00
parent 559025d5f7
commit 513b8ede84
12 changed files with 131 additions and 7 deletions
+1
View File
@@ -17,6 +17,7 @@ class Settings(BaseSettings):
NOTIFICATION_WEBHOOK_URL: str = ""
NOTIFICATION_TELEGRAM_BOT_TOKEN: str = ""
NOTIFICATION_TELEGRAM_CHAT_ID: str = ""
TIMEZONE: str = "Asia/Krasnoyarsk"
class Config:
env_file = ".env"