From 8daddd4faed9f79d86137836b67cd5aad3fa0704 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 7 Jul 2006 22:39:43 +0000 Subject: [PATCH] Fixed #1977 -- Added clarification about TIME_ZONE setting. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3297 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/settings.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/settings.txt b/docs/settings.txt index 62d890afe7f..9e1c6b529ba 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -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