Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / Blanc_Sablon.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::America::Blanc_Sablon;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::America::Blanc_Sablon::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 59421786508,
25 DateTime::TimeZone::NEG_INFINITY,
26 59421772800,
27 -13708,
28 0,
29 'LMT'
30     ],
31     [
32 59421786508,
33 60503608800,
34 59421772108,
35 60503594400,
36 -14400,
37 0,
38 'AST'
39     ],
40     [
41 60503608800,
42 60520885200,
43 60503598000,
44 60520874400,
45 -10800,
46 1,
47 'ADT'
48     ],
49     [
50 60520885200,
51 61255461600,
52 60520870800,
53 61255447200,
54 -14400,
55 0,
56 'AST'
57     ],
58     [
59 61255461600,
60 61366287600,
61 61255450800,
62 61366276800,
63 -10800,
64 1,
65 'AWT'
66     ],
67     [
68 61366287600,
69 61370283600,
70 61366276800,
71 61370272800,
72 -10800,
73 1,
74 'APT'
75     ],
76     [
77 61370283600,
78 62135697600,
79 61370269200,
80 62135683200,
81 -14400,
82 0,
83 'AST'
84     ],
85     [
86 62135697600,
87 DateTime::TimeZone::INFINITY,
88 62135683200,
89 DateTime::TimeZone::INFINITY,
90 -14400,
91 0,
92 'AST'
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