Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / Barbados.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::Barbados;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::America::Barbados::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2460684004708,
25DateTime::TimeZone::NEG_INFINITY,
2660683990400,
27-14308,
280,
29'LMT'
30 ],
31 [
3260684004708,
3360936465508,
3460683990400,
3560936451200,
36-14308,
370,
38'BMT'
39 ],
40 [
4160936465508,
4262370626400,
4360936451108,
4462370612000,
45-14400,
460,
47'AST'
48 ],
49 [
5062370626400,
5162380299600,
5262370615600,
5362380288800,
54-10800,
551,
56'ADT'
57 ],
58 [
5962380299600,
6062397237600,
6162380285200,
6262397223200,
63-14400,
640,
65'AST'
66 ],
67 [
6862397237600,
6962411749200,
7062397226800,
7162411738400,
72-10800,
731,
74'ADT'
75 ],
76 [
7762411749200,
7862428687200,
7962411734800,
8062428672800,
81-14400,
820,
83'AST'
84 ],
85 [
8662428687200,
8762443198800,
8862428676400,
8962443188000,
90-10800,
911,
92'ADT'
93 ],
94 [
9562443198800,
9662460741600,
9762443184400,
9862460727200,
99-14400,
1000,
101'AST'
102 ],
103 [
10462460741600,
10562474389200,
10662460730800,
10762474378400,
108-10800,
1091,
110'ADT'
111 ],
112 [
11362474389200,
114DateTime::TimeZone::INFINITY,
11562474374800,
116DateTime::TimeZone::INFINITY,
117-14400,
1180,
119'AST'
120 ],
121];
122
123sub olson_version { '2009s' }
124
125sub has_dst_changes { 4 }
126
127sub _max_year { 2019 }
128
129sub _new_instance
130{
131 return shift->_init( @_, spans => $spans );
132}
133
134
135
1361;
137