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::Africa::Blantyre;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Africa::Blantyre::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22    [
23DateTime::TimeZone::NEG_INFINITY,
2460026391600,
25DateTime::TimeZone::NEG_INFINITY,
2660026400000,
278400,
280,
29'LMT'
30    ],
31    [
3260026391600,
33DateTime::TimeZone::INFINITY,
3460026398800,
35DateTime::TimeZone::INFINITY,
367200,
370,
38'CAT'
39    ],
40];
41
42sub olson_version { '2010b' }
43
44sub has_dst_changes { 0 }
45
46sub _max_year { 2020 }
47
48sub _new_instance
49{
50    return shift->_init( @_, spans => $spans );
51}
52
53
54
551;
56
57