Commit 60a2748ed6daab105888ef7a759121f5e26239e4

Authored by Andrew Buss
1 parent cc2ad68a38
Exists in master

re-add timezone

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

flashy/settings.py View file @ 60a2748
... ... @@ -96,6 +96,7 @@
96 96 USE_I18N = True
97 97 USE_L10N = True
98 98 USE_TZ = True
  99 +TIME_ZONE = 'America/Los_Angeles'
99 100  
100 101 QUARTER_START = UTC.localize(datetime(2015, 3, 30))
101 102 QUARTER_END = UTC.localize(datetime(2015, 6, 12))