X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=blobdiff_plain;f=local-lib5%2Flib%2Fperl5%2FDateTime%2FTimeZone%2FAmerica%2FCosta_Rica.pm;fp=local-lib5%2Flib%2Fperl5%2FDateTime%2FTimeZone%2FAmerica%2FCosta_Rica.pm;h=21cbe8874e73f10499663e5b85fe6f9280523d41;hp=0000000000000000000000000000000000000000;hb=3fea05b9fbf95091f4522528b9980a33e0235603;hpb=af746827daa7a8feccee889e1d12ebc74cc9201e diff --git a/local-lib5/lib/perl5/DateTime/TimeZone/America/Costa_Rica.pm b/local-lib5/lib/perl5/DateTime/TimeZone/America/Costa_Rica.pm new file mode 100644 index 0000000..21cbe88 --- /dev/null +++ b/local-lib5/lib/perl5/DateTime/TimeZone/America/Costa_Rica.pm @@ -0,0 +1,137 @@ +# This file is auto-generated by the Perl DateTime Suite time zone +# code generator (0.07) This code generator comes with the +# DateTime::TimeZone module distribution in the tools/ directory + +# +# Generated from /tmp/UeJBI4pKMW/northamerica. Olson data version 2009s +# +# Do not edit this file directly. +# +package DateTime::TimeZone::America::Costa_Rica; + +use strict; + +use Class::Singleton; +use DateTime::TimeZone; +use DateTime::TimeZone::OlsonDB; + +@DateTime::TimeZone::America::Costa_Rica::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' ); + +my $spans = +[ + [ +DateTime::TimeZone::NEG_INFINITY, +59611181780, +DateTime::TimeZone::NEG_INFINITY, +59611161600, +-20180, +0, +'LMT' + ], + [ +59611181780, +60590612180, +59611161600, +60590592000, +-20180, +0, +'SJMT' + ], + [ +60590612180, +62424453600, +60590590580, +62424432000, +-21600, +0, +'CST' + ], + [ +62424453600, +62432917200, +62424435600, +62432899200, +-18000, +1, +'CDT' + ], + [ +62432917200, +62455903200, +62432895600, +62455881600, +-21600, +0, +'CST' + ], + [ +62455903200, +62464366800, +62455885200, +62464348800, +-18000, +1, +'CDT' + ], + [ +62464366800, +62799948000, +62464345200, +62799926400, +-21600, +0, +'CST' + ], + [ +62799948000, +62814027600, +62799930000, +62814009600, +-18000, +1, +'CDT' + ], + [ +62814027600, +62831397600, +62814006000, +62831376000, +-21600, +0, +'CST' + ], + [ +62831397600, +62836318800, +62831379600, +62836300800, +-18000, +1, +'CDT' + ], + [ +62836318800, +DateTime::TimeZone::INFINITY, +62836297200, +DateTime::TimeZone::INFINITY, +-21600, +0, +'CST' + ], +]; + +sub olson_version { '2009s' } + +sub has_dst_changes { 4 } + +sub _max_year { 2019 } + +sub _new_instance +{ + return shift->_init( @_, spans => $spans ); +} + + + +1; +