Changeset 4207
- Timestamp:
- 12/15/06 09:56:42 (2 years ago)
- Files:
-
- django/trunk/django/conf/global_settings.py (modified) (1 diff)
- django/trunk/django/conf/project_template/settings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/conf/global_settings.py
r4052 r4207 26 26 27 27 # Local time zone for this installation. All choices can be found here: 28 # http://www.postgresql.org/docs/ current/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE28 # http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE 29 29 TIME_ZONE = 'America/Chicago' 30 30 django/trunk/django/conf/project_template/settings.py
r3607 r4207 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
