Document local times in database
This commit is contained in:
parent
12aabab531
commit
f04b66ad93
1 changed files with 3 additions and 0 deletions
|
|
@ -125,6 +125,9 @@ TEMPLATES = [
|
|||
]
|
||||
|
||||
# Internationalization
|
||||
#
|
||||
# Due to USE_TZ = False, times in the database are under the local America/New York
|
||||
# timezone without any zone information.
|
||||
TIME_ZONE = 'America/New_York'
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
USE_TZ = False
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue