Reverted unintentional change in aff9b2f.

This commit is contained in:
Aymeric Augustin 2012-10-28 12:33:38 +01:00
parent aff9b2f566
commit 785bf0d5a0
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ INTERNAL_IPS = ()
# systems may support all possibilities). When USE_TZ is True, this is # systems may support all possibilities). When USE_TZ is True, this is
# interpreted as the default user time zone. # interpreted as the default user time zone.
TIME_ZONE = 'America/Chicago' TIME_ZONE = 'America/Chicago'
TIME_ZONE = 'Europe/Paris'
# If you set this to True, Django will use timezone-aware datetimes. # If you set this to True, Django will use timezone-aware datetimes.
USE_TZ = False USE_TZ = False