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::Indian::Antananarivo;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Indian::Antananarivo::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22    [
23DateTime::TimeZone::NEG_INFINITY,
2460289390196,
25DateTime::TimeZone::NEG_INFINITY,
2660289401600,
2711404,
280,
29'LMT'
30    ],
31    [
3260289390196,
3361635758400,
3460289400996,
3561635769200,
3610800,
370,
38'EAT'
39    ],
40    [
4161635758400,
4261643620800,
4361635772800,
4461643635200,
4514400,
461,
47'EAST'
48    ],
49    [
5061643620800,
51DateTime::TimeZone::INFINITY,
5261643631600,
53DateTime::TimeZone::INFINITY,
5410800,
550,
56'EAT'
57    ],
58];
59
60sub olson_version { '2010b' }
61
62sub has_dst_changes { 1 }
63
64sub _max_year { 2020 }
65
66sub _new_instance
67{
68    return shift->_init( @_, spans => $spans );
69}
70
71
72
731;
74
75