Skip to content

Commit

Permalink
turned off timezone support in default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels van Dijk committed Aug 21, 2012
1 parent 5dd21af commit 9b5a87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings_default.py
Expand Up @@ -48,7 +48,7 @@
USE_L10N = True

# If you set this to False, Django will not use timezone-aware datetimes.
USE_TZ = True
USE_TZ = False

# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/home/media/media.lawrence.com/media/"
Expand Down

0 comments on commit 9b5a87f

Please sign in to comment.