This commit is contained in:
mizhexiaoxiao
2023-10-30 15:47:54 +08:00
parent e207bb9cd3
commit e730820409
3 changed files with 17 additions and 39 deletions
+1
View File
@@ -53,6 +53,7 @@ class Settings(BaseSettings):
"use_tz": False,
"timezone": "Asia/Shanghai",
}
DATETIME_FORMAT: str = "%Y-%m-%d %H:%M:%S"
settings = Settings()