From 5fd7f33c794bdc630191634b2b2db1c5cf6ae4b3 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 2 Mar 2019 16:23:15 +0100 Subject: [PATCH] Change server timezone --- friends_map/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/friends_map/settings.py b/friends_map/settings.py index e78dbfd..538bebe 100644 --- a/friends_map/settings.py +++ b/friends_map/settings.py @@ -110,7 +110,7 @@ AUTH_PASSWORD_VALIDATORS = [ LANGUAGE_CODE = 'en-us' -TIME_ZONE = 'UTC' +TIME_ZONE = 'Europe/Paris' USE_I18N = True