Add configurable TIMEZONE for web UI display (UTC storage preserved)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user