summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-02-12 00:10:09 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-02-12 00:10:09 +0000
commit80e58b3211ae54754b734a409d5b944117d7963d (patch)
treedc5bb34f5ab9b2a216163fed945fdf268627c56f /docs
parent6c4757729b6dbf2fb824865ba84f776656c8040c (diff)
Fixed #2315 -- added work around for Windows timezone setting (i.e. we can't do
it). This will work until somebody wants to write some full Win32 timezone changing code for us. Thanks to Marc Fargas and SmileyChris for the combined patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4487 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index cdf440ed6b..ee9b5875a0 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -827,6 +827,11 @@ manual configuration option (see below), Django will *not* touch the ``TZ``
environment variable, and it'll be up to you to ensure your processes are
running in the correct environment.
+.. note::
+ Django cannot reliably use alternate time zones in a Windows environment.
+ When running Django on Windows this variable must be set to match the
+ system timezone.
+
URL_VALIDATOR_USER_AGENT
------------------------