]> git.0d.be Git - earwig.git/commitdiff
settings: set local time zone
authorFrédéric Péters <fpeters@0d.be>
Sat, 1 Sep 2018 09:10:45 +0000 (11:10 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 1 Sep 2018 09:10:59 +0000 (11:10 +0200)
earwig/settings.py

index 4bad171ebf8ef9330a5aa9d852ceabff0802e15f..c22055c835aadeb28ecd232bd39dba80c1ad6dc5 100644 (file)
@@ -105,7 +105,7 @@ AUTH_PASSWORD_VALIDATORS = [
 
 LANGUAGE_CODE = 'en-us'
 
-TIME_ZONE = 'UTC'
+TIME_ZONE = 'Europe/Brussels'
 
 USE_I18N = True