diff options
author | yllar <yllar.pajus@gmail.com> | 2008-12-31 17:52:55 +0000 |
---|---|---|
committer | yllar <yllar.pajus@gmail.com> | 2008-12-31 17:52:55 +0000 |
commit | 55ef334b1ec3691133060c744e3902282a6e5c96 (patch) | |
tree | 68d3b1c73973a0a40bdaa18bb885e0b182329db6 /program | |
parent | baf0e65115fc453fa2d1b62fad1b8e941315546c (diff) |
#1485658
Diffstat (limited to 'program')
-rw-r--r-- | program/steps/settings/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index b6f86edd7..d0a3ae69c 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -88,7 +88,7 @@ function rcmail_user_prefs_block($part, $no_override, $attrib) $select_timezone->add('(GMT -1:00) Azores, Cape Verde Islands', '-1'); $select_timezone->add('(GMT) Western Europe, London, Lisbon, Casablanca', '0'); $select_timezone->add('(GMT +1:00) Central European Time', '1'); - $select_timezone->add('(GMT +2:00) EET: Kaliningrad, South Africa', '2'); + $select_timezone->add('(GMT +2:00) EET: Tallinn, Helsinki, Kaliningrad, South Africa', '2'); $select_timezone->add('(GMT +3:00) Baghdad, Kuwait, Riyadh, Moscow, Nairobi', '3'); $select_timezone->add('(GMT +3:30) Tehran', '3.5'); $select_timezone->add('(GMT +4:00) Abu Dhabi, Muscat, Baku, Tbilisi', '4'); |