From 13b4d44860ebdfa3b5b2a0cb338013aff86ccdf8 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 28 Oct 2012 12:33:38 +0100 Subject: [PATCH] [1.5.x] Reverted unintentional change in aff9b2f. Backport of 785bf0d from master. --- 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 27bb0721147..f1cbb22880f 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