Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / Curacao.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::Curacao;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::America::Curacao::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2460308944544,
25DateTime::TimeZone::NEG_INFINITY,
2660308928000,
27-16544,
280,
29'LMT'
30 ],
31 [
3260308944544,
3361977933000,
3460308928344,
3561977916800,
36-16200,
370,
38'ANT'
39 ],
40 [
4161977933000,
42DateTime::TimeZone::INFINITY,
4361977918600,
44DateTime::TimeZone::INFINITY,
45-14400,
460,
47'AST'
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