Skip to content

Commit

Permalink
Fixed #651: Set default time zone as America/Montreal (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
lingxiaoyang authored and erozqba committed Feb 24, 2017
1 parent d89c8ac commit cb4bb98
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/sous_chef/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit cb4bb98

Please sign in to comment.