mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Make timezone configurable
This commit is contained in:
parent
bee0867a2a
commit
e6526d3fd4
2 changed files with 4 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
|||
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
|
||||
TIME_ZONE = 'UTC'
|
||||
TIME_ZONE = os.getenv("PAPERLESS_TIME_ZONE", "UTC")
|
||||
|
||||
USE_I18N = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue