change timezone from LA to NY

This commit is contained in:
Nate Aune 2013-09-27 11:00:17 -04:00
parent 76a604da17
commit d6acaedee0

View File

@ -129,7 +129,7 @@ class Common(Configuration):
########## GENERAL CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#time-zone
TIME_ZONE = 'America/Los_Angeles'
TIME_ZONE = 'America/New_York'
# See: https://docs.djangoproject.com/en/dev/ref/settings/#language-code
LANGUAGE_CODE = 'en-us'