aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-08-29 12:01:27 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-08-29 12:01:27 +0000
commit2fe6ce48c38d323a4c5bb6094c1d3e5b826b22c2 (patch)
tree66f52066e8f79e8ed518026e8cd1d5b32709c124 /rpmdrake.pm
parentffd943cbb68c9f3a2ce508b9391735c7a17a8335 (diff)
downloadrpmdrake-2fe6ce48c38d323a4c5bb6094c1d3e5b826b22c2.tar
rpmdrake-2fe6ce48c38d323a4c5bb6094c1d3e5b826b22c2.tar.gz
rpmdrake-2fe6ce48c38d323a4c5bb6094c1d3e5b826b22c2.tar.bz2
rpmdrake-2fe6ce48c38d323a4c5bb6094c1d3e5b826b22c2.tar.xz
rpmdrake-2fe6ce48c38d323a4c5bb6094c1d3e5b826b22c2.zip
add more locations for each timezone
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm42
1 files changed, 21 insertions, 21 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index cb16569b..c7ae0dfe 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -232,33 +232,33 @@ my %u2l = (
my $us = [ qw(com org net edu) ];
my %t2l = (
'America/\w+' => $us,
- 'Asia/Tel_Aviv' => [ qw(il ru cz at) ],
+ 'Asia/Tel_Aviv' => [ qw(il ru it cz at de fr se) ],
'Asia/Tokyo' => [ qw(jp ko tw), @$us ],
'Asia/Seoul' => [ qw(ko jp tw), @$us ],
'Asia/(Taipei|Beijing)' => [ qw(zn jp), @$us ],
- 'Atlantic/Reykjavik' => [ qw(uk no se dk) ],
+ 'Atlantic/Reykjavik' => [ qw(uk no se fi dk), @$us, qw(nl de fr at cz it) ],
'Australia/\w+' => [ qw(au jp ko tw), @$us ],
'Brazil/\w+' => [ 'br', @$us ],
'Canada/\w+' => [ 'ca', @$us ],
- 'Europe/Amsterdam' => [ qw(nl be de at) ],
- 'Europe/Athens' => [ qw(gr pl de nl at) ],
- 'Europe/Berlin' => [ qw(de be at nl fr) ],
- 'Europe/Brussels' => [ qw(be de nl fr at) ],
- 'Europe/Budapest' => [ qw(it cz at de at) ],
- 'Europe/Copenhagen' => [ qw(dk nl de be at) ],
- 'Europe/Dublin' => [ qw(uk fr be nl) ],
- 'Europe/Helsinki' => [ qw(fi se no nl at) ],
- 'Europe/Istanbul' => [ qw(il ru cz at) ],
- 'Europe/Lisbon' => [ qw(pt es fr it) ],
- 'Europe/London' => [ qw(uk fr be nl at) ],
- 'Europe/Madrid' => [ qw(es fr pt it) ],
- 'Europe/Moscow' => [ qw(ru de pl at) ],
- 'Europe/Oslo' => [ qw(no se fi dk at) ],
- 'Europe/Paris' => [ qw(fr be de at) ],
- 'Europe/Prague' => [ qw(cz be de at) ],
- 'Europe/Rome' => [ qw(it fr de at) ],
- 'Europe/Stockholm' => [ qw(se no dk fi at) ],
- 'Europe/Vienna' => [ qw(at de cz it) ],
+ 'Europe/Amsterdam' => [ qw(nl be de at cz fr se dk it) ],
+ 'Europe/Athens' => [ qw(gr pl cz de it nl at fr) ],
+ 'Europe/Berlin' => [ qw(de be at nl cz it fr se) ],
+ 'Europe/Brussels' => [ qw(be de nl fr cz at it se) ],
+ 'Europe/Budapest' => [ qw(cz it at de fr nl se) ],
+ 'Europe/Copenhagen' => [ qw(dk nl de be se at cz it) ],
+ 'Europe/Dublin' => [ qw(uk fr be nl dk se cz it) ],
+ 'Europe/Helsinki' => [ qw(fi se no nl be de fr at it) ],
+ 'Europe/Istanbul' => [ qw(il ru it cz it at de fr nl se) ],
+ 'Europe/Lisbon' => [ qw(pt es fr it cz at de se) ],
+ 'Europe/London' => [ qw(uk fr be nl de at cz se it) ],
+ 'Europe/Madrid' => [ qw(es fr pt it cz at de se) ],
+ 'Europe/Moscow' => [ qw(ru de pl cz at se be fr it) ],
+ 'Europe/Oslo' => [ qw(no se fi dk de be at cz it) ],
+ 'Europe/Paris' => [ qw(fr be de at cz nl it se) ],
+ 'Europe/Prague' => [ qw(cz it at de fr nl se) ],
+ 'Europe/Rome' => [ qw(it fr cz de at nl se) ],
+ 'Europe/Stockholm' => [ qw(se no dk fi nl de at cz fr it) ],
+ 'Europe/Vienna' => [ qw(at de cz it fr nl se) ],
);
my %sites2countries = ('proxad.net' => 'fr',
'planetmirror.com' => 'au');