Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / Caracas.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::Caracas;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::America::Caracas::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2459611177664,
25DateTime::TimeZone::NEG_INFINITY,
2659611161600,
27-16064,
280,
29'LMT'
30 ],
31 [
3259611177664,
3360308944060,
3459611161604,
3560308928000,
36-16060,
370,
38'CMT'
39 ],
40 [
4160308944060,
4261977933000,
4360308927860,
4461977916800,
45-16200,
460,
47'VET'
48 ],
49 [
5061977933000,
5163332866800,
5261977918600,
5363332852400,
54-14400,
550,
56'VET'
57 ],
58 [
5963332866800,
60DateTime::TimeZone::INFINITY,
6163332850600,
62DateTime::TimeZone::INFINITY,
63-16200,
640,
65'VET'
66 ],
67];
68
69sub olson_version { '2009s' }
70
71sub has_dst_changes { 0 }
72
73sub _max_year { 2019 }
74
75sub _new_instance
76{
77 return shift->_init( @_, spans => $spans );
78}
79
80
81
821;
83