diff options
| author | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-06 09:20:56 +0000 |
|---|---|---|
| committer | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-06 09:20:56 +0000 |
| commit | 0c345d7c3dad9c703d0c6385b36fc62cd7a04407 (patch) | |
| tree | 301f258104994e28895a893c7a9ff21cc67e8fd2 /roundcubemail/program/steps | |
| parent | fa5be6924a8d3d4a9af6394d1077b8957b632ed0 (diff) | |
Add Sydney to GMT+10 (AEST), closing #1484401.
git-svn-id: https://svn.roundcube.net/trunk@782 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/settings/func.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/settings/func.inc b/roundcubemail/program/steps/settings/func.inc index 91212e174..ec9001f70 100644 --- a/roundcubemail/program/steps/settings/func.inc +++ b/roundcubemail/program/steps/settings/func.inc @@ -97,7 +97,7 @@ function rcmail_user_prefs_form($attrib) $select_timezone->add('(GMT +8:00) Beijing, Perth, Singapore, Taipei', '8'); $select_timezone->add('(GMT +9:00) Tokyo, Seoul, Yakutsk', '9'); $select_timezone->add('(GMT +9:30) Adelaide, Darwin', '9.5'); - $select_timezone->add('(GMT +10:00) EAST/AEST: Guam, Vladivostok', '10'); + $select_timezone->add('(GMT +10:00) EAST/AEST: Sydney, Guam, Vladivostok', '10'); $select_timezone->add('(GMT +11:00) Magadan, Solomon Islands', '11'); $select_timezone->add('(GMT +12:00) Auckland, Wellington, Kamchatka', '12'); $select_timezone->add('(GMT +13:00) Tonga, Pheonix Islands', '13'); @@ -272,4 +272,4 @@ $OUTPUT->add_handlers(array( )); -?>
\ No newline at end of file +?> |
