Document local times in database

This commit is contained in:
Ben Sturmfels 2025-12-15 14:33:18 +11:00
parent 12aabab531
commit f04b66ad93
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -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