summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-10-28 12:33:38 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-10-28 12:33:38 +0100
commit785bf0d5a04d8466091a701b732b0c6f87b548e4 (patch)
tree4535d64d36bd520aeacf038590edc2abb840aed2
parentaff9b2f5662f8a007bb90a427190c0d573a3ba65 (diff)
Reverted unintentional change in aff9b2f.
-rw-r--r--django/conf/global_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py
index 27bb072114..f1cbb22880 100644
--- a/django/conf/global_settings.py
+++ b/django/conf/global_settings.py
@@ -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