Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / Paramaribo.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::Paramaribo;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::America::Paramaribo::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2460273776440,
25DateTime::TimeZone::NEG_INFINITY,
2660273763200,
27-13240,
280,
29'LMT'
30 ],
31 [
3260273776440,
3361031158852,
3460273763188,
3561031145600,
36-13252,
370,
38'PMT'
39 ],
40 [
4161031158852,
4261370365236,
4361031145616,
4461370352000,
45-13236,
460,
47'PMT'
48 ],
49 [
5061370365236,
5162321369400,
5261370352636,
5362321356800,
54-12600,
550,
56'NEGT'
57 ],
58 [
5962321369400,
6062601132600,
6162321356800,
6262601120000,
63-12600,
640,
65'SRT'
66 ],
67 [
6862601132600,
69DateTime::TimeZone::INFINITY,
7062601121800,
71DateTime::TimeZone::INFINITY,
72-10800,
730,
74'SRT'
75 ],
76];
77
78sub olson_version { '2009s' }
79
80sub has_dst_changes { 0 }
81
82sub _max_year { 2019 }
83
84sub _new_instance
85{
86 return shift->_init( @_, spans => $spans );
87}
88
89
90
911;
92