From 8f970c7dca8b271ffcdb4e851f57de77c376e730 Mon Sep 17 00:00:00 2001 From: mendeni Date: Thu, 21 Feb 2013 09:50:27 -0500 Subject: [PATCH] Use system time zone --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 7233fcf..01da733 100644 --- a/settings.py +++ b/settings.py @@ -46,7 +46,7 @@ DATABASES = { # timezone as the operating system. # If running in a Windows environment this must be set to the same as your # system time zone. -TIME_ZONE = 'America/Chicago' +TIME_ZONE = None # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html