# 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 ../tzdata-2018i/northamerica. Olson data version 2018i
#
# Do not edit this file directly.
#
package DateTime::TimeZone::America::Costa_Rica;
$DateTime::TimeZone::America::Costa_Rica::VERSION = '1.70';
use strict;
use Class::Singleton 1.03;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;
@DateTime::TimeZone::America::Costa_Rica::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
my $spans =
[
[
DateTime::TimeZone::NEG_INFINITY, # utc_start
59611181773, # utc_end 0-12-31 05:36:13 (Sun)
DateTime::TimeZone::NEG_INFINITY, # local_start
59611161600, # local_end 0-12-31 00:00:00 (Sun)
-20173,
0,
'LMT',
],
[
59611181773, # utc_start 0-12-31 05:36:13 (Sun)
60590612173, # utc_end 0-12-31 05:36:13 (Sun)
59611161600, # local_start 0-12-31 00:00:00 (Sun)
60590592000, # local_end 0-12-31 00:00:00 (Sun)
-20173,
0,
'SJMT',
],
[
60590612173, # utc_start 0-12-31 05:36:13 (Sun)
62424453600, # utc_end 0-12-31 06:00:00 (Sun)
60590590573, # local_start 0-12-31 23:36:13 (Sun)
62424432000, # local_end 0-12-31 00:00:00 (Sun)
-21600,
0,
'CST',
],
[
62424453600, # utc_start 0-12-31 06:00:00 (Sun)
62432917200, # utc_end 0-12-31 05:00:00 (Sun)
62424435600, # local_start 0-12-31 01:00:00 (Sun)
62432899200, # local_end 0-12-31 00:00:00 (Sun)
-18000,
1,
'CDT',
],
[
62432917200, # utc_start 0-12-31 05:00:00 (Sun)
62455903200, # utc_end 0-12-31 06:00:00 (Sun)
62432895600, # local_start 0-12-31 23:00:00 (Sun)
62455881600, # local_end 0-12-31 00:00:00 (Sun)
-21600,
0,
'CST',
],
[
62455903200, # utc_start 0-12-31 06:00:00 (Sun)
62464366800, # utc_end 0-12-31 05:00:00 (Sun)
62455885200, # local_start 0-12-31 01:00:00 (Sun)
62464348800, # local_end 0-12-31 00:00:00 (Sun)
-18000,
1,
'CDT',
],
[
62464366800, # utc_start 0-12-31 05:00:00 (Sun)
62799948000, # utc_end 0-12-31 06:00:00 (Sun)
62464345200, # local_start 0-12-31 23:00:00 (Sun)
62799926400, # local_end 0-12-31 00:00:00 (Sun)
-21600,
0,
'CST',
],
[
62799948000, # utc_start 0-12-31 06:00:00 (Sun)
62814027600, # utc_end 0-12-31 05:00:00 (Sun)
62799930000, # local_start 0-12-31 01:00:00 (Sun)
62814009600, # local_end 0-12-31 00:00:00 (Sun)
-18000,
1,
'CDT',
],
[
62814027600, # utc_start 0-12-31 05:00:00 (Sun)
62831397600, # utc_end 0-12-31 06:00:00 (Sun)
62814006000, # local_start 0-12-31 23:00:00 (Sun)
62831376000, # local_end 0-12-31 00:00:00 (Sun)
-21600,
0,
'CST',
],
[
62831397600, # utc_start 0-12-31 06:00:00 (Sun)
62836318800, # utc_end 0-12-31 05:00:00 (Sun)
62831379600, # local_start 0-12-31 01:00:00 (Sun)
62836300800, # local_end 0-12-31 00:00:00 (Sun)
-18000,
1,
'CDT',
],
[
62836318800, # utc_start 0-12-31 05:00:00 (Sun)
DateTime::TimeZone::INFINITY, # utc_end
62836297200, # local_start 0-12-31 23:00:00 (Sun)
DateTime::TimeZone::INFINITY, # local_end
-21600,
0,
'CST',
],
];
sub olson_version { '2018i' }
sub has_dst_changes { 4 }
sub _max_year { 2029 }
sub _new_instance
{
return shift->_init( @_, spans => $spans );
}
1;