Django

Code

Changeset 5941

Show
Ignore:
Timestamp:
08/19/07 05:24:35 (1 year ago)
Author:
mtredinnick
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/conf/global_settings.py

    r5880 r5941  
    2626 
    2727# Local time zone for this installation. All choices can be found here: 
    28 # http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE 
     28# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name (although not all 
     29# systems may support all possibilities). 
    2930TIME_ZONE = 'America/Chicago' 
    3031 
  • django/trunk/django/conf/project_template/settings.py

    r5693 r5941  
    1818 
    1919# Local time zone for this installation. Choices can be found here: 
    20 # http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE 
    21 # although not all variations may be possible on all operating systems. 
     20# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name 
     21# although not all choices may be avilable on all operating systems. 
    2222# If running in a Windows environment this must be set to the same as your 
    2323# system time zone.