Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / El_Salvador.pm
CommitLineData
3fea05b9 1# This file is auto-generated by the Perl DateTime Suite time zone
2# code generator (0.07) This code generator comes with the
3# DateTime::TimeZone module distribution in the tools/ directory
4
5#
6# Generated from /tmp/UeJBI4pKMW/northamerica. Olson data version 2009s
7#
8# Do not edit this file directly.
9#
10package DateTime::TimeZone::America::El_Salvador;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::America::El_Salvador::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2460589403808,
25DateTime::TimeZone::NEG_INFINITY,
2660589382400,
27-21408,
280,
29'LMT'
30 ],
31 [
3260589403808,
3362682703200,
3460589382208,
3562682681600,
36-21600,
370,
38'CST'
39 ],
40 [
4162682703200,
4262695400400,
4362682685200,
4462695382400,
45-18000,
461,
47'CDT'
48 ],
49 [
5062695400400,
5162714152800,
5262695378800,
5362714131200,
54-21600,
550,
56'CST'
57 ],
58 [
5962714152800,
6062726850000,
6162714134800,
6262726832000,
63-18000,
641,
65'CDT'
66 ],
67 [
6862726850000,
69DateTime::TimeZone::INFINITY,
7062726828400,
71DateTime::TimeZone::INFINITY,
72-21600,
730,
74'CST'
75 ],
76];
77
78sub olson_version { '2009s' }
79
80sub has_dst_changes { 2 }
81
82sub _max_year { 2019 }
83
84sub _new_instance
85{
86 return shift->_init( @_, spans => $spans );
87}
88
89
90
911;
92