| Date-Manip documentation | Contained in the Date-Manip distribution. |
Date::Manip::Offset::off067 - Support for the +02:00:00 offset
This module contains data from the Olsen database for the offset. It is not intended to be used directly (other Date::Manip modules will load it as needed).
| Date-Manip documentation | Contained in the Date-Manip distribution. |
package Date::Manip::Offset::off067; # Copyright (c) 2008-2011 Sullivan Beck. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. # Generated on: Mon Jun 13 13:57:28 EDT 2011 # Data version: tzdata2011g # Code version: tzcode2011g # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: # ftp://elsie.nci.nih.gov/pub
use strict; use warnings; require 5.010000; our ($VERSION); $VERSION='6.24'; END { undef $VERSION; } our ($Offset,%Offset); END { undef $Offset; undef %Offset; } $Offset = '+02:00:00'; %Offset = ( 0 => [ 'eet', 'asia/beirut', 'africa/gaborone', 'africa/bujumbura', 'europe/sofia', 'africa/lubumbashi', 'africa/cairo', 'asia/gaza', 'africa/blantyre', 'africa/harare', 'africa/johannesburg', 'africa/lusaka', 'africa/maputo', 'africa/maseru', 'africa/mbabane', 'europe/istanbul', 'europe/athens', 'asia/jerusalem', 'asia/damascus', 'europe/vilnius', 'asia/nicosia', 'europe/helsinki', 'europe/tallinn', 'europe/kiev', 'europe/minsk', 'europe/simferopol', 'europe/zaporozhye', 'europe/riga', 'asia/amman', 'europe/bucharest', 'europe/chisinau', 'africa/kigali', 'europe/kaliningrad', 'africa/tripoli', 'europe/uzhgorod', 'etc/gmt+2', 'o', 'africa/khartoum', 'africa/windhoek', 'europe/moscow', 'europe/warsaw', ], 1 => [ 'cet', 'europe/berlin', 'europe/brussels', 'europe/budapest', 'europe/copenhagen', 'europe/luxembourg', 'europe/malta', 'europe/oslo', 'europe/prague', 'europe/rome', 'europe/stockholm', 'europe/vienna', 'europe/warsaw', 'met', 'europe/amsterdam', 'europe/paris', 'europe/tirane', 'europe/belgrade', 'europe/gibraltar', 'europe/monaco', 'europe/zurich', 'europe/madrid', 'europe/vaduz', 'europe/andorra', 'africa/ceuta', 'africa/windhoek', 'africa/tunis', 'europe/vilnius', 'africa/tripoli', 'europe/lisbon', 'africa/ndjamena', 'africa/algiers', 'europe/london', 'europe/kaliningrad', 'europe/tallinn', 'europe/uzhgorod', 'europe/chisinau', 'europe/minsk', 'europe/riga', 'europe/simferopol', 'europe/sofia', 'europe/athens', 'europe/kiev', 'europe/zaporozhye', ], ); 1;