use UTC by default, slow rebuild
This commit is contained in:
parent
ee9135bf04
commit
b333f447f6
2 changed files with 6 additions and 2 deletions
|
|
@ -24,7 +24,8 @@ MANAGERS = ADMINS
|
|||
# although not all choices may be available on all operating systems.
|
||||
# If running in a Windows environment this must be set to the same as your
|
||||
# system time zone.
|
||||
TIME_ZONE = 'Europe/Berlin'
|
||||
TIME_ZONE = 'UTC'
|
||||
|
||||
#TIME_ZONE = 'Asia/Kolkata'
|
||||
|
||||
# Language code for this installation. All choices can be found here:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue