Skip to content

Commit

Permalink
[1.5.x] Reverted unintentional change in aff9b2f.
Browse files Browse the repository at this point in the history
Backport of 785bf0d from master.
  • Loading branch information
aaugustin committed Oct 28, 2012
1 parent 54b45df commit 13b4d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/conf/global_settings.py
Expand Up @@ -34,7 +34,7 @@
# 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

Expand Down

0 comments on commit 13b4d44

Please sign in to comment.