Skip to content

Commit b2e45b6

Browse files
committed
fix:时间默认改为东八区
1 parent ca22cfc commit b2e45b6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

db.sqlite3

0 Bytes
Binary file not shown.

jyy_slide_web/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106

107107
LANGUAGE_CODE = "en-us"
108108

109-
TIME_ZONE = "UTC"
109+
TIME_ZONE = 'Asia/Shanghai'
110110

111111
USE_I18N = True
112112

0 commit comments

Comments
 (0)