Fixed #1977 -- Added clarification about TIME_ZONE setting.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1c3689ccd5
commit
8daddd4fae
|
@ -729,6 +729,10 @@ TIME_ZONE
|
|||
Default: ``'America/Chicago'``
|
||||
|
||||
A string representing the time zone for this installation. `See available choices`_.
|
||||
(Note that list of available choices lists more than one on the same line;
|
||||
you'll want to use just one of the choices for a given time zone. For instance,
|
||||
one line says ``'Europe/London GB GB-Eire'``, but you should use the first bit
|
||||
of that -- ``'Europe/London'`` -- as your ``TIME_ZONE`` setting.)
|
||||
|
||||
Note that this is the time zone to which Django will convert all dates/times --
|
||||
not necessarily the timezone of the server. For example, one server may serve
|
||||
|
|
Loading…
Reference in New Issue