From d8c7e9de5fa966e5d82a9d7ff74d544b0acd5321 Mon Sep 17 00:00:00 2001 From: David Martin Date: Sat, 24 Jun 2017 12:27:26 +1000 Subject: [PATCH] Add link to documentation for time zone setting in example config. It is not obvious which time zones the option in the config file accepts. Having a link to the official django documentation makes it clear. --- paperless.conf.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/paperless.conf.example b/paperless.conf.example index c37442ce0..a17aac327 100644 --- a/paperless.conf.example +++ b/paperless.conf.example @@ -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