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/timezone.pm | |
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/timezone.pm')
-rw-r--r-- | perl-install/timezone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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', |