Fix timezone

master
Tait Hoyem 3 years ago
parent 09c4e0186e
commit 1981253f98

@ -118,7 +118,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'America/Edmonton'
USE_I18N = True

Loading…
Cancel
Save