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
|
package #
Date::Manip::TZ::afnair00;
# Copyright (c) 2008-2025 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: Sun Jun 1 17:31:33 EDT 2025
# Data version: tzdata2025b
# Code version: tzcode2025b
# 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.98';
END { undef $VERSION; }
%Dates = (
1 =>
[
[ [1,1,2,0,0,0],[1,1,2,2,27,16],'+02:27:16',[2,27,16],
'LMT',0,[1908,4,30,21,32,43],[1908,4,30,23,59,59],
'0001010200:00:00','0001010202:27:16','1908043021:32:43','1908043023:59:59' ],
],
1908 =>
[
[ [1908,4,30,21,32,44],[1908,5,1,0,2,44],'+02:30:00',[2,30,0],
'+0230',0,[1928,6,30,21,29,59],[1928,6,30,23,59,59],
'1908043021:32:44','1908050100:02:44','1928063021:29:59','1928063023:59:59' ],
],
1928 =>
[
[ [1928,6,30,21,30,0],[1928,7,1,0,30,0],'+03:00:00',[3,0,0],
'EAT',0,[1930,1,4,20,59,59],[1930,1,4,23,59,59],
'1928063021:30:00','1928070100:30:00','1930010420:59:59','1930010423:59:59' ],
],
1930 =>
[
[ [1930,1,4,21,0,0],[1930,1,4,23,30,0],'+02:30:00',[2,30,0],
'+0230',0,[1936,12,31,21,29,59],[1936,12,31,23,59,59],
'1930010421:00:00','1930010423:30:00','1936123121:29:59','1936123123:59:59' ],
],
1936 =>
[
[ [1936,12,31,21,30,0],[1937,1,1,0,15,0],'+02:45:00',[2,45,0],
'+0245',0,[1942,7,31,21,14,59],[1942,7,31,23,59,59],
'1936123121:30:00','1937010100:15:00','1942073121:14:59','1942073123:59:59' ],
],
1942 =>
[
[ [1942,7,31,21,15,0],[1942,8,1,0,15,0],'+03:00:00',[3,0,0],
'EAT',0,[9999,12,31,0,0,0],[9999,12,31,3,0,0],
'1942073121:15:00','1942080100:15:00','9999123100:00:00','9999123103:00:00' ],
],
);
%LastRule = (
);
1;
|