Browse Source

修改时区为0时区

chanjunkai 6 years ago
parent
commit
b57dacb1ce
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Ansjer/test_settings.py

+ 2 - 2
Ansjer/test_settings.py

@@ -110,8 +110,8 @@ AUTH_PASSWORD_VALIDATORS = [
 ]
 
 LANGUAGE_CODE = 'en-us'
-TIME_ZONE = 'Asia/Shanghai'
-# TIME_ZONE = 'UTC'
+# TIME_ZONE = 'Asia/Shanghai'
+TIME_ZONE = 'UTC'
 USE_I18N = True
 USE_L10N = True
 USE_TZ = True