Ticket #4590: settings.py.2.patch
File settings.py.2.patch, 538 bytes (added by , 17 years ago) |
---|
-
django/conf/project_template/settings.py
21 21 # although not all variations may be possible on all operating systems. 22 22 # If running in a Windows environment this must be set to the same as your 23 23 # system time zone. 24 TIME_ZONE = ' America/Chicago'24 TIME_ZONE = 'UTC' 25 25 26 26 # Language code for this installation. All choices can be found here: 27 27 # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes