From 2fe6ce48c38d323a4c5bb6094c1d3e5b826b22c2 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 29 Aug 2003 12:01:27 +0000 Subject: add more locations for each timezone --- rpmdrake.pm | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'rpmdrake.pm') 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'); -- cgit v1.2.1