Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Pacific / Tongatapu.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/australasia. Olson data version 2009s
7#
8# Do not edit this file directly.
9#
10package DateTime::TimeZone::Pacific::Tongatapu;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Pacific::Tongatapu::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2459958186040,
25DateTime::TimeZone::NEG_INFINITY,
2659958230400,
2744360,
280,
29'LMT'
30 ],
31 [
3259958186040,
3361220490000,
3459958230440,
3561220534400,
3644400,
370,
38'TOT'
39 ],
40 [
4161220490000,
4263050785200,
4361220536800,
4463050832000,
4546800,
460,
47'TOT'
48 ],
49 [
5063050785200,
5163074898000,
5263050832000,
5363074944800,
5446800,
550,
56'TOT'
57 ],
58 [
5963074898000,
6063089067600,
6163074948400,
6263089118000,
6350400,
641,
65'TOST'
66 ],
67 [
6863089067600,
6963109026000,
7063089114400,
7163109072800,
7246800,
730,
74'TOT'
75 ],
76 [
7763109026000,
7863116280000,
7963109076400,
8063116330400,
8150400,
821,
83'TOST'
84 ],
85 [
8663116280000,
8763140475600,
8863116326800,
8963140522400,
9046800,
910,
92'TOT'
93 ],
94 [
9563140475600,
9663147729600,
9763140526000,
9863147780000,
9950400,
1001,
101'TOST'
102 ],
103 [
10463147729600,
105DateTime::TimeZone::INFINITY,
10663147776400,
107DateTime::TimeZone::INFINITY,
10846800,
1090,
110'TOT'
111 ],
112];
113
114sub olson_version { '2009s' }
115
116sub has_dst_changes { 3 }
117
118sub _max_year { 2019 }
119
120sub _new_instance
121{
122 return shift->_init( @_, spans => $spans );
123}
124
125
126
1271;
128