package #
Date::Manip::TZ::ascolo00;
# Copyright (c) 2008-2017 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: Tue May 30 10:43:19 EDT 2017
# Data version: tzdata2017b
# Code version: tzcode2017b
# 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.60';
END { undef $VERSION; }
%Dates = (
1 =>
[
[ [1,1,2,0,0,0],[1,1,2,5,19,24],'+05:19:24',[5,19,24],
'LMT',0,[1879,12,31,18,40,35],[1879,12,31,23,59,59],
'0001010200:00:00','0001010205:19:24','1879123118:40:35','1879123123:59:59' ],
],
1879 =>
[
[ [1879,12,31,18,40,36],[1880,1,1,0,0,8],'+05:19:32',[5,19,32],
'MMT',0,[1905,12,31,18,40,27],[1905,12,31,23,59,59],
'1879123118:40:36','1880010100:00:08','1905123118:40:27','1905123123:59:59' ],
],
1905 =>
[
[ [1905,12,31,18,40,28],[1906,1,1,0,10,28],'+05:30:00',[5,30,0],
'+0530',0,[1942,1,4,18,29,59],[1942,1,4,23,59,59],
'1905123118:40:28','1906010100:10:28','1942010418:29:59','1942010423:59:59' ],
],
1942 =>
[
[ [1942,1,4,18,30,0],[1942,1,5,0,30,0],'+06:00:00',[6,0,0],
'+06',1,[1942,8,31,17,59,59],[1942,8,31,23,59,59],
'1942010418:30:00','1942010500:30:00','1942083117:59:59','1942083123:59:59' ],
[ [1942,8,31,18,0,0],[1942,9,1,0,30,0],'+06:30:00',[6,30,0],
'+0630',1,[1945,10,15,19,29,59],[1945,10,16,1,59,59],
'1942083118:00:00','1942090100:30:00','1945101519:29:59','1945101601:59:59' ],
],
1945 =>
[
[ [1945,10,15,19,30,0],[1945,10,16,1,0,0],'+05:30:00',[5,30,0],
'+0530',0,[1996,5,24,18,29,59],[1996,5,24,23,59,59],
'1945101519:30:00','1945101601:00:00','1996052418:29:59','1996052423:59:59' ],
],
1996 =>
[
[ [1996,5,24,18,30,0],[1996,5,25,1,0,0],'+06:30:00',[6,30,0],
'+0630',0,[1996,10,25,17,59,59],[1996,10,26,0,29,59],
'1996052418:30:00','1996052501:00:00','1996102517:59:59','1996102600:29:59' ],
[ [1996,10,25,18,0,0],[1996,10,26,0,0,0],'+06:00:00',[6,0,0],
'+06',0,[2006,4,14,18,29,59],[2006,4,15,0,29,59],
'1996102518:00:00','1996102600:00:00','2006041418:29:59','2006041500:29:59' ],
],
2006 =>
[
[ [2006,4,14,18,30,0],[2006,4,15,0,0,0],'+05:30:00',[5,30,0],
'+0530',0,[9999,12,31,0,0,0],[9999,12,31,5,30,0],
'2006041418:30:00','2006041500:00:00','9999123100:00:00','9999123105:30:00' ],
],
);
%LastRule = (
);
1;