mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-03 03:59:36 +01:00
Merge pull request #240 from ddddavidmartin/timezone_documentation_clarification
Add link to Django documentation for time zone setting in example config.
This commit is contained in:
commit
e8d90b42a1
1 changed files with 3 additions and 1 deletions
|
|
@ -156,7 +156,9 @@ PAPERLESS_PASSPHRASE="secret"
|
|||
#### Interface ####
|
||||
###############################################################################
|
||||
|
||||
# Override the default UTC time zone here
|
||||
# Override the default UTC time zone here.
|
||||
# See https://docs.djangoproject.com/en/1.10/ref/settings/#std:setting-TIME_ZONE
|
||||
# for details on how to set it.
|
||||
#PAPERLESS_TIME_ZONE=UTC
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue