##// END OF EJS Templates
Add timezone to settings
Juan C. Espinoza -
r18:a96da3fab2d1
parent child
Show More
@@ -108,7 +108,7 AUTH_PASSWORD_VALIDATORS = [
108 108
109 109 LANGUAGE_CODE = 'en-us'
110 110
111 TIME_ZONE = 'UTC'
111 TIME_ZONE = os.environ.get('TZ', 'UTC')
112 112
113 113 USE_I18N = True
114 114
General Comments 0
You need to be logged in to leave comments. Login now