package #
Date::Manip::TZ::audarw00;
# Copyright (c) 2008-2021 Sullivan Beck. All rights reserved.
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
# This file was automatically generated. Any changes to this file will
# be lost the next time 'tzdata' is run.
# Generated on: Mon Nov 15 11:13:48 EST 2021
# Data version: tzdata2021e
# Code version: tzcode2021e
# This module contains data from the zoneinfo time zone database. The original
# data was obtained from the URL:
# ftp://ftp.iana.org/tz
use strict;
use warnings;
require 5.010000;
our (%Dates,%LastRule);
END {
undef %Dates;
undef %LastRule;
}
our ($VERSION);
$VERSION='6.86';
END { undef $VERSION; }
%Dates = (
1 =>
[
[ [1,1,2,0,0,0],[1,1,2,8,43,20],'+08:43:20',[8,43,20],
'LMT',0,[1895,1,31,15,16,39],[1895,1,31,23,59,59],
'0001010200:00:00','0001010208:43:20','1895013115:16:39','1895013123:59:59' ],
],
1895 =>
[
[ [1895,1,31,15,16,40],[1895,2,1,0,16,40],'+09:00:00',[9,0,0],
'ACST',0,[1899,4,30,14,59,59],[1899,4,30,23,59,59],
'1895013115:16:40','1895020100:16:40','1899043014:59:59','1899043023:59:59' ],
],
1899 =>
[
[ [1899,4,30,15,0,0],[1899,5,1,0,30,0],'+09:30:00',[9,30,0],
'ACST',0,[1916,12,31,16,29,59],[1917,1,1,1,59,59],
'1899043015:00:00','1899050100:30:00','1916123116:29:59','1917010101:59:59' ],
],
1916 =>
[
[ [1916,12,31,16,30,0],[1917,1,1,3,0,0],'+10:30:00',[10,30,0],
'ACDT',1,[1917,3,24,16,29,59],[1917,3,25,2,59,59],
'1916123116:30:00','1917010103:00:00','1917032416:29:59','1917032502:59:59' ],
],
1917 =>
[
[ [1917,3,24,16,30,0],[1917,3,25,2,0,0],'+09:30:00',[9,30,0],
'ACST',0,[1941,12,31,16,29,59],[1942,1,1,1,59,59],
'1917032416:30:00','1917032502:00:00','1941123116:29:59','1942010101:59:59' ],
],
1941 =>
[
[ [1941,12,31,16,30,0],[1942,1,1,3,0,0],'+10:30:00',[10,30,0],
'ACDT',1,[1942,3,28,16,29,59],[1942,3,29,2,59,59],
'1941123116:30:00','1942010103:00:00','1942032816:29:59','1942032902:59:59' ],
],
1942 =>
[
[ [1942,3,28,16,30,0],[1942,3,29,2,0,0],'+09:30:00',[9,30,0],
'ACST',0,[1942,9,26,16,29,59],[1942,9,27,1,59,59],
'1942032816:30:00','1942032902:00:00','1942092616:29:59','1942092701:59:59' ],
[ [1942,9,26,16,30,0],[1942,9,27,3,0,0],'+10:30:00',[10,30,0],
'ACDT',1,[1943,3,27,16,29,59],[1943,3,28,2,59,59],
'1942092616:30:00','1942092703:00:00','1943032716:29:59','1943032802:59:59' ],
],
1943 =>
[
[ [1943,3,27,16,30,0],[1943,3,28,2,0,0],'+09:30:00',[9,30,0],
'ACST',0,[1943,10,2,16,29,59],[1943,10,3,1,59,59],
'1943032716:30:00','1943032802:00:00','1943100216:29:59','1943100301:59:59' ],
[ [1943,10,2,16,30,0],[1943,10,3,3,0,0],'+10:30:00',[10,30,0],
'ACDT',1,[1944,3,25,16,29,59],[1944,3,26,2,59,59],
'1943100216:30:00','1943100303:00:00','1944032516:29:59','1944032602:59:59' ],
],
1944 =>
[
[ [1944,3,25,16,30,0],[1944,3,26,2,0,0],'+09:30:00',[9,30,0],
'ACST',0,[9999,12,31,0,0,0],[9999,12,31,9,30,0],
'1944032516:30:00','1944032602:00:00','9999123100:00:00','9999123109:30:00' ],
],
);
%LastRule = (
);
1;