Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / DateTime / TimeZone / Indian / Mauritius.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/africa.  Olson data version 2009s
7 #
8 # Do not edit this file directly.
9 #
10 package DateTime::TimeZone::Indian::Mauritius;
11
12 use strict;
13
14 use Class::Singleton;
15 use DateTime::TimeZone;
16 use DateTime::TimeZone::OlsonDB;
17
18 @DateTime::TimeZone::Indian::Mauritius::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
19
20 my $spans =
21 [
22     [
23 DateTime::TimeZone::NEG_INFINITY,
24 60147519000,
25 DateTime::TimeZone::NEG_INFINITY,
26 60147532800,
27 13800,
28 0,
29 'LMT'
30     ],
31     [
32 60147519000,
33 62538724800,
34 60147533400,
35 62538739200,
36 14400,
37 0,
38 'MUT'
39     ],
40     [
41 62538724800,
42 62552718000,
43 62538742800,
44 62552736000,
45 18000,
46 1,
47 'MUST'
48     ],
49     [
50 62552718000,
51 63360655200,
52 62552732400,
53 63360669600,
54 14400,
55 0,
56 'MUT'
57     ],
58     [
59 63360655200,
60 63373957200,
61 63360673200,
62 63373975200,
63 18000,
64 1,
65 'MUST'
66     ],
67     [
68 63373957200,
69 DateTime::TimeZone::INFINITY,
70 63373971600,
71 DateTime::TimeZone::INFINITY,
72 14400,
73 0,
74 'MUT'
75     ],
76 ];
77
78 sub olson_version { '2009s' }
79
80 sub has_dst_changes { 2 }
81
82 sub _max_year { 2019 }
83
84 sub _new_instance
85 {
86     return shift->_init( @_, spans => $spans );
87 }
88
89
90
91 1;
92