Skip to content

Commit

Permalink
Added clarification to TIME_ZONE setting docs
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1320 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Nov 21, 2005
1 parent de77047 commit b96f605
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/settings.txt
Expand Up @@ -591,8 +591,11 @@ TIME_ZONE


Default: ``'America/Chicago'`` Default: ``'America/Chicago'``


A string representing the time zone for this installation. A string representing the time zone for this installation. `See available choices`_.
`See available choices`_.
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
multiple Django-powered sites, each with a separate time-zone setting.


USE_ETAGS USE_ETAGS
--------- ---------
Expand Down

0 comments on commit b96f605

Please sign in to comment.