Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / La_Paz.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/southamerica. Olson data version 2009s
7#
8# Do not edit this file directly.
9#
10package DateTime::TimeZone::America::La_Paz;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::America::La_Paz::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2459611177956,
25DateTime::TimeZone::NEG_INFINITY,
2659611161600,
27-16356,
280,
29'LMT'
30 ],
31 [
3259611177956,
3360929728356,
3459611161600,
3560929712000,
36-16356,
370,
38'CMT'
39 ],
40 [
4160929728356,
4260943375956,
4360929715600,
4460943363200,
45-12756,
461,
47'BOST'
48 ],
49 [
5060943375956,
51DateTime::TimeZone::INFINITY,
5260943361556,
53DateTime::TimeZone::INFINITY,
54-14400,
550,
56'BOT'
57 ],
58];
59
60sub olson_version { '2009s' }
61
62sub has_dst_changes { 1 }
63
64sub _max_year { 2019 }
65
66sub _new_instance
67{
68 return shift->_init( @_, spans => $spans );
69}
70
71
72
731;
74