Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Pacific / Tongatapu.pm
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 #
10 package DateTime::TimeZone::Pacific::Tongatapu;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::Pacific::Tongatapu::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 59958186040,
25 DateTime::TimeZone::NEG_INFINITY,
26 59958230400,
27 44360,
28 0,
29 'LMT'
30     ],
31     [
32 59958186040,
33 61220490000,
34 59958230440,
35 61220534400,
36 44400,
37 0,
38 'TOT'
39     ],
40     [
41 61220490000,
42 63050785200,
43 61220536800,
44 63050832000,
45 46800,
46 0,
47 'TOT'
48     ],
49     [
50 63050785200,
51 63074898000,
52 63050832000,
53 63074944800,
54 46800,
55 0,
56 'TOT'
57     ],
58     [
59 63074898000,
60 63089067600,
61 63074948400,
62 63089118000,
63 50400,
64 1,
65 'TOST'
66     ],
67     [
68 63089067600,
69 63109026000,
70 63089114400,
71 63109072800,
72 46800,
73 0,
74 'TOT'
75     ],
76     [
77 63109026000,
78 63116280000,
79 63109076400,
80 63116330400,
81 50400,
82 1,
83 'TOST'
84     ],
85     [
86 63116280000,
87 63140475600,
88 63116326800,
89 63140522400,
90 46800,
91 0,
92 'TOT'
93     ],
94     [
95 63140475600,
96 63147729600,
97 63140526000,
98 63147780000,
99 50400,
100 1,
101 'TOST'
102     ],
103     [
104 63147729600,
105 DateTime::TimeZone::INFINITY,
106 63147776400,
107 DateTime::TimeZone::INFINITY,
108 46800,
109 0,
110 'TOT'
111     ],
112 ];
113
114 sub olson_version { '2009s' }
115
116 sub has_dst_changes { 3 }
117
118 sub _max_year { 2019 }
119
120 sub _new_instance
121 {
122     return shift->_init( @_, spans => $spans );
123 }
124
125
126
127 1;
128