Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Africa / Monrovia.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/africa.  Olson data version 2009s
7 #
8 # Do not edit this file directly.
9 #
10 package DateTime::TimeZone::Africa::Monrovia;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::Africa::Monrovia::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 59358703388,
25 DateTime::TimeZone::NEG_INFINITY,
26 59358700800,
27 -2588,
28 0,
29 'LMT'
30     ],
31     [
32 59358703388,
33 60531324188,
34 59358700800,
35 60531321600,
36 -2588,
37 0,
38 'MMT'
39     ],
40     [
41 60531324188,
42 62209212270,
43 60531321518,
44 62209209600,
45 -2670,
46 0,
47 'LRT'
48     ],
49     [
50 62209212270,
51 DateTime::TimeZone::INFINITY,
52 62209212270,
53 DateTime::TimeZone::INFINITY,
54 0,
55 0,
56 'GMT'
57     ],
58 ];
59
60 sub olson_version { '2009s' }
61
62 sub has_dst_changes { 0 }
63
64 sub _max_year { 2019 }
65
66 sub _new_instance
67 {
68     return shift->_init( @_, spans => $spans );
69 }
70
71
72
73 1;
74