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/AQnrcGnc70/southamerica.  Olson data version 2010b
7#
8# Do not edit this file directly.
9#
10package DateTime::TimeZone::Pacific::Galapagos;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Pacific::Galapagos::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22    [
23DateTime::TimeZone::NEG_INFINITY,
2460904936704,
25DateTime::TimeZone::NEG_INFINITY,
2660904915200,
27-21504,
280,
29'LMT'
30    ],
31    [
3260904936704,
3362640622800,
3460904918704,
3562640604800,
36-18000,
370,
38'ECT'
39    ],
40    [
4162640622800,
42DateTime::TimeZone::INFINITY,
4362640601200,
44DateTime::TimeZone::INFINITY,
45-21600,
460,
47'GALT'
48    ],
49];
50
51sub olson_version { '2010b' }
52
53sub has_dst_changes { 0 }
54
55sub _max_year { 2020 }
56
57sub _new_instance
58{
59    return shift->_init( @_, spans => $spans );
60}
61
62
63
641;
65
66