Ticket #1977: tz-settings.diff
File tz-settings.diff, 720 bytes (added by , 18 years ago) |
---|
-
django/conf/project_template/settings.py
17 17 DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. 18 18 19 19 # Local time zone for this installation. All choices can be found here: 20 # http://www.postgresql.org/docs/ current/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE20 # http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE 21 21 TIME_ZONE = 'America/Chicago' 22 22 23 23 # Language code for this installation. All choices can be found here: