Changeset 5941
- Timestamp:
- 08/19/07 05:24:35 (1 year 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
r5880 r5941 26 26 27 27 # Local time zone for this installation. All choices can be found here: 28 # http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE 28 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name (although not all 29 # systems may support all possibilities). 29 30 TIME_ZONE = 'America/Chicago' 30 31 django/trunk/django/conf/project_template/settings.py
r5693 r5941 18 18 19 19 # Local time zone for this installation. Choices can be found here: 20 # http:// www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE21 # although not all variations may be possible on all operating systems.20 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name 21 # although not all choices may be avilable 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.
