Author: mtredinnick
Date: 2007-08-19 05:24:35 -0500 (Sun, 19 Aug 2007)
New Revision: 5941

Modified:
   django/trunk/django/conf/global_settings.py
   django/trunk/django/conf/project_template/settings.py
Log:
Changed the URL reference for timezone specifications. It looks like PostgreSQL 
is removing that list from their docs (in 8.2) and this might also help avoid 
problems with people not noticing there are multiple entries per line in the 
current PostgreSQL docs.


Modified: django/trunk/django/conf/global_settings.py
===================================================================
--- django/trunk/django/conf/global_settings.py 2007-08-19 10:16:57 UTC (rev 
5940)
+++ django/trunk/django/conf/global_settings.py 2007-08-19 10:24:35 UTC (rev 
5941)
@@ -25,7 +25,8 @@
 INTERNAL_IPS = ()
 
 # Local time zone for this installation. All choices can be found here:
-# 
http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE
+# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name (although not all
+# systems may support all possibilities).
 TIME_ZONE = 'America/Chicago'
 
 # Language code for this installation. All choices can be found here:

Modified: django/trunk/django/conf/project_template/settings.py
===================================================================
--- django/trunk/django/conf/project_template/settings.py       2007-08-19 
10:16:57 UTC (rev 5940)
+++ django/trunk/django/conf/project_template/settings.py       2007-08-19 
10:24:35 UTC (rev 5941)
@@ -17,8 +17,8 @@
 DATABASE_PORT = ''             # Set to empty string for default. Not used 
with sqlite3.
 
 # Local time zone for this installation. Choices can be found here:
-# 
http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE
-# although not all variations may be possible on all operating systems.
+# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
+# although not all choices may be avilable on all operating systems.
 # If running in a Windows environment this must be set to the same as your
 # system time zone.
 TIME_ZONE = 'America/Chicago'


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to