From 60a2748ed6daab105888ef7a759121f5e26239e4 Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Fri, 29 May 2015 12:58:22 -0700 Subject: [PATCH] re-add timezone --- flashy/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flashy/settings.py b/flashy/settings.py index 2a54692..54597e4 100644 --- a/flashy/settings.py +++ b/flashy/settings.py @@ -96,6 +96,7 @@ LANGUAGE_CODE = 'en-us' USE_I18N = True USE_L10N = True USE_TZ = True +TIME_ZONE = 'America/Los_Angeles' QUARTER_START = UTC.localize(datetime(2015, 3, 30)) QUARTER_END = UTC.localize(datetime(2015, 6, 12)) -- 1.9.1