Changeset 1320
- Timestamp:
- 11/20/05 18:27:48 (3 years ago)
- Files:
-
- django/trunk/docs/settings.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/settings.txt
r1303 r1320 592 592 Default: ``'America/Chicago'`` 593 593 594 A string representing the time zone for this installation. 595 `See available choices`_. 594 A string representing the time zone for this installation. `See available choices`_. 595 596 Note that this is the time zone to which Django will convert all dates/times -- 597 not necessarily the timezone of the server. For example, one server may serve 598 multiple Django-powered sites, each with a separate time-zone setting. 596 599 597 600 USE_ETAGS
