Django

Code

Changeset 1320

Show
Ignore:
Timestamp:
11/20/05 18:27:48 (3 years ago)
Author:
adrian
Message:

Added clarification to TIME_ZONE setting docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/settings.txt

    r1303 r1320  
    592592Default: ``'America/Chicago'`` 
    593593 
    594 A string representing the time zone for this installation. 
    595 `See available choices`_. 
     594A string representing the time zone for this installation. `See available choices`_. 
     595 
     596Note that this is the time zone to which Django will convert all dates/times -- 
     597not necessarily the timezone of the server. For example, one server may serve 
     598multiple Django-powered sites, each with a separate time-zone setting. 
    596599 
    597600USE_ETAGS