Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Pacific / Noumea.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::Noumea;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::Pacific::Noumea::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 60306296052,
25 DateTime::TimeZone::NEG_INFINITY,
26 60306336000,
27 39948,
28 0,
29 'LMT'
30     ],
31     [
32 60306296052,
33 62385685200,
34 60306335652,
35 62385724800,
36 39600,
37 0,
38 'NCT'
39     ],
40     [
41 62385685200,
42 62393025600,
43 62385728400,
44 62393068800,
45 43200,
46 1,
47 'NCST'
48     ],
49     [
50 62393025600,
51 62417134800,
52 62393065200,
53 62417174400,
54 39600,
55 0,
56 'NCT'
57     ],
58     [
59 62417134800,
60 62424561600,
61 62417178000,
62 62424604800,
63 43200,
64 1,
65 'NCST'
66     ],
67     [
68 62424561600,
69 62985049200,
70 62424601200,
71 62985088800,
72 39600,
73 0,
74 'NCT'
75     ],
76     [
77 62985049200,
78 62992911600,
79 62985092400,
80 62992954800,
81 43200,
82 1,
83 'NCST'
84     ],
85     [
86 62992911600,
87 DateTime::TimeZone::INFINITY,
88 62992951200,
89 DateTime::TimeZone::INFINITY,
90 39600,
91 0,
92 'NCT'
93     ],
94 ];
95
96 sub olson_version { '2009s' }
97
98 sub has_dst_changes { 3 }
99
100 sub _max_year { 2019 }
101
102 sub _new_instance
103 {
104     return shift->_init( @_, spans => $spans );
105 }
106
107
108
109 1;
110