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
|
package Date::Manip::TZ::ambarb00;
# Copyright (c) 2008-2012 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: Wed May 30 08:36:55 EDT 2012
# Data version: tzdata2012c
# Code version: tzcode2012b
# This module contains data from the zoneinfo time zone database. The original
# data was obtained from the URL:
# ftp://ftp.iana.org/tz
=pod
=head1 NAME
Date::Manip::TZ::ambarb00 - Support for the America/Barbados time zone
=head1 SYNPOSIS
This module contains data describing a time zone. Most of the time zone
data comes from the Olsen database, but there are a few exceptions.
This module is not intended to be used directly. Other Date::Manip modules
will load it as needed.
=cut
use strict;
use warnings;
require 5.010000;
our (%Dates,%LastRule);
END {
undef %Dates;
undef %LastRule;
}
our ($VERSION);
$VERSION='6.32';
END { undef $VERSION; }
%Dates = (
1 =>
[
[ [1,1,2,0,0,0],[1,1,1,20,1,32],'-03:58:28',[-3,-58,-28],
'LMT',0,[1924,1,1,3,58,27],[1923,12,31,23,59,59],
'0001010200:00:00','0001010120:01:32','1924010103:58:27','1923123123:59:59' ],
],
1924 =>
[
[ [1924,1,1,3,58,28],[1924,1,1,0,0,0],'-03:58:28',[-3,-58,-28],
'BMT',0,[1932,1,1,3,58,27],[1931,12,31,23,59,59],
'1924010103:58:28','1924010100:00:00','1932010103:58:27','1931123123:59:59' ],
],
1932 =>
[
[ [1932,1,1,3,58,28],[1931,12,31,23,58,28],'-04:00:00',[-4,0,0],
'AST',0,[1977,6,12,5,59,59],[1977,6,12,1,59,59],
'1932010103:58:28','1931123123:58:28','1977061205:59:59','1977061201:59:59' ],
],
1977 =>
[
[ [1977,6,12,6,0,0],[1977,6,12,3,0,0],'-03:00:00',[-3,0,0],
'ADT',1,[1977,10,2,4,59,59],[1977,10,2,1,59,59],
'1977061206:00:00','1977061203:00:00','1977100204:59:59','1977100201:59:59' ],
[ [1977,10,2,5,0,0],[1977,10,2,1,0,0],'-04:00:00',[-4,0,0],
'AST',0,[1978,4,16,5,59,59],[1978,4,16,1,59,59],
'1977100205:00:00','1977100201:00:00','1978041605:59:59','1978041601:59:59' ],
],
1978 =>
[
[ [1978,4,16,6,0,0],[1978,4,16,3,0,0],'-03:00:00',[-3,0,0],
'ADT',1,[1978,10,1,4,59,59],[1978,10,1,1,59,59],
'1978041606:00:00','1978041603:00:00','1978100104:59:59','1978100101:59:59' ],
[ [1978,10,1,5,0,0],[1978,10,1,1,0,0],'-04:00:00',[-4,0,0],
'AST',0,[1979,4,15,5,59,59],[1979,4,15,1,59,59],
'1978100105:00:00','1978100101:00:00','1979041505:59:59','1979041501:59:59' ],
],
1979 =>
[
[ [1979,4,15,6,0,0],[1979,4,15,3,0,0],'-03:00:00',[-3,0,0],
'ADT',1,[1979,9,30,4,59,59],[1979,9,30,1,59,59],
'1979041506:00:00','1979041503:00:00','1979093004:59:59','1979093001:59:59' ],
[ [1979,9,30,5,0,0],[1979,9,30,1,0,0],'-04:00:00',[-4,0,0],
'AST',0,[1980,4,20,5,59,59],[1980,4,20,1,59,59],
'1979093005:00:00','1979093001:00:00','1980042005:59:59','1980042001:59:59' ],
],
1980 =>
[
[ [1980,4,20,6,0,0],[1980,4,20,3,0,0],'-03:00:00',[-3,0,0],
'ADT',1,[1980,9,25,4,59,59],[1980,9,25,1,59,59],
'1980042006:00:00','1980042003:00:00','1980092504:59:59','1980092501:59:59' ],
[ [1980,9,25,5,0,0],[1980,9,25,1,0,0],'-04:00:00',[-4,0,0],
'AST',0,[9999,12,31,0,0,0],[9999,12,30,20,0,0],
'1980092505:00:00','1980092501:00:00','9999123100:00:00','9999123020:00:00' ],
],
);
%LastRule = (
);
1;
|