Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Pacific / Honolulu.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/northamerica.  Olson data version 2009s
7 #
8 # Do not edit this file directly.
9 #
10 package DateTime::TimeZone::Pacific::Honolulu;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::Pacific::Honolulu::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 59926775486,
25 DateTime::TimeZone::NEG_INFINITY,
26 59926737600,
27 -37886,
28 0,
29 'LMT'
30     ],
31     [
32 59926775486,
33 60978400200,
34 59926737686,
35 60978362400,
36 -37800,
37 0,
38 'HST'
39     ],
40     [
41 60978400200,
42 60980211000,
43 60978366000,
44 60980176800,
45 -34200,
46 1,
47 'HDT'
48     ],
49     [
50 60980211000,
51 61255485000,
52 60980173200,
53 61255447200,
54 -37800,
55 0,
56 'HST'
57     ],
58     [
59 61255485000,
60 61366287600,
61 61255450800,
62 61366253400,
63 -34200,
64 1,
65 'HWT'
66     ],
67     [
68 61366287600,
69 61370307000,
70 61366253400,
71 61370272800,
72 -34200,
73 1,
74 'HPT'
75     ],
76     [
77 61370307000,
78 61423533000,
79 61370269200,
80 61423495200,
81 -37800,
82 0,
83 'HST'
84     ],
85     [
86 61423533000,
87 DateTime::TimeZone::INFINITY,
88 61423497000,
89 DateTime::TimeZone::INFINITY,
90 -36000,
91 0,
92 'HST'
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