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/antarctica.  Olson data version 2010b
7#
8# Do not edit this file directly.
9#
10package DateTime::TimeZone::Antarctica::Davis;
11
12use strict;
13
14use Class::Singleton;
15use DateTime::TimeZone;
16use DateTime::TimeZone::OlsonDB;
17
18@DateTime::TimeZone::Antarctica::Davis::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20my $spans =
21[
22    [
23DateTime::TimeZone::NEG_INFINITY,
2461726492800,
25DateTime::TimeZone::NEG_INFINITY,
2661726492800,
270,
280,
29'zzz'
30    ],
31    [
3261726492800,
3361972621200,
3461726518000,
3561972646400,
3625200,
370,
38'DAVT'
39    ],
40    [
4161972621200,
4262106825600,
4361972621200,
4462106825600,
450,
460,
47'zzz'
48    ],
49    [
5062106825600,
5163391489200,
5262106850800,
5363391514400,
5425200,
550,
56'DAVT'
57    ],
58    [
5963391489200,
60DateTime::TimeZone::INFINITY,
6163391507200,
62DateTime::TimeZone::INFINITY,
6318000,
640,
65'DAVT'
66    ],
67];
68
69sub olson_version { '2010b' }
70
71sub has_dst_changes { 0 }
72
73sub _max_year { 2020 }
74
75sub _new_instance
76{
77    return shift->_init( @_, spans => $spans );
78}
79
80
81
821;
83
84