Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / Panama.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/northamerica. Olson data version 2009s
7#
8# Do not edit this file directly.
9#
10package DateTime::TimeZone::America::Panama;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::America::Panama::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2459611180688,
25DateTime::TimeZone::NEG_INFINITY,
2659611161600,
27-19088,
280,
29'LMT'
30 ],
31 [
3259611180688,
3360188764776,
3459611161512,
3560188745600,
36-19176,
370,
38'CMT'
39 ],
40 [
4160188764776,
42DateTime::TimeZone::INFINITY,
4360188746776,
44DateTime::TimeZone::INFINITY,
45-18000,
460,
47'EST'
48 ],
49];
50
51sub olson_version { '2009s' }
52
53sub has_dst_changes { 0 }
54
55sub _max_year { 2019 }
56
57sub _new_instance
58{
59 return shift->_init( @_, spans => $spans );
60}
61
62
63
641;
65