mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
[1.5.x] Reverted unintentional change in aff9b2f
.
Backport of 785bf0d
from master.
This commit is contained in:
parent
54b45dfb53
commit
13b4d44860
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ INTERNAL_IPS = ()
|
|||
# systems may support all possibilities). When USE_TZ is True, this is
|
||||
# interpreted as the default user time zone.
|
||||
TIME_ZONE = 'America/Chicago'
|
||||
TIME_ZONE = 'Europe/Paris'
|
||||
|
||||
# If you set this to True, Django will use timezone-aware datetimes.
|
||||
USE_TZ = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue