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/africa.  Olson data version 2010b
7#
8# Do not edit this file directly.
9#
10package DateTime::TimeZone::Atlantic::Cape_Verde;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Atlantic::Cape_Verde::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22    [
23DateTime::TimeZone::NEG_INFINITY,
2460147538444,
25DateTime::TimeZone::NEG_INFINITY,
2660147532800,
27-5644,
280,
29'LMT'
30    ],
31    [
3260147538444,
3361273072800,
3460147531244,
3561273065600,
36-7200,
370,
38'CVT'
39    ],
40    [
4161273072800,
4261371565200,
4361273069200,
4461371561600,
45-3600,
461,
47'CVST'
48    ],
49    [
5061371565200,
5162321803200,
5261371558000,
5362321796000,
54-7200,
550,
56'CVT'
57    ],
58    [
5962321803200,
60DateTime::TimeZone::INFINITY,
6162321799600,
62DateTime::TimeZone::INFINITY,
63-3600,
640,
65'CVT'
66    ],
67];
68
69sub olson_version { '2010b' }
70
71sub has_dst_changes { 1 }
72
73sub _max_year { 2020 }
74
75sub _new_instance
76{
77    return shift->_init( @_, spans => $spans );
78}
79
80
81
821;
83
84