diff --git a/src/sous_chef/settings.py b/src/sous_chef/settings.py index 5ba125d6..9b87112b 100644 --- a/src/sous_chef/settings.py +++ b/src/sous_chef/settings.py @@ -157,14 +157,17 @@ LANGUAGE_CODE = 'en-us' -TIME_ZONE = 'UTC' - USE_I18N = True USE_L10N = True + +# Store datetimes as UTC in database USE_TZ = True +# Use this timezone when displaying datetimes +TIME_ZONE = 'America/Montreal' + # List of supported languages LANGUAGES = (