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
|
# 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'
|
TIME_ZONE = 'America/New_York'
|
||||||
LANGUAGE_CODE = 'en-us'
|
LANGUAGE_CODE = 'en-us'
|
||||||
USE_TZ = False
|
USE_TZ = False
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue