1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-10 02:34:51 +00:00

feat: add en and Global server options

This commit is contained in:
2023-11-13 16:06:00 +08:00
parent 2f4d64e5d0
commit 7b2c3bb165
7 changed files with 21 additions and 13 deletions
+1
View File
@@ -13,6 +13,7 @@ from module.config.atomicwrites import atomic_write
LANGUAGES = ['zh-CN', 'en-US']
SERVER_TO_TIMEZONE = {
'JP-Official': timedelta(hours=9),
'OVERSEA-Global': timedelta(hours=0),
}
DEFAULT_TIME = datetime(2020, 1, 1, 0, 0)