From 785bf0d5a04d8466091a701b732b0c6f87b548e4 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 28 Oct 2012 12:33:38 +0100 Subject: [PATCH] Reverted unintentional change in aff9b2f. --- django/conf/global_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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