summaryrefslogtreecommitdiffstats
path: root/perl-install/timezone.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-24 13:53:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-24 13:53:54 +0000
commit7fa1fd93ecd790ae288102dcb4ec4cf3ca3bc760 (patch)
treefd53b39c8586419f7f2b128c73167ec94a644495 /perl-install/timezone.pm
parenta5bc70922e46a978bde60d3d51454ca03b1f7325 (diff)
downloaddrakx-7fa1fd93ecd790ae288102dcb4ec4cf3ca3bc760.tar
drakx-7fa1fd93ecd790ae288102dcb4ec4cf3ca3bc760.tar.gz
drakx-7fa1fd93ecd790ae288102dcb4ec4cf3ca3bc760.tar.bz2
drakx-7fa1fd93ecd790ae288102dcb4ec4cf3ca3bc760.tar.xz
drakx-7fa1fd93ecd790ae288102dcb4ec4cf3ca3bc760.zip
no_comment
Diffstat (limited to 'perl-install/timezone.pm')
-rw-r--r--perl-install/timezone.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/timezone.pm b/perl-install/timezone.pm
index 728de2f4d..449c8b428 100644
--- a/perl-install/timezone.pm
+++ b/perl-install/timezone.pm
@@ -50,6 +50,7 @@ my %l2t = (
'French (Belgium)' => 'Europe/Brussels',
'French (Canada)' => 'Canada/Atlantic', # or Newfoundland ? or Eastern ?
'Gaeilge (Ireland)' => 'Europe/Dublin',
+'German (Austria)' => 'Europe/Vienna',
'German (Germany)' => 'Europe/Berlin',
'Greek (Greece)' => 'Europe/Athens',
'Hungarian (Hungary)' => 'Europe/Budapest',
@@ -72,6 +73,8 @@ my %l2t = (
'Russian (Russia)' => 'Europe/Moscow',
'Serbian (Serbia)' => 'Europe/Belgrade',
'Slovak (Slovakia)' => 'Europe/Bratislava',
+'Spanish (Argentina)' => 'America/Buenos_Aires',
+'Spanish (Mexico)' => 'America/Mexico_City',
'Spanish (Spain)' => 'Europe/Madrid',
'Swedish (Finland)' => 'Europe/Helsinki',
'Swedish (Sweden)' => 'Europe/Stockholm',