Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Africa / Lubumbashi.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/africa. Olson data version 2009s
7#
8# Do not edit this file directly.
9#
10package DateTime::TimeZone::Africa::Lubumbashi;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Africa::Lubumbashi::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2459859036608,
25DateTime::TimeZone::NEG_INFINITY,
2659859043200,
276592,
280,
29'LMT'
30 ],
31 [
3259859036608,
33DateTime::TimeZone::INFINITY,
3459859043808,
35DateTime::TimeZone::INFINITY,
367200,
370,
38'CAT'
39 ],
40];
41
42sub olson_version { '2009s' }
43
44sub has_dst_changes { 0 }
45
46sub _max_year { 2019 }
47
48sub _new_instance
49{
50 return shift->_init( @_, spans => $spans );
51}
52
53
54
551;
56