Changeset 2ad77d2 in github for program/steps/settings/func.inc


Ignore:
Timestamp:
Sep 6, 2007 5:20:56 AM (6 years ago)
Author:
svncommit <devs@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
3cb42ef
Parents:
737b6a37
Message:

Add Sydney to GMT+10 (AEST), closing #1484401.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/settings/func.inc

    rf115416 r2ad77d2  
    9898    $select_timezone->add('(GMT +9:00) Tokyo, Seoul, Yakutsk', '9'); 
    9999    $select_timezone->add('(GMT +9:30) Adelaide, Darwin', '9.5'); 
    100     $select_timezone->add('(GMT +10:00) EAST/AEST: Guam, Vladivostok', '10'); 
     100    $select_timezone->add('(GMT +10:00) EAST/AEST: Sydney, Guam, Vladivostok', '10'); 
    101101    $select_timezone->add('(GMT +11:00) Magadan, Solomon Islands', '11'); 
    102102    $select_timezone->add('(GMT +12:00) Auckland, Wellington, Kamchatka', '12'); 
Note: See TracChangeset for help on using the changeset viewer.