Use system time zone

This commit is contained in:
mendeni 2013-02-21 09:50:27 -05:00
parent 29ec82e186
commit 8f970c7dca

View File

@ -46,7 +46,7 @@ DATABASES = {
# timezone as the operating system.
# If running in a Windows environment this must be set to the same as your
# system time zone.
TIME_ZONE = 'America/Chicago'
TIME_ZONE = None
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html