Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Pacific / Tahiti.pm
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/UeJBI4pKMW/australasia.  Olson data version 2009s
7 #
8 # Do not edit this file directly.
9 #
10 package DateTime::TimeZone::Pacific::Tahiti;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::Pacific::Tahiti::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 60329008696,
25 DateTime::TimeZone::NEG_INFINITY,
26 60328972800,
27 -35896,
28 0,
29 'LMT'
30     ],
31     [
32 60329008696,
33 DateTime::TimeZone::INFINITY,
34 60328972696,
35 DateTime::TimeZone::INFINITY,
36 -36000,
37 0,
38 'TAHT'
39     ],
40 ];
41
42 sub olson_version { '2009s' }
43
44 sub has_dst_changes { 0 }
45
46 sub _max_year { 2019 }
47
48 sub _new_instance
49 {
50     return shift->_init( @_, spans => $spans );
51 }
52
53
54
55 1;
56