Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / America / Guyana.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::Guyana;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::America::Guyana::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22 [
23DateTime::TimeZone::NEG_INFINITY,
2460405105160,
25DateTime::TimeZone::NEG_INFINITY,
2660405091200,
27-13960,
280,
29'LMT'
30 ],
31 [
3260405105160,
3362021994300,
3460405091660,
3562021980800,
36-13500,
370,
38'GBGT'
39 ],
40 [
4162021994300,
4262311693500,
4362021980800,
4462311680000,
45-13500,
460,
47'GYT'
48 ],
49 [
5062311693500,
5162798382000,
5262311682700,
5362798371200,
54-10800,
550,
56'GYT'
57 ],
58 [
5962798382000,
60DateTime::TimeZone::INFINITY,
6162798367600,
62DateTime::TimeZone::INFINITY,
63-14400,
640,
65'GYT'
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