From 8bf917cace7b3b9e3c401b541209c70a854cd005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ariel=20N=C3=BA=C3=B1ez?= Date: Thu, 27 Nov 2014 10:49:04 -0500 Subject: [PATCH] Switched timezone to Africa/Accra --- ebolageonode/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ebolageonode/settings.py b/ebolageonode/settings.py index 8328375..51b3ab6 100644 --- a/ebolageonode/settings.py +++ b/ebolageonode/settings.py @@ -40,6 +40,9 @@ except ImportError: pass +# Set time zone to Africa/Accra regardless of what is defined on local settings. +TIME_ZONE = "Africa/Accra" + # Additional directories which hold static files STATICFILES_DIRS.append( os.path.join(LOCAL_ROOT, "static"),