diff options
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2010-06-09 22:02:57 +0000 |
---|---|---|
committer | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2010-06-09 22:02:57 +0000 |
commit | e0f023e99273ea47808c569a2737948b8ce63b50 (patch) | |
tree | d439c0ed0b67cec76e7883d3e5c114680bdfb9be /perl-install | |
parent | 8a0aa5b47868cd03ba36b59f0c681fad1aab3038 (diff) | |
download | drakx-e0f023e99273ea47808c569a2737948b8ce63b50.tar drakx-e0f023e99273ea47808c569a2737948b8ce63b50.tar.gz drakx-e0f023e99273ea47808c569a2737948b8ce63b50.tar.bz2 drakx-e0f023e99273ea47808c569a2737948b8ce63b50.tar.xz drakx-e0f023e99273ea47808c569a2737948b8ce63b50.zip |
- timezone/mirror.pm: change Brazil/East entries to America/Sao_Paulo,
Brazil/East is the deprecated/old time zone name.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/mirror.pm | 2 | ||||
-rw-r--r-- | perl-install/timezone.pm | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 1452c3b07..18d19e77f 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- timezone/mirror.pm: change Brazil/East entries to America/Sao_Paulo, + Brazil/East is the deprecated/old time zone name. - timezone.pm: change India default timezone name from Asia/Calcutta to Asia/Kolkata (#59715) - add scrollbar to partitionning wizard if needed diff --git a/perl-install/mirror.pm b/perl-install/mirror.pm index 563464874..e5ffe7102 100644 --- a/perl-install/mirror.pm +++ b/perl-install/mirror.pm @@ -11,7 +11,7 @@ my %land2tzs = ( N_("Australia") => [ 'Australia/Sydney' ], N_("Austria") => [ 'Europe/Vienna', 'Europe/Brussels', 'Europe/Berlin' ], N_("Belgium") => [ 'Europe/Brussels', 'Europe/Paris', 'Europe/Berlin' ], - N_("Brazil") => [ 'Brazil/East' ], + N_("Brazil") => [ 'America/Sao_Paulo' ], N_("Canada") => [ 'Canada/Atlantic', 'Canada/Eastern' ], N_("Costa Rica") => [ 'America/Costa_Rica' ], N_("Czech Republic") => [ 'Europe/Prague', 'Europe/Berlin' ], diff --git a/perl-install/timezone.pm b/perl-install/timezone.pm index 24fa42b8e..0aeafc083 100644 --- a/perl-install/timezone.pm +++ b/perl-install/timezone.pm @@ -89,7 +89,7 @@ my %c2t = ( 'BA' => 'Europe/Sarajevo', 'BE' => 'Europe/Brussels', 'BG' => 'Europe/Sofia', -'BR' => 'Brazil/East', #- most people live on the east coast +'BR' => 'America/Sao_Paulo', #- most brazilians live on this time zone 'BY' => 'Europe/Minsk', 'CA' => 'Canada/Eastern', 'CH' => 'Europe/Zurich', |