File: Noumea.pm

package info (click to toggle)
libdatetime-timezone-perl 1%3A2.47-1%2B2023d
  • links: PTS, VCS
  • area: main
  • in suites: bullseye-updates
  • size: 97,508 kB
  • sloc: perl: 2,688; sh: 36; makefile: 10
file content (113 lines) | stat: -rw-r--r-- 2,712 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# This file is auto-generated by the Perl DateTime Suite time zone
# code generator (0.08) This code generator comes with the
# DateTime::TimeZone module distribution in the tools/ directory

#
# Generated from debian/tzdata/australasia.  Olson data version 2023d
#
# Do not edit this file directly.
#
package DateTime::TimeZone::Pacific::Noumea;

use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '2.47';

use Class::Singleton 1.03;
use DateTime::TimeZone;
use DateTime::TimeZone::OlsonDB;

@DateTime::TimeZone::Pacific::Noumea::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );

my $spans =
[
    [
DateTime::TimeZone::NEG_INFINITY, #    utc_start
60306296052, #      utc_end 1912-01-12 12:54:12 (Fri)
DateTime::TimeZone::NEG_INFINITY, #  local_start
60306336000, #    local_end 1912-01-13 00:00:00 (Sat)
39948,
0,
'LMT',
    ],
    [
60306296052, #    utc_start 1912-01-12 12:54:12 (Fri)
62385685200, #      utc_end 1977-12-03 13:00:00 (Sat)
60306335652, #  local_start 1912-01-12 23:54:12 (Fri)
62385724800, #    local_end 1977-12-04 00:00:00 (Sun)
39600,
0,
'+11',
    ],
    [
62385685200, #    utc_start 1977-12-03 13:00:00 (Sat)
62393025600, #      utc_end 1978-02-26 12:00:00 (Sun)
62385728400, #  local_start 1977-12-04 01:00:00 (Sun)
62393068800, #    local_end 1978-02-27 00:00:00 (Mon)
43200,
1,
'+12',
    ],
    [
62393025600, #    utc_start 1978-02-26 12:00:00 (Sun)
62417134800, #      utc_end 1978-12-02 13:00:00 (Sat)
62393065200, #  local_start 1978-02-26 23:00:00 (Sun)
62417174400, #    local_end 1978-12-03 00:00:00 (Sun)
39600,
0,
'+11',
    ],
    [
62417134800, #    utc_start 1978-12-02 13:00:00 (Sat)
62424561600, #      utc_end 1979-02-26 12:00:00 (Mon)
62417178000, #  local_start 1978-12-03 01:00:00 (Sun)
62424604800, #    local_end 1979-02-27 00:00:00 (Tue)
43200,
1,
'+12',
    ],
    [
62424561600, #    utc_start 1979-02-26 12:00:00 (Mon)
62985049200, #      utc_end 1996-11-30 15:00:00 (Sat)
62424601200, #  local_start 1979-02-26 23:00:00 (Mon)
62985088800, #    local_end 1996-12-01 02:00:00 (Sun)
39600,
0,
'+11',
    ],
    [
62985049200, #    utc_start 1996-11-30 15:00:00 (Sat)
62992911600, #      utc_end 1997-03-01 15:00:00 (Sat)
62985092400, #  local_start 1996-12-01 03:00:00 (Sun)
62992954800, #    local_end 1997-03-02 03:00:00 (Sun)
43200,
1,
'+12',
    ],
    [
62992911600, #    utc_start 1997-03-01 15:00:00 (Sat)
DateTime::TimeZone::INFINITY, #      utc_end
62992951200, #  local_start 1997-03-02 02:00:00 (Sun)
DateTime::TimeZone::INFINITY, #    local_end
39600,
0,
'+11',
    ],
];

sub olson_version {'2023d'}

sub has_dst_changes {3}

sub _max_year {2033}

sub _new_instance {
    return shift->_init( @_, spans => $spans );
}



1;