diff -Nru libdate-manip-perl-6.91/Changes libdate-manip-perl-6.92/Changes --- libdate-manip-perl-6.91/Changes 2023-03-01 16:56:24.000000000 +0000 +++ libdate-manip-perl-6.92/Changes 2023-06-07 16:27:25.000000000 +0000 @@ -15,6 +15,13 @@ and that document should be considered the canonical source for all change related information. +6.92 2023-06-07 + - Time zone fixes + Newest zoneinfo data (tzdata 2023c). + + - Documentation fixes + Typo fix. Reported by Derek Terveer + 6.91 2023-03-01 - Fixed bug where timezone alias wasn't handled On linux systems configured to be in a timezone that is an alias, diff -Nru libdate-manip-perl-6.91/debian/changelog libdate-manip-perl-6.92/debian/changelog --- libdate-manip-perl-6.91/debian/changelog 2023-03-05 18:06:02.000000000 +0000 +++ libdate-manip-perl-6.92/debian/changelog 2023-06-25 02:31:56.000000000 +0000 @@ -1,3 +1,9 @@ +libdate-manip-perl (6.92-1) unstable; urgency=medium + + * Import upstream version 6.92. + + -- gregor herrmann Sun, 25 Jun 2023 04:31:56 +0200 + libdate-manip-perl (6.91-1) unstable; urgency=medium * Import upstream version 6.91. diff -Nru libdate-manip-perl-6.91/internal/data.offset.pl libdate-manip-perl-6.92/internal/data.offset.pl --- libdate-manip-perl-6.91/internal/data.offset.pl 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/internal/data.offset.pl 2023-06-07 16:25:36.000000000 +0000 @@ -462,7 +462,7 @@ '+13:00:00' => 'Pacific/Auckland', '+13:45:00' => 'Pacific/Chatham', '+14:00:00' => 'Pacific/Apia', - '-01:00:00' => 'America/Noronha', + '-01:00:00' => 'America/Nuuk', '-01:30:00' => 'America/St_Johns', '-02:00:00' => 'America/Miquelon', '-02:30:00' => 'America/St_Johns', diff -Nru libdate-manip-perl-6.91/internal/gen_dm5abbrevs libdate-manip-perl-6.92/internal/gen_dm5abbrevs --- libdate-manip-perl-6.91/internal/gen_dm5abbrevs 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/internal/gen_dm5abbrevs 2023-03-01 16:58:57.000000000 +0000 @@ -18,7 +18,7 @@ use Date::Manip::TZ; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($DEBUG); $DEBUG = 0; diff -Nru libdate-manip-perl-6.91/internal/langpod libdate-manip-perl-6.92/internal/langpod --- libdate-manip-perl-6.91/internal/langpod 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/internal/langpod 2023-03-01 16:58:57.000000000 +0000 @@ -17,7 +17,7 @@ $| = 1; our $VERSION; -$VERSION='6.91'; +$VERSION='6.92'; ############################################################################## # GLOBAL VARIABLES diff -Nru libdate-manip-perl-6.91/internal/module.isp libdate-manip-perl-6.92/internal/module.isp --- libdate-manip-perl-6.91/internal/module.isp 2023-03-01 16:55:33.000000000 +0000 +++ libdate-manip-perl-6.92/internal/module.isp 2023-06-07 16:26:53.000000000 +0000 @@ -696,6 +696,7 @@ Tarallo tarball TCPIP +Terveer tgz Theodor Thomsen diff -Nru libdate-manip-perl-6.91/internal/tzdata libdate-manip-perl-6.92/internal/tzdata --- libdate-manip-perl-6.91/internal/tzdata 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/internal/tzdata 2023-03-01 16:58:57.000000000 +0000 @@ -20,7 +20,7 @@ use warnings; our $VERSION; -$VERSION='6.91'; +$VERSION='6.92'; our ($dmb); $dmb = new Date::Manip::Base; diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Base.pm libdate-manip-perl-6.92/lib/Date/Manip/Base.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Base.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Base.pm 2023-03-01 16:58:57.000000000 +0000 @@ -27,7 +27,7 @@ require Date::Manip::Lang::index; our $VERSION; -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } ############################################################################### diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Changes6.pod libdate-manip-perl-6.92/lib/Date/Manip/Changes6.pod --- libdate-manip-perl-6.91/lib/Date/Manip/Changes6.pod 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Changes6.pod 2023-06-07 16:03:17.000000000 +0000 @@ -36,7 +36,20 @@ #=head1 VERSION 6.95 (expected 2024-03-01) #=head1 VERSION 6.94 (expected 2023-12-01) #=head1 VERSION 6.93 (expected 2023-09-01) -#=head1 VERSION 6.92 (expected 2023-06-01) + +=head1 VERSION 6.92 (2023-06-07) + +=over 5 + +=item Time zone fixes + +Newest zoneinfo data (tzdata 2023c). + +=item Documentation fixes + +Typo fix. Reported by Derek Terveer + +=back =head1 VERSION 6.91 (2023-03-01) diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Date.pm libdate-manip-perl-6.92/lib/Date/Manip/Date.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Date.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Date.pm 2023-03-01 16:58:57.000000000 +0000 @@ -28,7 +28,7 @@ use Date::Manip::TZ; our $VERSION; -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } ######################################################################## diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Delta.pm libdate-manip-perl-6.92/lib/Date/Manip/Delta.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Delta.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Delta.pm 2023-03-01 16:58:57.000000000 +0000 @@ -26,7 +26,7 @@ use Date::Manip::TZ; our $VERSION; -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } ######################################################################## diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/DM5abbrevs.pm libdate-manip-perl-6.92/lib/Date/Manip/DM5abbrevs.pm --- libdate-manip-perl-6.91/lib/Date/Manip/DM5abbrevs.pm 2023-03-01 16:56:31.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/DM5abbrevs.pm 2023-06-07 16:27:30.000000000 +0000 @@ -32,7 +32,7 @@ use warnings; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { my $tmp; diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/DM5.pm libdate-manip-perl-6.92/lib/Date/Manip/DM5.pm --- libdate-manip-perl-6.91/lib/Date/Manip/DM5.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/DM5.pm 2023-03-01 16:58:57.000000000 +0000 @@ -221,7 +221,7 @@ our($Abbrevs); use Date::Manip::DM5abbrevs; -$VERSION='6.91'; +$VERSION='6.92'; our $DM5_VERSION = '5.66'; ######################################################################## diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/DM6.pm libdate-manip-perl-6.92/lib/Date/Manip/DM6.pm --- libdate-manip-perl-6.91/lib/Date/Manip/DM6.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/DM6.pm 2023-03-01 16:58:57.000000000 +0000 @@ -54,7 +54,7 @@ use warnings; our $VERSION; -$VERSION='6.91'; +$VERSION='6.92'; ########################################################################### diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/History.pod libdate-manip-perl-6.92/lib/Date/Manip/History.pod --- libdate-manip-perl-6.91/lib/Date/Manip/History.pod 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/History.pod 2023-03-21 19:41:09.000000000 +0000 @@ -195,13 +195,12 @@ 2022 Update: -Three of the above packages have now been removed from the list. Symdump -has not been updated since 2017, though the author is still active, and -the package is still available. +Three of the above packages have now been removed from the list. -Filter is no longer available on CPAN (though the author is still active). +Symdump has not been updated since 2017, though the author is still active, +and the package is still available. -GD is still maintained but by a new author. +Filter and GD are still maintained but by new authors. So, it seems like we're down to 4 packages that are actively maintained by the original author that are older than Date::Manip. diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/catalan.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/catalan.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/catalan.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/catalan.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/danish.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/danish.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/danish.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/danish.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/dutch.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/dutch.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/dutch.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/dutch.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/english.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/english.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/english.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/english.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/finnish.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/finnish.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/finnish.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/finnish.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/french.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/french.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/french.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/french.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/german.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/german.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/german.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/german.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/index.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/index.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/index.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/index.pm 2023-03-01 16:58:57.000000000 +0000 @@ -25,7 +25,7 @@ use warnings; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our(%Lang); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/italian.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/italian.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/italian.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/italian.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/norwegian.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/norwegian.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/norwegian.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/norwegian.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/polish.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/polish.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/polish.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/polish.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-2 perl); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/portugue.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/portugue.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/portugue.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/portugue.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/romanian.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/romanian.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/romanian.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/romanian.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-16 perl); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/russian.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/russian.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/russian.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/russian.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso8859-5 koi8-r cp1251 perl); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/spanish.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/spanish.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/spanish.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/spanish.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/swedish.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/swedish.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/swedish.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/swedish.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 ISO-8859-15 perl); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Lang/turkish.pm libdate-manip-perl-6.92/lib/Date/Manip/Lang/turkish.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Lang/turkish.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Lang/turkish.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Obj.pm libdate-manip-perl-6.92/lib/Date/Manip/Obj.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Obj.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Obj.pm 2023-03-01 16:58:57.000000000 +0000 @@ -14,7 +14,7 @@ use Carp; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } ######################################################################## diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off000.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off000.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off000.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off000.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); @@ -64,7 +64,6 @@ 'europe/madrid', 'europe/paris', 'pacific/kanton', - 'america/yellowknife', 'america/cambridge_bay', 'africa/lagos', 'antarctica/casey', diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off001.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off001.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off001.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off001.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off002.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off002.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off002.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off002.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off003.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off003.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off003.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off003.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off004.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off004.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off004.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off004.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off005.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off005.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off005.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off005.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off006.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off006.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off006.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off006.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off007.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off007.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off007.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off007.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off008.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off008.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off008.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off008.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off009.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off009.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off009.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off009.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off010.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off010.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off010.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off010.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off011.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off011.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off011.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off011.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off012.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off012.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off012.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off012.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off013.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off013.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off013.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off013.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off014.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off014.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off014.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off014.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off015.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off015.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off015.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off015.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off016.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off016.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off016.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off016.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off017.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off017.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off017.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off017.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off018.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off018.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off018.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off018.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off019.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off019.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off019.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off019.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off020.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off020.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off020.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off020.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off021.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off021.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off021.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off021.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off022.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off022.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off022.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off022.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off023.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off023.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off023.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off023.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off024.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off024.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off024.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off024.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off025.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off025.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off025.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off025.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off026.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off026.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off026.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off026.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off027.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off027.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off027.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off027.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off028.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off028.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off028.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off028.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off029.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off029.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off029.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off029.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off030.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off030.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off030.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off030.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off031.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off031.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off031.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off031.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off032.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off032.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off032.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off032.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off033.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off033.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off033.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off033.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off034.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off034.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off034.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off034.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off035.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off035.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off035.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off035.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off036.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off036.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off036.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off036.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off037.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off037.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off037.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off037.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off038.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off038.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off038.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off038.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off039.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off039.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off039.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off039.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off040.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off040.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off040.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off040.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off041.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off041.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off041.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off041.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); @@ -56,10 +56,10 @@ 'europe/chisinau', 'europe/kaliningrad', 'africa/tripoli', - 'asia/damascus', - 'asia/amman', 'etc/gmt+2', 'o', + 'asia/damascus', + 'asia/amman', 'europe/istanbul', 'europe/simferopol', 'europe/minsk', diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off042.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off042.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off042.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off042.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off043.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off043.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off043.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off043.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off044.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off044.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off044.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off044.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off045.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off045.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off045.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off045.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off046.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off046.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off046.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off046.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off047.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off047.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off047.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off047.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off048.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off048.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off048.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off048.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off049.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off049.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off049.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off049.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off050.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off050.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off050.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off050.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off051.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off051.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off051.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off051.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off052.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off052.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off052.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off052.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off053.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off053.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off053.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off053.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off054.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off054.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off054.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off054.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off055.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off055.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off055.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off055.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off056.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off056.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off056.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off056.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off057.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off057.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off057.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off057.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off058.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off058.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off058.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off058.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off059.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off059.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off059.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off059.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off060.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off060.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off060.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off060.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off061.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off061.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off061.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off061.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off062.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off062.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off062.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off062.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off063.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off063.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off063.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off063.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off064.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off064.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off064.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off064.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off065.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off065.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off065.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off065.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off066.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off066.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off066.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off066.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off067.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off067.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off067.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off067.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off068.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off068.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off068.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off068.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); @@ -74,6 +74,7 @@ 'asia/gaza', 'asia/hebron', 'asia/jerusalem', + 'africa/cairo', 'europe/helsinki', 'asia/famagusta', 'asia/nicosia', @@ -85,7 +86,6 @@ 'asia/damascus', 'asia/amman', 'europe/istanbul', - 'africa/cairo', 'europe/simferopol', 'europe/kaliningrad', 'europe/minsk', diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off069.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off069.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off069.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off069.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off070.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off070.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off070.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off070.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off071.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off071.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off071.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off071.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off072.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off072.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off072.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off072.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off073.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off073.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off073.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off073.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off074.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off074.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off074.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off074.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off075.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off075.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off075.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off075.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off076.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off076.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off076.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off076.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off077.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off077.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off077.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off077.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off078.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off078.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off078.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off078.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off079.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off079.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off079.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off079.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off080.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off080.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off080.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off080.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off081.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off081.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off081.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off081.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off082.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off082.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off082.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off082.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off083.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off083.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off083.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off083.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off084.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off084.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off084.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off084.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off085.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off085.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off085.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off085.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off086.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off086.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off086.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off086.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off087.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off087.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off087.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off087.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off088.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off088.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off088.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off088.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off089.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off089.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off089.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off089.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off090.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off090.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off090.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off090.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off091.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off091.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off091.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off091.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off092.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off092.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off092.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off092.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off093.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off093.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off093.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off093.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off094.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off094.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off094.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off094.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off095.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off095.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off095.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off095.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off096.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off096.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off096.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off096.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off097.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off097.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off097.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off097.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off098.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off098.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off098.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off098.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off099.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off099.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off099.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off099.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off100.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off100.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off100.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off100.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off101.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off101.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off101.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off101.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off102.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off102.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off102.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off102.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off103.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off103.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off103.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off103.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off104.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off104.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off104.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off104.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off105.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off105.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off105.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off105.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off106.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off106.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off106.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off106.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off107.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off107.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off107.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off107.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off108.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off108.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off108.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off108.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off109.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off109.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off109.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off109.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off110.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off110.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off110.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off110.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off111.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off111.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off111.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off111.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off112.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off112.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off112.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off112.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off113.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off113.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off113.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off113.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off114.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off114.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off114.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off114.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off115.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off115.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off115.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off115.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off116.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off116.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off116.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off116.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off117.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off117.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off117.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off117.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off118.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off118.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off118.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off118.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off119.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off119.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off119.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off119.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off120.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off120.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off120.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off120.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off121.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off121.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off121.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off121.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off122.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off122.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off122.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off122.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off123.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off123.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off123.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off123.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off124.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off124.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off124.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off124.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off125.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off125.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off125.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off125.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off126.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off126.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off126.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off126.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off127.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off127.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off127.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off127.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off128.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off128.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off128.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off128.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off129.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off129.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off129.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off129.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off130.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off130.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off130.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off130.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off131.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off131.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off131.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off131.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off132.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off132.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off132.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off132.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off133.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off133.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off133.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off133.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off134.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off134.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off134.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off134.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off135.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off135.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off135.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off135.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off136.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off136.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off136.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off136.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off137.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off137.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off137.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off137.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off138.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off138.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off138.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off138.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off139.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off139.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off139.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off139.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off140.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off140.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off140.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off140.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off141.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off141.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off141.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off141.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off142.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off142.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off142.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off142.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off143.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off143.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off143.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off143.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off144.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off144.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off144.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off144.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off145.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off145.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off145.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off145.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off146.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off146.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off146.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off146.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off147.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off147.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off147.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off147.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off148.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off148.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off148.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off148.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off149.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off149.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off149.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off149.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off150.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off150.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off150.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off150.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off151.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off151.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off151.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off151.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off152.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off152.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off152.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off152.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off153.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off153.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off153.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off153.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off154.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off154.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off154.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off154.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off155.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off155.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off155.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off155.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off156.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off156.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off156.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off156.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off157.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off157.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off157.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off157.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off158.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off158.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off158.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off158.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off159.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off159.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off159.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off159.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off160.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off160.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off160.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off160.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off161.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off161.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off161.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off161.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off162.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off162.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off162.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off162.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off163.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off163.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off163.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off163.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off164.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off164.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off164.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off164.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off165.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off165.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off165.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off165.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off166.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off166.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off166.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off166.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off167.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off167.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off167.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off167.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off168.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off168.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off168.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off168.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off169.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off169.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off169.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off169.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off170.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off170.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off170.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off170.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off171.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off171.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off171.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off171.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off172.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off172.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off172.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off172.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off173.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off173.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off173.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off173.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off174.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off174.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off174.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off174.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off175.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off175.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off175.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off175.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off176.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off176.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off176.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off176.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off177.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off177.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off177.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off177.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off178.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off178.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off178.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off178.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off179.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off179.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off179.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off179.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off180.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off180.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off180.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off180.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off181.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off181.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off181.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off181.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off182.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off182.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off182.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off182.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off183.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off183.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off183.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off183.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off184.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off184.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off184.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off184.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off185.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off185.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off185.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off185.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off186.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off186.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off186.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off186.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off187.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off187.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off187.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off187.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off188.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off188.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off188.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off188.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off189.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off189.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off189.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off189.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off190.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off190.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off190.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off190.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off191.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off191.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off191.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off191.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off192.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off192.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off192.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off192.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off193.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off193.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off193.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off193.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off194.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off194.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off194.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off194.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off195.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off195.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off195.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off195.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off196.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off196.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off196.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off196.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off197.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off197.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off197.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off197.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off198.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off198.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off198.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off198.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off199.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off199.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off199.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off199.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off200.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off200.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off200.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off200.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off201.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off201.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off201.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off201.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off202.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off202.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off202.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off202.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off203.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off203.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off203.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off203.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off204.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off204.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off204.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off204.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off205.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off205.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off205.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off205.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off206.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off206.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off206.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off206.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off207.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off207.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off207.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off207.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off208.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off208.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off208.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off208.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off209.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off209.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off209.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off209.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off210.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off210.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off210.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off210.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off211.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off211.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off211.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off211.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off212.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off212.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off212.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off212.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off213.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off213.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off213.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off213.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off214.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off214.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off214.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off214.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off215.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off215.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off215.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off215.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off216.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off216.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off216.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off216.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off217.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off217.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off217.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off217.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off218.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off218.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off218.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off218.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off219.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off219.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off219.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off219.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off220.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off220.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off220.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off220.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off221.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off221.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off221.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off221.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off222.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off222.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off222.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off222.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off223.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off223.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off223.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off223.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off224.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off224.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off224.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off224.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off225.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off225.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off225.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off225.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off226.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off226.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off226.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off226.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off227.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off227.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off227.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off227.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off228.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off228.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off228.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off228.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); @@ -43,6 +43,7 @@ 'atlantic/canary', ], 1 => [ + 'america/nuuk', 'america/noronha', 'america/scoresbysund', 'atlantic/azores', diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off229.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off229.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off229.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off229.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off230.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off230.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off230.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off230.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off231.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off231.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off231.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off231.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off232.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off232.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off232.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off232.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off233.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off233.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off233.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off233.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off234.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off234.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off234.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off234.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off235.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off235.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off235.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off235.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off236.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off236.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off236.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off236.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off237.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off237.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off237.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off237.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off238.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off238.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off238.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off238.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); @@ -34,9 +34,9 @@ 0 => [ 'atlantic/south_georgia', 'america/noronha', + 'america/nuuk', 'etc/gmt-2', 'b', - 'america/nuuk', 'america/scoresbysund', 'atlantic/cape_verde', 'atlantic/azores', diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off239.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off239.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off239.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off239.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off240.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off240.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off240.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off240.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off241.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off241.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off241.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off241.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off242.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off242.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off242.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off242.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off243.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off243.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off243.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off243.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off244.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off244.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off244.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off244.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off245.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off245.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off245.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off245.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off246.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off246.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off246.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off246.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off247.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off247.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off247.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off247.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off248.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off248.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off248.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off248.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off249.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off249.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off249.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off249.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off250.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off250.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off250.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off250.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off251.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off251.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off251.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off251.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off252.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off252.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off252.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off252.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off253.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off253.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off253.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off253.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off254.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off254.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off254.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off254.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off255.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off255.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off255.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off255.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off256.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off256.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off256.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off256.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off257.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off257.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off257.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off257.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off258.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off258.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off258.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off258.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off259.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off259.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off259.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off259.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off260.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off260.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off260.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off260.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off261.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off261.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off261.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off261.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off262.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off262.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off262.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off262.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off263.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off263.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off263.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off263.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off264.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off264.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off264.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off264.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off265.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off265.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off265.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off265.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off266.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off266.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off266.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off266.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off267.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off267.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off267.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off267.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off268.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off268.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off268.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off268.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off269.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off269.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off269.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off269.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off270.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off270.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off270.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off270.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off271.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off271.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off271.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off271.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off272.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off272.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off272.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off272.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off273.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off273.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off273.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off273.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off274.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off274.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off274.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off274.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off275.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off275.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off275.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off275.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off276.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off276.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off276.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off276.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off277.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off277.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off277.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off277.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off278.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off278.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off278.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off278.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off279.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off279.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off279.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off279.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off280.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off280.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off280.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off280.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off281.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off281.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off281.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off281.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off282.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off282.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off282.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off282.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off283.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off283.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off283.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off283.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off284.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off284.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off284.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off284.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off285.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off285.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off285.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off285.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off286.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off286.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off286.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off286.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off287.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off287.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off287.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off287.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off288.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off288.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off288.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off288.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off289.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off289.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off289.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off289.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off290.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off290.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off290.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off290.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off291.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off291.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off291.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off291.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off292.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off292.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off292.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off292.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off293.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off293.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off293.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off293.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off294.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off294.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off294.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off294.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off295.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off295.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off295.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off295.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off296.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off296.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off296.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off296.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off297.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off297.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off297.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off297.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off298.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off298.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off298.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off298.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off299.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off299.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off299.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off299.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off300.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off300.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off300.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off300.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off301.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off301.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off301.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off301.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off302.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off302.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off302.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off302.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off303.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off303.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off303.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off303.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off304.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off304.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off304.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off304.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off305.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off305.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off305.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off305.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off306.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off306.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off306.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off306.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off307.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off307.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off307.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off307.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off308.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off308.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off308.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off308.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off309.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off309.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off309.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off309.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off310.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off310.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off310.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off310.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off311.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off311.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off311.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off311.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off312.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off312.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off312.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off312.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off313.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off313.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off313.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off313.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off314.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off314.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off314.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off314.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off315.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off315.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off315.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off315.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off316.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off316.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off316.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off316.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off317.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off317.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off317.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off317.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off318.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off318.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off318.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off318.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off319.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off319.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off319.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off319.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off320.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off320.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off320.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off320.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off321.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off321.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off321.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off321.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off322.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off322.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off322.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off322.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off323.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off323.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off323.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off323.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off324.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off324.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off324.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off324.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off325.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off325.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off325.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off325.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off326.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off326.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off326.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off326.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off327.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off327.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off327.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off327.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off328.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off328.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off328.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off328.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off329.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off329.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off329.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off329.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off330.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off330.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off330.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off330.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off331.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off331.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off331.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off331.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off332.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off332.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off332.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off332.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off333.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off333.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off333.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off333.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off334.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off334.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off334.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off334.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off335.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off335.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off335.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off335.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off336.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off336.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off336.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off336.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off337.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off337.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off337.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off337.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off338.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off338.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off338.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off338.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off339.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off339.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off339.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off339.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off340.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off340.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off340.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off340.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off341.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off341.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off341.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off341.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off342.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off342.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off342.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off342.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off343.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off343.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off343.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off343.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); @@ -59,9 +59,9 @@ 'america/north_dakota/center', 'america/north_dakota/new_salem', 'america/north_dakota/beulah', - 'america/ciudad_juarez', 'etc/gmt-6', 'f', + 'america/ciudad_juarez', 'america/cancun', 'america/indiana/petersburg', 'america/indiana/vincennes', @@ -83,7 +83,6 @@ 'america/ciudad_juarez', 'america/boise', 'america/cambridge_bay', - 'america/yellowknife', 'america/inuvik', 'america/chihuahua', 'america/mazatlan', diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off344.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off344.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off344.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off344.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off345.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off345.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off345.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off345.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off346.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off346.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off346.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off346.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off347.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off347.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off347.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off347.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off348.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off348.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off348.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off348.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off349.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off349.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off349.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off349.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off350.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off350.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off350.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off350.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off351.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off351.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off351.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off351.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off352.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off352.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off352.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off352.pm 2023-06-07 16:25:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off353.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off353.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off353.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off353.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off354.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off354.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off354.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off354.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off355.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off355.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off355.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off355.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); @@ -40,16 +40,15 @@ 'america/hermosillo', 'america/mazatlan', 'america/boise', - 'america/yellowknife', 'america/dawson_creek', 'america/inuvik', 'america/fort_nelson', 'america/dawson', 'america/whitehorse', - 'america/chihuahua', - 'america/ojinaga', 'etc/gmt-7', 'g', + 'america/chihuahua', + 'america/ojinaga', 'america/north_dakota/beulah', 'america/bahia_banderas', 'america/north_dakota/new_salem', diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off356.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off356.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off356.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off356.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off357.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off357.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off357.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off357.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off358.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off358.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off358.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off358.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off359.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off359.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off359.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off359.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off360.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off360.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off360.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off360.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off361.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off361.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off361.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off361.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off362.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off362.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off362.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off362.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off363.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off363.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off363.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off363.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:24 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off364.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off364.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off364.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off364.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off365.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off365.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off365.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off365.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off366.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off366.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off366.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off366.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off367.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off367.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off367.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off367.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off368.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off368.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off368.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off368.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off369.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off369.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off369.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off369.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off370.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off370.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off370.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off370.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off371.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off371.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off371.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off371.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off372.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off372.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off372.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off372.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off373.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off373.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off373.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off373.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off374.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off374.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off374.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off374.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off375.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off375.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off375.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off375.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off376.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off376.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off376.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off376.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off377.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off377.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off377.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off377.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off378.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off378.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off378.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off378.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off379.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off379.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off379.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off379.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off380.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off380.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off380.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off380.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off381.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off381.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off381.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off381.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off382.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off382.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off382.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off382.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off383.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off383.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off383.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off383.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off384.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off384.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off384.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off384.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off385.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off385.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off385.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off385.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off386.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off386.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off386.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off386.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off387.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off387.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off387.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off387.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off388.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off388.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off388.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off388.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off389.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off389.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off389.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off389.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off390.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off390.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off390.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off390.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off391.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off391.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off391.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off391.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off392.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off392.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off392.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off392.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off393.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off393.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off393.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off393.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off394.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off394.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off394.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off394.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off395.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off395.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off395.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off395.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off396.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off396.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off396.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off396.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off397.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off397.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off397.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off397.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off398.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off398.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off398.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off398.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off399.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off399.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off399.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off399.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off400.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off400.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off400.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off400.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off401.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off401.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off401.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off401.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off402.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off402.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off402.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off402.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off403.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off403.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off403.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off403.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off404.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off404.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off404.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off404.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off405.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off405.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off405.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off405.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off406.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off406.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off406.pm 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off406.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Offset/off407.pm libdate-manip-perl-6.92/lib/Date/Manip/Offset/off407.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Offset/off407.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Offset/off407.pm 2023-06-07 16:25:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:33:25 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Problems.pod libdate-manip-perl-6.92/lib/Date/Manip/Problems.pod --- libdate-manip-perl-6.91/lib/Date/Manip/Problems.pod 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Problems.pod 2023-04-24 12:52:17.000000000 +0000 @@ -225,12 +225,6 @@ the 5.xx release. I will continue to support the 5.xx releases for a couple years (though I do NOT plan to add functionality to it). -These complaints come both from both the CPAN ratings site: - - http://cpanratings.perl.org/dist/Date-Manip - -and from personal email. - =over 4 =item B diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Recur.pm libdate-manip-perl-6.92/lib/Date/Manip/Recur.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Recur.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Recur.pm 2023-03-01 16:58:57.000000000 +0000 @@ -26,7 +26,7 @@ use Date::Manip::TZ; our $VERSION; -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } ######################################################################## diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/a00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/a00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/a00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/a00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afabid00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afabid00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afabid00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afabid00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afalgi00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afalgi00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afalgi00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afalgi00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afbiss00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afbiss00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afbiss00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afbiss00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afcair00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afcair00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afcair00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afcair00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -599,12 +599,675 @@ 'EEST',1,[2014,9,25,20,59,59],[2014,9,25,23,59,59], '2014073122:00:00','2014080101:00:00','2014092520:59:59','2014092523:59:59' ], [ [2014,9,25,21,0,0],[2014,9,25,23,0,0],'+02:00:00',[2,0,0], - 'EET',0,[9999,12,31,0,0,0],[9999,12,31,2,0,0], - '2014092521:00:00','2014092523:00:00','9999123100:00:00','9999123102:00:00' ], + 'EET',0,[2023,4,27,21,59,59],[2023,4,27,23,59,59], + '2014092521:00:00','2014092523:00:00','2023042721:59:59','2023042723:59:59' ], + ], + 2023 => + [ + [ [2023,4,27,22,0,0],[2023,4,28,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2023,10,26,20,59,59],[2023,10,26,23,59,59], + '2023042722:00:00','2023042801:00:00','2023102620:59:59','2023102623:59:59' ], + [ [2023,10,26,21,0,0],[2023,10,26,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2024,4,25,21,59,59],[2024,4,25,23,59,59], + '2023102621:00:00','2023102623:00:00','2024042521:59:59','2024042523:59:59' ], + ], + 2024 => + [ + [ [2024,4,25,22,0,0],[2024,4,26,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2024,10,31,20,59,59],[2024,10,31,23,59,59], + '2024042522:00:00','2024042601:00:00','2024103120:59:59','2024103123:59:59' ], + [ [2024,10,31,21,0,0],[2024,10,31,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2025,4,24,21,59,59],[2025,4,24,23,59,59], + '2024103121:00:00','2024103123:00:00','2025042421:59:59','2025042423:59:59' ], + ], + 2025 => + [ + [ [2025,4,24,22,0,0],[2025,4,25,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2025,10,30,20,59,59],[2025,10,30,23,59,59], + '2025042422:00:00','2025042501:00:00','2025103020:59:59','2025103023:59:59' ], + [ [2025,10,30,21,0,0],[2025,10,30,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2026,4,23,21,59,59],[2026,4,23,23,59,59], + '2025103021:00:00','2025103023:00:00','2026042321:59:59','2026042323:59:59' ], + ], + 2026 => + [ + [ [2026,4,23,22,0,0],[2026,4,24,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2026,10,29,20,59,59],[2026,10,29,23,59,59], + '2026042322:00:00','2026042401:00:00','2026102920:59:59','2026102923:59:59' ], + [ [2026,10,29,21,0,0],[2026,10,29,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2027,4,29,21,59,59],[2027,4,29,23,59,59], + '2026102921:00:00','2026102923:00:00','2027042921:59:59','2027042923:59:59' ], + ], + 2027 => + [ + [ [2027,4,29,22,0,0],[2027,4,30,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2027,10,28,20,59,59],[2027,10,28,23,59,59], + '2027042922:00:00','2027043001:00:00','2027102820:59:59','2027102823:59:59' ], + [ [2027,10,28,21,0,0],[2027,10,28,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2028,4,27,21,59,59],[2028,4,27,23,59,59], + '2027102821:00:00','2027102823:00:00','2028042721:59:59','2028042723:59:59' ], + ], + 2028 => + [ + [ [2028,4,27,22,0,0],[2028,4,28,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2028,10,26,20,59,59],[2028,10,26,23,59,59], + '2028042722:00:00','2028042801:00:00','2028102620:59:59','2028102623:59:59' ], + [ [2028,10,26,21,0,0],[2028,10,26,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2029,4,26,21,59,59],[2029,4,26,23,59,59], + '2028102621:00:00','2028102623:00:00','2029042621:59:59','2029042623:59:59' ], + ], + 2029 => + [ + [ [2029,4,26,22,0,0],[2029,4,27,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2029,10,25,20,59,59],[2029,10,25,23,59,59], + '2029042622:00:00','2029042701:00:00','2029102520:59:59','2029102523:59:59' ], + [ [2029,10,25,21,0,0],[2029,10,25,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2030,4,25,21,59,59],[2030,4,25,23,59,59], + '2029102521:00:00','2029102523:00:00','2030042521:59:59','2030042523:59:59' ], + ], + 2030 => + [ + [ [2030,4,25,22,0,0],[2030,4,26,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2030,10,31,20,59,59],[2030,10,31,23,59,59], + '2030042522:00:00','2030042601:00:00','2030103120:59:59','2030103123:59:59' ], + [ [2030,10,31,21,0,0],[2030,10,31,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2031,4,24,21,59,59],[2031,4,24,23,59,59], + '2030103121:00:00','2030103123:00:00','2031042421:59:59','2031042423:59:59' ], + ], + 2031 => + [ + [ [2031,4,24,22,0,0],[2031,4,25,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2031,10,30,20,59,59],[2031,10,30,23,59,59], + '2031042422:00:00','2031042501:00:00','2031103020:59:59','2031103023:59:59' ], + [ [2031,10,30,21,0,0],[2031,10,30,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2032,4,29,21,59,59],[2032,4,29,23,59,59], + '2031103021:00:00','2031103023:00:00','2032042921:59:59','2032042923:59:59' ], + ], + 2032 => + [ + [ [2032,4,29,22,0,0],[2032,4,30,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2032,10,28,20,59,59],[2032,10,28,23,59,59], + '2032042922:00:00','2032043001:00:00','2032102820:59:59','2032102823:59:59' ], + [ [2032,10,28,21,0,0],[2032,10,28,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2033,4,28,21,59,59],[2033,4,28,23,59,59], + '2032102821:00:00','2032102823:00:00','2033042821:59:59','2033042823:59:59' ], + ], + 2033 => + [ + [ [2033,4,28,22,0,0],[2033,4,29,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2033,10,27,20,59,59],[2033,10,27,23,59,59], + '2033042822:00:00','2033042901:00:00','2033102720:59:59','2033102723:59:59' ], + [ [2033,10,27,21,0,0],[2033,10,27,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2034,4,27,21,59,59],[2034,4,27,23,59,59], + '2033102721:00:00','2033102723:00:00','2034042721:59:59','2034042723:59:59' ], + ], + 2034 => + [ + [ [2034,4,27,22,0,0],[2034,4,28,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2034,10,26,20,59,59],[2034,10,26,23,59,59], + '2034042722:00:00','2034042801:00:00','2034102620:59:59','2034102623:59:59' ], + [ [2034,10,26,21,0,0],[2034,10,26,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2035,4,26,21,59,59],[2035,4,26,23,59,59], + '2034102621:00:00','2034102623:00:00','2035042621:59:59','2035042623:59:59' ], + ], + 2035 => + [ + [ [2035,4,26,22,0,0],[2035,4,27,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2035,10,25,20,59,59],[2035,10,25,23,59,59], + '2035042622:00:00','2035042701:00:00','2035102520:59:59','2035102523:59:59' ], + [ [2035,10,25,21,0,0],[2035,10,25,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2036,4,24,21,59,59],[2036,4,24,23,59,59], + '2035102521:00:00','2035102523:00:00','2036042421:59:59','2036042423:59:59' ], + ], + 2036 => + [ + [ [2036,4,24,22,0,0],[2036,4,25,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2036,10,30,20,59,59],[2036,10,30,23,59,59], + '2036042422:00:00','2036042501:00:00','2036103020:59:59','2036103023:59:59' ], + [ [2036,10,30,21,0,0],[2036,10,30,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2037,4,23,21,59,59],[2037,4,23,23,59,59], + '2036103021:00:00','2036103023:00:00','2037042321:59:59','2037042323:59:59' ], + ], + 2037 => + [ + [ [2037,4,23,22,0,0],[2037,4,24,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2037,10,29,20,59,59],[2037,10,29,23,59,59], + '2037042322:00:00','2037042401:00:00','2037102920:59:59','2037102923:59:59' ], + [ [2037,10,29,21,0,0],[2037,10,29,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2038,4,29,21,59,59],[2038,4,29,23,59,59], + '2037102921:00:00','2037102923:00:00','2038042921:59:59','2038042923:59:59' ], + ], + 2038 => + [ + [ [2038,4,29,22,0,0],[2038,4,30,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2038,10,28,20,59,59],[2038,10,28,23,59,59], + '2038042922:00:00','2038043001:00:00','2038102820:59:59','2038102823:59:59' ], + [ [2038,10,28,21,0,0],[2038,10,28,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2039,4,28,21,59,59],[2039,4,28,23,59,59], + '2038102821:00:00','2038102823:00:00','2039042821:59:59','2039042823:59:59' ], + ], + 2039 => + [ + [ [2039,4,28,22,0,0],[2039,4,29,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2039,10,27,20,59,59],[2039,10,27,23,59,59], + '2039042822:00:00','2039042901:00:00','2039102720:59:59','2039102723:59:59' ], + [ [2039,10,27,21,0,0],[2039,10,27,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2040,4,26,21,59,59],[2040,4,26,23,59,59], + '2039102721:00:00','2039102723:00:00','2040042621:59:59','2040042623:59:59' ], + ], + 2040 => + [ + [ [2040,4,26,22,0,0],[2040,4,27,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2040,10,25,20,59,59],[2040,10,25,23,59,59], + '2040042622:00:00','2040042701:00:00','2040102520:59:59','2040102523:59:59' ], + [ [2040,10,25,21,0,0],[2040,10,25,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2041,4,25,21,59,59],[2041,4,25,23,59,59], + '2040102521:00:00','2040102523:00:00','2041042521:59:59','2041042523:59:59' ], + ], + 2041 => + [ + [ [2041,4,25,22,0,0],[2041,4,26,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2041,10,31,20,59,59],[2041,10,31,23,59,59], + '2041042522:00:00','2041042601:00:00','2041103120:59:59','2041103123:59:59' ], + [ [2041,10,31,21,0,0],[2041,10,31,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2042,4,24,21,59,59],[2042,4,24,23,59,59], + '2041103121:00:00','2041103123:00:00','2042042421:59:59','2042042423:59:59' ], + ], + 2042 => + [ + [ [2042,4,24,22,0,0],[2042,4,25,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2042,10,30,20,59,59],[2042,10,30,23,59,59], + '2042042422:00:00','2042042501:00:00','2042103020:59:59','2042103023:59:59' ], + [ [2042,10,30,21,0,0],[2042,10,30,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2043,4,23,21,59,59],[2043,4,23,23,59,59], + '2042103021:00:00','2042103023:00:00','2043042321:59:59','2043042323:59:59' ], + ], + 2043 => + [ + [ [2043,4,23,22,0,0],[2043,4,24,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2043,10,29,20,59,59],[2043,10,29,23,59,59], + '2043042322:00:00','2043042401:00:00','2043102920:59:59','2043102923:59:59' ], + [ [2043,10,29,21,0,0],[2043,10,29,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2044,4,28,21,59,59],[2044,4,28,23,59,59], + '2043102921:00:00','2043102923:00:00','2044042821:59:59','2044042823:59:59' ], + ], + 2044 => + [ + [ [2044,4,28,22,0,0],[2044,4,29,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2044,10,27,20,59,59],[2044,10,27,23,59,59], + '2044042822:00:00','2044042901:00:00','2044102720:59:59','2044102723:59:59' ], + [ [2044,10,27,21,0,0],[2044,10,27,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2045,4,27,21,59,59],[2045,4,27,23,59,59], + '2044102721:00:00','2044102723:00:00','2045042721:59:59','2045042723:59:59' ], + ], + 2045 => + [ + [ [2045,4,27,22,0,0],[2045,4,28,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2045,10,26,20,59,59],[2045,10,26,23,59,59], + '2045042722:00:00','2045042801:00:00','2045102620:59:59','2045102623:59:59' ], + [ [2045,10,26,21,0,0],[2045,10,26,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2046,4,26,21,59,59],[2046,4,26,23,59,59], + '2045102621:00:00','2045102623:00:00','2046042621:59:59','2046042623:59:59' ], + ], + 2046 => + [ + [ [2046,4,26,22,0,0],[2046,4,27,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2046,10,25,20,59,59],[2046,10,25,23,59,59], + '2046042622:00:00','2046042701:00:00','2046102520:59:59','2046102523:59:59' ], + [ [2046,10,25,21,0,0],[2046,10,25,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2047,4,25,21,59,59],[2047,4,25,23,59,59], + '2046102521:00:00','2046102523:00:00','2047042521:59:59','2047042523:59:59' ], + ], + 2047 => + [ + [ [2047,4,25,22,0,0],[2047,4,26,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2047,10,31,20,59,59],[2047,10,31,23,59,59], + '2047042522:00:00','2047042601:00:00','2047103120:59:59','2047103123:59:59' ], + [ [2047,10,31,21,0,0],[2047,10,31,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2048,4,23,21,59,59],[2048,4,23,23,59,59], + '2047103121:00:00','2047103123:00:00','2048042321:59:59','2048042323:59:59' ], + ], + 2048 => + [ + [ [2048,4,23,22,0,0],[2048,4,24,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2048,10,29,20,59,59],[2048,10,29,23,59,59], + '2048042322:00:00','2048042401:00:00','2048102920:59:59','2048102923:59:59' ], + [ [2048,10,29,21,0,0],[2048,10,29,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2049,4,29,21,59,59],[2049,4,29,23,59,59], + '2048102921:00:00','2048102923:00:00','2049042921:59:59','2049042923:59:59' ], + ], + 2049 => + [ + [ [2049,4,29,22,0,0],[2049,4,30,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2049,10,28,20,59,59],[2049,10,28,23,59,59], + '2049042922:00:00','2049043001:00:00','2049102820:59:59','2049102823:59:59' ], + [ [2049,10,28,21,0,0],[2049,10,28,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2050,4,28,21,59,59],[2050,4,28,23,59,59], + '2049102821:00:00','2049102823:00:00','2050042821:59:59','2050042823:59:59' ], + ], + 2050 => + [ + [ [2050,4,28,22,0,0],[2050,4,29,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2050,10,27,20,59,59],[2050,10,27,23,59,59], + '2050042822:00:00','2050042901:00:00','2050102720:59:59','2050102723:59:59' ], + [ [2050,10,27,21,0,0],[2050,10,27,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2051,4,27,21,59,59],[2051,4,27,23,59,59], + '2050102721:00:00','2050102723:00:00','2051042721:59:59','2051042723:59:59' ], + ], + 2051 => + [ + [ [2051,4,27,22,0,0],[2051,4,28,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2051,10,26,20,59,59],[2051,10,26,23,59,59], + '2051042722:00:00','2051042801:00:00','2051102620:59:59','2051102623:59:59' ], + [ [2051,10,26,21,0,0],[2051,10,26,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2052,4,25,21,59,59],[2052,4,25,23,59,59], + '2051102621:00:00','2051102623:00:00','2052042521:59:59','2052042523:59:59' ], + ], + 2052 => + [ + [ [2052,4,25,22,0,0],[2052,4,26,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2052,10,31,20,59,59],[2052,10,31,23,59,59], + '2052042522:00:00','2052042601:00:00','2052103120:59:59','2052103123:59:59' ], + [ [2052,10,31,21,0,0],[2052,10,31,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2053,4,24,21,59,59],[2053,4,24,23,59,59], + '2052103121:00:00','2052103123:00:00','2053042421:59:59','2053042423:59:59' ], + ], + 2053 => + [ + [ [2053,4,24,22,0,0],[2053,4,25,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2053,10,30,20,59,59],[2053,10,30,23,59,59], + '2053042422:00:00','2053042501:00:00','2053103020:59:59','2053103023:59:59' ], + [ [2053,10,30,21,0,0],[2053,10,30,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2054,4,23,21,59,59],[2054,4,23,23,59,59], + '2053103021:00:00','2053103023:00:00','2054042321:59:59','2054042323:59:59' ], + ], + 2054 => + [ + [ [2054,4,23,22,0,0],[2054,4,24,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2054,10,29,20,59,59],[2054,10,29,23,59,59], + '2054042322:00:00','2054042401:00:00','2054102920:59:59','2054102923:59:59' ], + [ [2054,10,29,21,0,0],[2054,10,29,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2055,4,29,21,59,59],[2055,4,29,23,59,59], + '2054102921:00:00','2054102923:00:00','2055042921:59:59','2055042923:59:59' ], + ], + 2055 => + [ + [ [2055,4,29,22,0,0],[2055,4,30,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2055,10,28,20,59,59],[2055,10,28,23,59,59], + '2055042922:00:00','2055043001:00:00','2055102820:59:59','2055102823:59:59' ], + [ [2055,10,28,21,0,0],[2055,10,28,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2056,4,27,21,59,59],[2056,4,27,23,59,59], + '2055102821:00:00','2055102823:00:00','2056042721:59:59','2056042723:59:59' ], + ], + 2056 => + [ + [ [2056,4,27,22,0,0],[2056,4,28,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2056,10,26,20,59,59],[2056,10,26,23,59,59], + '2056042722:00:00','2056042801:00:00','2056102620:59:59','2056102623:59:59' ], + [ [2056,10,26,21,0,0],[2056,10,26,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2057,4,26,21,59,59],[2057,4,26,23,59,59], + '2056102621:00:00','2056102623:00:00','2057042621:59:59','2057042623:59:59' ], + ], + 2057 => + [ + [ [2057,4,26,22,0,0],[2057,4,27,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2057,10,25,20,59,59],[2057,10,25,23,59,59], + '2057042622:00:00','2057042701:00:00','2057102520:59:59','2057102523:59:59' ], + [ [2057,10,25,21,0,0],[2057,10,25,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2058,4,25,21,59,59],[2058,4,25,23,59,59], + '2057102521:00:00','2057102523:00:00','2058042521:59:59','2058042523:59:59' ], + ], + 2058 => + [ + [ [2058,4,25,22,0,0],[2058,4,26,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2058,10,31,20,59,59],[2058,10,31,23,59,59], + '2058042522:00:00','2058042601:00:00','2058103120:59:59','2058103123:59:59' ], + [ [2058,10,31,21,0,0],[2058,10,31,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2059,4,24,21,59,59],[2059,4,24,23,59,59], + '2058103121:00:00','2058103123:00:00','2059042421:59:59','2059042423:59:59' ], + ], + 2059 => + [ + [ [2059,4,24,22,0,0],[2059,4,25,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2059,10,30,20,59,59],[2059,10,30,23,59,59], + '2059042422:00:00','2059042501:00:00','2059103020:59:59','2059103023:59:59' ], + [ [2059,10,30,21,0,0],[2059,10,30,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2060,4,29,21,59,59],[2060,4,29,23,59,59], + '2059103021:00:00','2059103023:00:00','2060042921:59:59','2060042923:59:59' ], + ], + 2060 => + [ + [ [2060,4,29,22,0,0],[2060,4,30,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2060,10,28,20,59,59],[2060,10,28,23,59,59], + '2060042922:00:00','2060043001:00:00','2060102820:59:59','2060102823:59:59' ], + [ [2060,10,28,21,0,0],[2060,10,28,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2061,4,28,21,59,59],[2061,4,28,23,59,59], + '2060102821:00:00','2060102823:00:00','2061042821:59:59','2061042823:59:59' ], + ], + 2061 => + [ + [ [2061,4,28,22,0,0],[2061,4,29,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2061,10,27,20,59,59],[2061,10,27,23,59,59], + '2061042822:00:00','2061042901:00:00','2061102720:59:59','2061102723:59:59' ], + [ [2061,10,27,21,0,0],[2061,10,27,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2062,4,27,21,59,59],[2062,4,27,23,59,59], + '2061102721:00:00','2061102723:00:00','2062042721:59:59','2062042723:59:59' ], + ], + 2062 => + [ + [ [2062,4,27,22,0,0],[2062,4,28,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2062,10,26,20,59,59],[2062,10,26,23,59,59], + '2062042722:00:00','2062042801:00:00','2062102620:59:59','2062102623:59:59' ], + [ [2062,10,26,21,0,0],[2062,10,26,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2063,4,26,21,59,59],[2063,4,26,23,59,59], + '2062102621:00:00','2062102623:00:00','2063042621:59:59','2063042623:59:59' ], + ], + 2063 => + [ + [ [2063,4,26,22,0,0],[2063,4,27,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2063,10,25,20,59,59],[2063,10,25,23,59,59], + '2063042622:00:00','2063042701:00:00','2063102520:59:59','2063102523:59:59' ], + [ [2063,10,25,21,0,0],[2063,10,25,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2064,4,24,21,59,59],[2064,4,24,23,59,59], + '2063102521:00:00','2063102523:00:00','2064042421:59:59','2064042423:59:59' ], + ], + 2064 => + [ + [ [2064,4,24,22,0,0],[2064,4,25,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2064,10,30,20,59,59],[2064,10,30,23,59,59], + '2064042422:00:00','2064042501:00:00','2064103020:59:59','2064103023:59:59' ], + [ [2064,10,30,21,0,0],[2064,10,30,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2065,4,23,21,59,59],[2065,4,23,23,59,59], + '2064103021:00:00','2064103023:00:00','2065042321:59:59','2065042323:59:59' ], + ], + 2065 => + [ + [ [2065,4,23,22,0,0],[2065,4,24,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2065,10,29,20,59,59],[2065,10,29,23,59,59], + '2065042322:00:00','2065042401:00:00','2065102920:59:59','2065102923:59:59' ], + [ [2065,10,29,21,0,0],[2065,10,29,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2066,4,29,21,59,59],[2066,4,29,23,59,59], + '2065102921:00:00','2065102923:00:00','2066042921:59:59','2066042923:59:59' ], + ], + 2066 => + [ + [ [2066,4,29,22,0,0],[2066,4,30,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2066,10,28,20,59,59],[2066,10,28,23,59,59], + '2066042922:00:00','2066043001:00:00','2066102820:59:59','2066102823:59:59' ], + [ [2066,10,28,21,0,0],[2066,10,28,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2067,4,28,21,59,59],[2067,4,28,23,59,59], + '2066102821:00:00','2066102823:00:00','2067042821:59:59','2067042823:59:59' ], + ], + 2067 => + [ + [ [2067,4,28,22,0,0],[2067,4,29,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2067,10,27,20,59,59],[2067,10,27,23,59,59], + '2067042822:00:00','2067042901:00:00','2067102720:59:59','2067102723:59:59' ], + [ [2067,10,27,21,0,0],[2067,10,27,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2068,4,26,21,59,59],[2068,4,26,23,59,59], + '2067102721:00:00','2067102723:00:00','2068042621:59:59','2068042623:59:59' ], + ], + 2068 => + [ + [ [2068,4,26,22,0,0],[2068,4,27,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2068,10,25,20,59,59],[2068,10,25,23,59,59], + '2068042622:00:00','2068042701:00:00','2068102520:59:59','2068102523:59:59' ], + [ [2068,10,25,21,0,0],[2068,10,25,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2069,4,25,21,59,59],[2069,4,25,23,59,59], + '2068102521:00:00','2068102523:00:00','2069042521:59:59','2069042523:59:59' ], + ], + 2069 => + [ + [ [2069,4,25,22,0,0],[2069,4,26,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2069,10,31,20,59,59],[2069,10,31,23,59,59], + '2069042522:00:00','2069042601:00:00','2069103120:59:59','2069103123:59:59' ], + [ [2069,10,31,21,0,0],[2069,10,31,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2070,4,24,21,59,59],[2070,4,24,23,59,59], + '2069103121:00:00','2069103123:00:00','2070042421:59:59','2070042423:59:59' ], + ], + 2070 => + [ + [ [2070,4,24,22,0,0],[2070,4,25,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2070,10,30,20,59,59],[2070,10,30,23,59,59], + '2070042422:00:00','2070042501:00:00','2070103020:59:59','2070103023:59:59' ], + [ [2070,10,30,21,0,0],[2070,10,30,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2071,4,23,21,59,59],[2071,4,23,23,59,59], + '2070103021:00:00','2070103023:00:00','2071042321:59:59','2071042323:59:59' ], + ], + 2071 => + [ + [ [2071,4,23,22,0,0],[2071,4,24,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2071,10,29,20,59,59],[2071,10,29,23,59,59], + '2071042322:00:00','2071042401:00:00','2071102920:59:59','2071102923:59:59' ], + [ [2071,10,29,21,0,0],[2071,10,29,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2072,4,28,21,59,59],[2072,4,28,23,59,59], + '2071102921:00:00','2071102923:00:00','2072042821:59:59','2072042823:59:59' ], + ], + 2072 => + [ + [ [2072,4,28,22,0,0],[2072,4,29,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2072,10,27,20,59,59],[2072,10,27,23,59,59], + '2072042822:00:00','2072042901:00:00','2072102720:59:59','2072102723:59:59' ], + [ [2072,10,27,21,0,0],[2072,10,27,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2073,4,27,21,59,59],[2073,4,27,23,59,59], + '2072102721:00:00','2072102723:00:00','2073042721:59:59','2073042723:59:59' ], + ], + 2073 => + [ + [ [2073,4,27,22,0,0],[2073,4,28,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2073,10,26,20,59,59],[2073,10,26,23,59,59], + '2073042722:00:00','2073042801:00:00','2073102620:59:59','2073102623:59:59' ], + [ [2073,10,26,21,0,0],[2073,10,26,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2074,4,26,21,59,59],[2074,4,26,23,59,59], + '2073102621:00:00','2073102623:00:00','2074042621:59:59','2074042623:59:59' ], + ], + 2074 => + [ + [ [2074,4,26,22,0,0],[2074,4,27,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2074,10,25,20,59,59],[2074,10,25,23,59,59], + '2074042622:00:00','2074042701:00:00','2074102520:59:59','2074102523:59:59' ], + [ [2074,10,25,21,0,0],[2074,10,25,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2075,4,25,21,59,59],[2075,4,25,23,59,59], + '2074102521:00:00','2074102523:00:00','2075042521:59:59','2075042523:59:59' ], + ], + 2075 => + [ + [ [2075,4,25,22,0,0],[2075,4,26,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2075,10,31,20,59,59],[2075,10,31,23,59,59], + '2075042522:00:00','2075042601:00:00','2075103120:59:59','2075103123:59:59' ], + [ [2075,10,31,21,0,0],[2075,10,31,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2076,4,23,21,59,59],[2076,4,23,23,59,59], + '2075103121:00:00','2075103123:00:00','2076042321:59:59','2076042323:59:59' ], + ], + 2076 => + [ + [ [2076,4,23,22,0,0],[2076,4,24,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2076,10,29,20,59,59],[2076,10,29,23,59,59], + '2076042322:00:00','2076042401:00:00','2076102920:59:59','2076102923:59:59' ], + [ [2076,10,29,21,0,0],[2076,10,29,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2077,4,29,21,59,59],[2077,4,29,23,59,59], + '2076102921:00:00','2076102923:00:00','2077042921:59:59','2077042923:59:59' ], + ], + 2077 => + [ + [ [2077,4,29,22,0,0],[2077,4,30,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2077,10,28,20,59,59],[2077,10,28,23,59,59], + '2077042922:00:00','2077043001:00:00','2077102820:59:59','2077102823:59:59' ], + [ [2077,10,28,21,0,0],[2077,10,28,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2078,4,28,21,59,59],[2078,4,28,23,59,59], + '2077102821:00:00','2077102823:00:00','2078042821:59:59','2078042823:59:59' ], + ], + 2078 => + [ + [ [2078,4,28,22,0,0],[2078,4,29,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2078,10,27,20,59,59],[2078,10,27,23,59,59], + '2078042822:00:00','2078042901:00:00','2078102720:59:59','2078102723:59:59' ], + [ [2078,10,27,21,0,0],[2078,10,27,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2079,4,27,21,59,59],[2079,4,27,23,59,59], + '2078102721:00:00','2078102723:00:00','2079042721:59:59','2079042723:59:59' ], + ], + 2079 => + [ + [ [2079,4,27,22,0,0],[2079,4,28,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2079,10,26,20,59,59],[2079,10,26,23,59,59], + '2079042722:00:00','2079042801:00:00','2079102620:59:59','2079102623:59:59' ], + [ [2079,10,26,21,0,0],[2079,10,26,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2080,4,25,21,59,59],[2080,4,25,23,59,59], + '2079102621:00:00','2079102623:00:00','2080042521:59:59','2080042523:59:59' ], + ], + 2080 => + [ + [ [2080,4,25,22,0,0],[2080,4,26,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2080,10,31,20,59,59],[2080,10,31,23,59,59], + '2080042522:00:00','2080042601:00:00','2080103120:59:59','2080103123:59:59' ], + [ [2080,10,31,21,0,0],[2080,10,31,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2081,4,24,21,59,59],[2081,4,24,23,59,59], + '2080103121:00:00','2080103123:00:00','2081042421:59:59','2081042423:59:59' ], + ], + 2081 => + [ + [ [2081,4,24,22,0,0],[2081,4,25,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2081,10,30,20,59,59],[2081,10,30,23,59,59], + '2081042422:00:00','2081042501:00:00','2081103020:59:59','2081103023:59:59' ], + [ [2081,10,30,21,0,0],[2081,10,30,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2082,4,23,21,59,59],[2082,4,23,23,59,59], + '2081103021:00:00','2081103023:00:00','2082042321:59:59','2082042323:59:59' ], + ], + 2082 => + [ + [ [2082,4,23,22,0,0],[2082,4,24,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2082,10,29,20,59,59],[2082,10,29,23,59,59], + '2082042322:00:00','2082042401:00:00','2082102920:59:59','2082102923:59:59' ], + [ [2082,10,29,21,0,0],[2082,10,29,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2083,4,29,21,59,59],[2083,4,29,23,59,59], + '2082102921:00:00','2082102923:00:00','2083042921:59:59','2083042923:59:59' ], + ], + 2083 => + [ + [ [2083,4,29,22,0,0],[2083,4,30,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2083,10,28,20,59,59],[2083,10,28,23,59,59], + '2083042922:00:00','2083043001:00:00','2083102820:59:59','2083102823:59:59' ], + [ [2083,10,28,21,0,0],[2083,10,28,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2084,4,27,21,59,59],[2084,4,27,23,59,59], + '2083102821:00:00','2083102823:00:00','2084042721:59:59','2084042723:59:59' ], + ], + 2084 => + [ + [ [2084,4,27,22,0,0],[2084,4,28,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2084,10,26,20,59,59],[2084,10,26,23,59,59], + '2084042722:00:00','2084042801:00:00','2084102620:59:59','2084102623:59:59' ], + [ [2084,10,26,21,0,0],[2084,10,26,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2085,4,26,21,59,59],[2085,4,26,23,59,59], + '2084102621:00:00','2084102623:00:00','2085042621:59:59','2085042623:59:59' ], + ], + 2085 => + [ + [ [2085,4,26,22,0,0],[2085,4,27,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2085,10,25,20,59,59],[2085,10,25,23,59,59], + '2085042622:00:00','2085042701:00:00','2085102520:59:59','2085102523:59:59' ], + [ [2085,10,25,21,0,0],[2085,10,25,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2086,4,25,21,59,59],[2086,4,25,23,59,59], + '2085102521:00:00','2085102523:00:00','2086042521:59:59','2086042523:59:59' ], + ], + 2086 => + [ + [ [2086,4,25,22,0,0],[2086,4,26,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2086,10,31,20,59,59],[2086,10,31,23,59,59], + '2086042522:00:00','2086042601:00:00','2086103120:59:59','2086103123:59:59' ], + [ [2086,10,31,21,0,0],[2086,10,31,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2087,4,24,21,59,59],[2087,4,24,23,59,59], + '2086103121:00:00','2086103123:00:00','2087042421:59:59','2087042423:59:59' ], + ], + 2087 => + [ + [ [2087,4,24,22,0,0],[2087,4,25,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2087,10,30,20,59,59],[2087,10,30,23,59,59], + '2087042422:00:00','2087042501:00:00','2087103020:59:59','2087103023:59:59' ], + [ [2087,10,30,21,0,0],[2087,10,30,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2088,4,29,21,59,59],[2088,4,29,23,59,59], + '2087103021:00:00','2087103023:00:00','2088042921:59:59','2088042923:59:59' ], + ], + 2088 => + [ + [ [2088,4,29,22,0,0],[2088,4,30,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2088,10,28,20,59,59],[2088,10,28,23,59,59], + '2088042922:00:00','2088043001:00:00','2088102820:59:59','2088102823:59:59' ], + [ [2088,10,28,21,0,0],[2088,10,28,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2089,4,28,21,59,59],[2089,4,28,23,59,59], + '2088102821:00:00','2088102823:00:00','2089042821:59:59','2089042823:59:59' ], + ], + 2089 => + [ + [ [2089,4,28,22,0,0],[2089,4,29,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2089,10,27,20,59,59],[2089,10,27,23,59,59], + '2089042822:00:00','2089042901:00:00','2089102720:59:59','2089102723:59:59' ], + [ [2089,10,27,21,0,0],[2089,10,27,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2090,4,27,21,59,59],[2090,4,27,23,59,59], + '2089102721:00:00','2089102723:00:00','2090042721:59:59','2090042723:59:59' ], + ], + 2090 => + [ + [ [2090,4,27,22,0,0],[2090,4,28,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2090,10,26,20,59,59],[2090,10,26,23,59,59], + '2090042722:00:00','2090042801:00:00','2090102620:59:59','2090102623:59:59' ], + [ [2090,10,26,21,0,0],[2090,10,26,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2091,4,26,21,59,59],[2091,4,26,23,59,59], + '2090102621:00:00','2090102623:00:00','2091042621:59:59','2091042623:59:59' ], + ], + 2091 => + [ + [ [2091,4,26,22,0,0],[2091,4,27,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2091,10,25,20,59,59],[2091,10,25,23,59,59], + '2091042622:00:00','2091042701:00:00','2091102520:59:59','2091102523:59:59' ], + [ [2091,10,25,21,0,0],[2091,10,25,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2092,4,24,21,59,59],[2092,4,24,23,59,59], + '2091102521:00:00','2091102523:00:00','2092042421:59:59','2092042423:59:59' ], + ], + 2092 => + [ + [ [2092,4,24,22,0,0],[2092,4,25,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2092,10,30,20,59,59],[2092,10,30,23,59,59], + '2092042422:00:00','2092042501:00:00','2092103020:59:59','2092103023:59:59' ], + [ [2092,10,30,21,0,0],[2092,10,30,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2093,4,23,21,59,59],[2093,4,23,23,59,59], + '2092103021:00:00','2092103023:00:00','2093042321:59:59','2093042323:59:59' ], + ], + 2093 => + [ + [ [2093,4,23,22,0,0],[2093,4,24,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,29,20,59,59],[2093,10,29,23,59,59], + '2093042322:00:00','2093042401:00:00','2093102920:59:59','2093102923:59:59' ], + [ [2093,10,29,21,0,0],[2093,10,29,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,4,29,21,59,59],[2094,4,29,23,59,59], + '2093102921:00:00','2093102923:00:00','2094042921:59:59','2094042923:59:59' ], ], ); %LastRule = ( + 'zone' => { + 'dstoff' => '+03:00:00', + 'stdoff' => '+02:00:00', + }, + 'rules' => { + '04' => { + 'flag' => 'last', + 'dow' => '5', + 'num' => '0', + 'type' => 'w', + 'time' => '00:00:00', + 'isdst' => '1', + 'abb' => 'EEST', + }, + '10' => { + 'flag' => 'last', + 'dow' => '4', + 'num' => '0', + 'type' => 'w', + 'time' => '24:00:00', + 'isdst' => '0', + 'abb' => 'EET', + }, + }, ); 1; diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afcasa00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afcasa00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afcasa00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afcasa00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -308,11 +308,11 @@ 2023 => [ [ [2023,3,19,2,0,0],[2023,3,19,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2023,4,30,1,59,59],[2023,4,30,1,59,59], - '2023031902:00:00','2023031902:00:00','2023043001:59:59','2023043001:59:59' ], - [ [2023,4,30,2,0,0],[2023,4,30,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2023,4,23,1,59,59],[2023,4,23,1,59,59], + '2023031902:00:00','2023031902:00:00','2023042301:59:59','2023042301:59:59' ], + [ [2023,4,23,2,0,0],[2023,4,23,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2024,3,10,1,59,59],[2024,3,10,2,59,59], - '2023043002:00:00','2023043003:00:00','2024031001:59:59','2024031002:59:59' ], + '2023042302:00:00','2023042303:00:00','2024031001:59:59','2024031002:59:59' ], ], 2024 => [ @@ -377,14 +377,14 @@ '+01',0,[2030,12,22,1,59,59],[2030,12,22,2,59,59], '2030021002:00:00','2030021003:00:00','2030122201:59:59','2030122202:59:59' ], [ [2030,12,22,2,0,0],[2030,12,22,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2031,2,2,1,59,59],[2031,2,2,1,59,59], - '2030122202:00:00','2030122202:00:00','2031020201:59:59','2031020201:59:59' ], + '+00',1,[2031,1,26,1,59,59],[2031,1,26,1,59,59], + '2030122202:00:00','2030122202:00:00','2031012601:59:59','2031012601:59:59' ], ], 2031 => [ - [ [2031,2,2,2,0,0],[2031,2,2,3,0,0],'+01:00:00',[1,0,0], + [ [2031,1,26,2,0,0],[2031,1,26,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2031,12,14,1,59,59],[2031,12,14,2,59,59], - '2031020202:00:00','2031020203:00:00','2031121401:59:59','2031121402:59:59' ], + '2031012602:00:00','2031012603:00:00','2031121401:59:59','2031121402:59:59' ], [ [2031,12,14,2,0,0],[2031,12,14,2,0,0],'+00:00:00',[0,0,0], '+00',1,[2032,1,18,1,59,59],[2032,1,18,1,59,59], '2031121402:00:00','2031121402:00:00','2032011801:59:59','2032011801:59:59' ], @@ -449,11 +449,11 @@ 2038 => [ [ [2038,9,26,2,0,0],[2038,9,26,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2038,11,7,1,59,59],[2038,11,7,1,59,59], - '2038092602:00:00','2038092602:00:00','2038110701:59:59','2038110701:59:59' ], - [ [2038,11,7,2,0,0],[2038,11,7,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2038,10,31,1,59,59],[2038,10,31,1,59,59], + '2038092602:00:00','2038092602:00:00','2038103101:59:59','2038103101:59:59' ], + [ [2038,10,31,2,0,0],[2038,10,31,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2039,9,18,1,59,59],[2039,9,18,2,59,59], - '2038110702:00:00','2038110703:00:00','2039091801:59:59','2039091802:59:59' ], + '2038103102:00:00','2038103103:00:00','2039091801:59:59','2039091802:59:59' ], ], 2039 => [ @@ -521,11 +521,11 @@ 2046 => [ [ [2046,7,1,2,0,0],[2046,7,1,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2046,8,12,1,59,59],[2046,8,12,1,59,59], - '2046070102:00:00','2046070102:00:00','2046081201:59:59','2046081201:59:59' ], - [ [2046,8,12,2,0,0],[2046,8,12,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2046,8,5,1,59,59],[2046,8,5,1,59,59], + '2046070102:00:00','2046070102:00:00','2046080501:59:59','2046080501:59:59' ], + [ [2046,8,5,2,0,0],[2046,8,5,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2047,6,23,1,59,59],[2047,6,23,2,59,59], - '2046081202:00:00','2046081203:00:00','2047062301:59:59','2047062302:59:59' ], + '2046080502:00:00','2046080503:00:00','2047062301:59:59','2047062302:59:59' ], ], 2047 => [ @@ -593,11 +593,11 @@ 2054 => [ [ [2054,4,5,2,0,0],[2054,4,5,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2054,5,17,1,59,59],[2054,5,17,1,59,59], - '2054040502:00:00','2054040502:00:00','2054051701:59:59','2054051701:59:59' ], - [ [2054,5,17,2,0,0],[2054,5,17,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2054,5,10,1,59,59],[2054,5,10,1,59,59], + '2054040502:00:00','2054040502:00:00','2054051001:59:59','2054051001:59:59' ], + [ [2054,5,10,2,0,0],[2054,5,10,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2055,3,28,1,59,59],[2055,3,28,2,59,59], - '2054051702:00:00','2054051703:00:00','2055032801:59:59','2055032802:59:59' ], + '2054051002:00:00','2054051003:00:00','2055032801:59:59','2055032802:59:59' ], ], 2055 => [ @@ -665,11 +665,11 @@ 2062 => [ [ [2062,1,8,2,0,0],[2062,1,8,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2062,2,19,1,59,59],[2062,2,19,1,59,59], - '2062010802:00:00','2062010802:00:00','2062021901:59:59','2062021901:59:59' ], - [ [2062,2,19,2,0,0],[2062,2,19,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2062,2,12,1,59,59],[2062,2,12,1,59,59], + '2062010802:00:00','2062010802:00:00','2062021201:59:59','2062021201:59:59' ], + [ [2062,2,12,2,0,0],[2062,2,12,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2062,12,31,1,59,59],[2062,12,31,2,59,59], - '2062021902:00:00','2062021903:00:00','2062123101:59:59','2062123102:59:59' ], + '2062021202:00:00','2062021203:00:00','2062123101:59:59','2062123102:59:59' ], [ [2062,12,31,2,0,0],[2062,12,31,2,0,0],'+00:00:00',[0,0,0], '+00',1,[2063,2,4,1,59,59],[2063,2,4,1,59,59], '2062123102:00:00','2062123102:00:00','2063020401:59:59','2063020401:59:59' ], @@ -734,11 +734,11 @@ 2069 => [ [ [2069,10,13,2,0,0],[2069,10,13,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2069,11,24,1,59,59],[2069,11,24,1,59,59], - '2069101302:00:00','2069101302:00:00','2069112401:59:59','2069112401:59:59' ], - [ [2069,11,24,2,0,0],[2069,11,24,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2069,11,17,1,59,59],[2069,11,17,1,59,59], + '2069101302:00:00','2069101302:00:00','2069111701:59:59','2069111701:59:59' ], + [ [2069,11,17,2,0,0],[2069,11,17,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2070,10,5,1,59,59],[2070,10,5,2,59,59], - '2069112402:00:00','2069112403:00:00','2070100501:59:59','2070100502:59:59' ], + '2069111702:00:00','2069111703:00:00','2070100501:59:59','2070100502:59:59' ], ], 2070 => [ @@ -806,11 +806,11 @@ 2077 => [ [ [2077,7,18,2,0,0],[2077,7,18,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2077,8,29,1,59,59],[2077,8,29,1,59,59], - '2077071802:00:00','2077071802:00:00','2077082901:59:59','2077082901:59:59' ], - [ [2077,8,29,2,0,0],[2077,8,29,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2077,8,22,1,59,59],[2077,8,22,1,59,59], + '2077071802:00:00','2077071802:00:00','2077082201:59:59','2077082201:59:59' ], + [ [2077,8,22,2,0,0],[2077,8,22,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2078,7,10,1,59,59],[2078,7,10,2,59,59], - '2077082902:00:00','2077082903:00:00','2078071001:59:59','2078071002:59:59' ], + '2077082202:00:00','2077082203:00:00','2078071001:59:59','2078071002:59:59' ], ], 2078 => [ @@ -851,11 +851,11 @@ 2082 => [ [ [2082,5,24,2,0,0],[2082,5,24,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2082,7,5,1,59,59],[2082,7,5,1,59,59], - '2082052402:00:00','2082052402:00:00','2082070501:59:59','2082070501:59:59' ], - [ [2082,7,5,2,0,0],[2082,7,5,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2082,6,28,1,59,59],[2082,6,28,1,59,59], + '2082052402:00:00','2082052402:00:00','2082062801:59:59','2082062801:59:59' ], + [ [2082,6,28,2,0,0],[2082,6,28,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2083,5,16,1,59,59],[2083,5,16,2,59,59], - '2082070502:00:00','2082070503:00:00','2083051601:59:59','2083051602:59:59' ], + '2082062802:00:00','2082062803:00:00','2083051601:59:59','2083051602:59:59' ], ], 2083 => [ @@ -878,11 +878,11 @@ 2085 => [ [ [2085,4,22,2,0,0],[2085,4,22,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2085,6,3,1,59,59],[2085,6,3,1,59,59], - '2085042202:00:00','2085042202:00:00','2085060301:59:59','2085060301:59:59' ], - [ [2085,6,3,2,0,0],[2085,6,3,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2085,5,27,1,59,59],[2085,5,27,1,59,59], + '2085042202:00:00','2085042202:00:00','2085052701:59:59','2085052701:59:59' ], + [ [2085,5,27,2,0,0],[2085,5,27,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2086,4,14,1,59,59],[2086,4,14,2,59,59], - '2085060302:00:00','2085060303:00:00','2086041401:59:59','2086041402:59:59' ], + '2085052702:00:00','2085052703:00:00','2086041401:59:59','2086041402:59:59' ], ], 2086 => [ diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afceut00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afceut00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afceut00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afceut00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1100,6 +1100,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afel_a00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afel_a00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afel_a00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afel_a00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -251,11 +251,11 @@ 2023 => [ [ [2023,3,19,2,0,0],[2023,3,19,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2023,4,30,1,59,59],[2023,4,30,1,59,59], - '2023031902:00:00','2023031902:00:00','2023043001:59:59','2023043001:59:59' ], - [ [2023,4,30,2,0,0],[2023,4,30,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2023,4,23,1,59,59],[2023,4,23,1,59,59], + '2023031902:00:00','2023031902:00:00','2023042301:59:59','2023042301:59:59' ], + [ [2023,4,23,2,0,0],[2023,4,23,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2024,3,10,1,59,59],[2024,3,10,2,59,59], - '2023043002:00:00','2023043003:00:00','2024031001:59:59','2024031002:59:59' ], + '2023042302:00:00','2023042303:00:00','2024031001:59:59','2024031002:59:59' ], ], 2024 => [ @@ -320,14 +320,14 @@ '+01',0,[2030,12,22,1,59,59],[2030,12,22,2,59,59], '2030021002:00:00','2030021003:00:00','2030122201:59:59','2030122202:59:59' ], [ [2030,12,22,2,0,0],[2030,12,22,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2031,2,2,1,59,59],[2031,2,2,1,59,59], - '2030122202:00:00','2030122202:00:00','2031020201:59:59','2031020201:59:59' ], + '+00',1,[2031,1,26,1,59,59],[2031,1,26,1,59,59], + '2030122202:00:00','2030122202:00:00','2031012601:59:59','2031012601:59:59' ], ], 2031 => [ - [ [2031,2,2,2,0,0],[2031,2,2,3,0,0],'+01:00:00',[1,0,0], + [ [2031,1,26,2,0,0],[2031,1,26,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2031,12,14,1,59,59],[2031,12,14,2,59,59], - '2031020202:00:00','2031020203:00:00','2031121401:59:59','2031121402:59:59' ], + '2031012602:00:00','2031012603:00:00','2031121401:59:59','2031121402:59:59' ], [ [2031,12,14,2,0,0],[2031,12,14,2,0,0],'+00:00:00',[0,0,0], '+00',1,[2032,1,18,1,59,59],[2032,1,18,1,59,59], '2031121402:00:00','2031121402:00:00','2032011801:59:59','2032011801:59:59' ], @@ -392,11 +392,11 @@ 2038 => [ [ [2038,9,26,2,0,0],[2038,9,26,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2038,11,7,1,59,59],[2038,11,7,1,59,59], - '2038092602:00:00','2038092602:00:00','2038110701:59:59','2038110701:59:59' ], - [ [2038,11,7,2,0,0],[2038,11,7,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2038,10,31,1,59,59],[2038,10,31,1,59,59], + '2038092602:00:00','2038092602:00:00','2038103101:59:59','2038103101:59:59' ], + [ [2038,10,31,2,0,0],[2038,10,31,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2039,9,18,1,59,59],[2039,9,18,2,59,59], - '2038110702:00:00','2038110703:00:00','2039091801:59:59','2039091802:59:59' ], + '2038103102:00:00','2038103103:00:00','2039091801:59:59','2039091802:59:59' ], ], 2039 => [ @@ -464,11 +464,11 @@ 2046 => [ [ [2046,7,1,2,0,0],[2046,7,1,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2046,8,12,1,59,59],[2046,8,12,1,59,59], - '2046070102:00:00','2046070102:00:00','2046081201:59:59','2046081201:59:59' ], - [ [2046,8,12,2,0,0],[2046,8,12,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2046,8,5,1,59,59],[2046,8,5,1,59,59], + '2046070102:00:00','2046070102:00:00','2046080501:59:59','2046080501:59:59' ], + [ [2046,8,5,2,0,0],[2046,8,5,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2047,6,23,1,59,59],[2047,6,23,2,59,59], - '2046081202:00:00','2046081203:00:00','2047062301:59:59','2047062302:59:59' ], + '2046080502:00:00','2046080503:00:00','2047062301:59:59','2047062302:59:59' ], ], 2047 => [ @@ -536,11 +536,11 @@ 2054 => [ [ [2054,4,5,2,0,0],[2054,4,5,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2054,5,17,1,59,59],[2054,5,17,1,59,59], - '2054040502:00:00','2054040502:00:00','2054051701:59:59','2054051701:59:59' ], - [ [2054,5,17,2,0,0],[2054,5,17,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2054,5,10,1,59,59],[2054,5,10,1,59,59], + '2054040502:00:00','2054040502:00:00','2054051001:59:59','2054051001:59:59' ], + [ [2054,5,10,2,0,0],[2054,5,10,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2055,3,28,1,59,59],[2055,3,28,2,59,59], - '2054051702:00:00','2054051703:00:00','2055032801:59:59','2055032802:59:59' ], + '2054051002:00:00','2054051003:00:00','2055032801:59:59','2055032802:59:59' ], ], 2055 => [ @@ -608,11 +608,11 @@ 2062 => [ [ [2062,1,8,2,0,0],[2062,1,8,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2062,2,19,1,59,59],[2062,2,19,1,59,59], - '2062010802:00:00','2062010802:00:00','2062021901:59:59','2062021901:59:59' ], - [ [2062,2,19,2,0,0],[2062,2,19,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2062,2,12,1,59,59],[2062,2,12,1,59,59], + '2062010802:00:00','2062010802:00:00','2062021201:59:59','2062021201:59:59' ], + [ [2062,2,12,2,0,0],[2062,2,12,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2062,12,31,1,59,59],[2062,12,31,2,59,59], - '2062021902:00:00','2062021903:00:00','2062123101:59:59','2062123102:59:59' ], + '2062021202:00:00','2062021203:00:00','2062123101:59:59','2062123102:59:59' ], [ [2062,12,31,2,0,0],[2062,12,31,2,0,0],'+00:00:00',[0,0,0], '+00',1,[2063,2,4,1,59,59],[2063,2,4,1,59,59], '2062123102:00:00','2062123102:00:00','2063020401:59:59','2063020401:59:59' ], @@ -677,11 +677,11 @@ 2069 => [ [ [2069,10,13,2,0,0],[2069,10,13,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2069,11,24,1,59,59],[2069,11,24,1,59,59], - '2069101302:00:00','2069101302:00:00','2069112401:59:59','2069112401:59:59' ], - [ [2069,11,24,2,0,0],[2069,11,24,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2069,11,17,1,59,59],[2069,11,17,1,59,59], + '2069101302:00:00','2069101302:00:00','2069111701:59:59','2069111701:59:59' ], + [ [2069,11,17,2,0,0],[2069,11,17,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2070,10,5,1,59,59],[2070,10,5,2,59,59], - '2069112402:00:00','2069112403:00:00','2070100501:59:59','2070100502:59:59' ], + '2069111702:00:00','2069111703:00:00','2070100501:59:59','2070100502:59:59' ], ], 2070 => [ @@ -749,11 +749,11 @@ 2077 => [ [ [2077,7,18,2,0,0],[2077,7,18,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2077,8,29,1,59,59],[2077,8,29,1,59,59], - '2077071802:00:00','2077071802:00:00','2077082901:59:59','2077082901:59:59' ], - [ [2077,8,29,2,0,0],[2077,8,29,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2077,8,22,1,59,59],[2077,8,22,1,59,59], + '2077071802:00:00','2077071802:00:00','2077082201:59:59','2077082201:59:59' ], + [ [2077,8,22,2,0,0],[2077,8,22,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2078,7,10,1,59,59],[2078,7,10,2,59,59], - '2077082902:00:00','2077082903:00:00','2078071001:59:59','2078071002:59:59' ], + '2077082202:00:00','2077082203:00:00','2078071001:59:59','2078071002:59:59' ], ], 2078 => [ @@ -794,11 +794,11 @@ 2082 => [ [ [2082,5,24,2,0,0],[2082,5,24,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2082,7,5,1,59,59],[2082,7,5,1,59,59], - '2082052402:00:00','2082052402:00:00','2082070501:59:59','2082070501:59:59' ], - [ [2082,7,5,2,0,0],[2082,7,5,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2082,6,28,1,59,59],[2082,6,28,1,59,59], + '2082052402:00:00','2082052402:00:00','2082062801:59:59','2082062801:59:59' ], + [ [2082,6,28,2,0,0],[2082,6,28,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2083,5,16,1,59,59],[2083,5,16,2,59,59], - '2082070502:00:00','2082070503:00:00','2083051601:59:59','2083051602:59:59' ], + '2082062802:00:00','2082062803:00:00','2083051601:59:59','2083051602:59:59' ], ], 2083 => [ @@ -821,11 +821,11 @@ 2085 => [ [ [2085,4,22,2,0,0],[2085,4,22,2,0,0],'+00:00:00',[0,0,0], - '+00',1,[2085,6,3,1,59,59],[2085,6,3,1,59,59], - '2085042202:00:00','2085042202:00:00','2085060301:59:59','2085060301:59:59' ], - [ [2085,6,3,2,0,0],[2085,6,3,3,0,0],'+01:00:00',[1,0,0], + '+00',1,[2085,5,27,1,59,59],[2085,5,27,1,59,59], + '2085042202:00:00','2085042202:00:00','2085052701:59:59','2085052701:59:59' ], + [ [2085,5,27,2,0,0],[2085,5,27,3,0,0],'+01:00:00',[1,0,0], '+01',0,[2086,4,14,1,59,59],[2086,4,14,2,59,59], - '2085060302:00:00','2085060303:00:00','2086041401:59:59','2086041402:59:59' ], + '2085052702:00:00','2085052703:00:00','2086041401:59:59','2086041402:59:59' ], ], 2086 => [ diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afjoha00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afjoha00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afjoha00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afjoha00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afjuba00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afjuba00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afjuba00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afjuba00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afkhar00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afkhar00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afkhar00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afkhar00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aflago00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aflago00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aflago00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aflago00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afmapu00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afmapu00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afmapu00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afmapu00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afmonr00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afmonr00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afmonr00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afmonr00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afnair00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afnair00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afnair00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afnair00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afndja00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afndja00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afndja00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afndja00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afsao_00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afsao_00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afsao_00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afsao_00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aftrip00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aftrip00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aftrip00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aftrip00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aftuni00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aftuni00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aftuni00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aftuni00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/afwind00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/afwind00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/afwind00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/afwind00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amadak00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amadak00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amadak00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amadak00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1187,6 +1187,15 @@ 'HST',0,[2093,3,8,11,59,59],[2093,3,8,1,59,59], '2092110211:00:00','2092110201:00:00','2093030811:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,12,0,0],[2093,3,8,3,0,0],'-09:00:00',[-9,0,0], + 'HDT',1,[2093,11,1,10,59,59],[2093,11,1,1,59,59], + '2093030812:00:00','2093030803:00:00','2093110110:59:59','2093110101:59:59' ], + [ [2093,11,1,11,0,0],[2093,11,1,1,0,0],'-10:00:00',[-10,0,0], + 'HST',0,[2094,3,14,11,59,59],[2094,3,14,1,59,59], + '2093110111:00:00','2093110101:00:00','2094031411:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amanch00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amanch00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amanch00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amanch00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1187,6 +1187,15 @@ 'AKST',0,[2093,3,8,10,59,59],[2093,3,8,1,59,59], '2092110210:00:00','2092110201:00:00','2093030810:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,11,0,0],[2093,3,8,3,0,0],'-08:00:00',[-8,0,0], + 'AKDT',1,[2093,11,1,9,59,59],[2093,11,1,1,59,59], + '2093030811:00:00','2093030803:00:00','2093110109:59:59','2093110101:59:59' ], + [ [2093,11,1,10,0,0],[2093,11,1,1,0,0],'-09:00:00',[-9,0,0], + 'AKST',0,[2094,3,14,10,59,59],[2094,3,14,1,59,59], + '2093110110:00:00','2093110101:00:00','2094031410:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amarag00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amarag00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amarag00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amarag00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amasun00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amasun00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amasun00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amasun00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1118,6 +1118,15 @@ '-03',1,[2093,3,22,2,59,59],[2093,3,21,23,59,59], '2092100504:00:00','2092100501:00:00','2093032202:59:59','2093032123:59:59' ], ], + 2093 => + [ + [ [2093,3,22,3,0,0],[2093,3,21,23,0,0],'-04:00:00',[-4,0,0], + '-04',0,[2093,10,4,3,59,59],[2093,10,3,23,59,59], + '2093032203:00:00','2093032123:00:00','2093100403:59:59','2093100323:59:59' ], + [ [2093,10,4,4,0,0],[2093,10,4,1,0,0],'-03:00:00',[-3,0,0], + '-03',1,[2094,3,28,2,59,59],[2094,3,27,23,59,59], + '2093100404:00:00','2093100401:00:00','2094032802:59:59','2094032723:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambahi00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambahi00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambahi00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambahi00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambahi01.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambahi01.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambahi01.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambahi01.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambarb00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambarb00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambarb00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambarb00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambele00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambele00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambele00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambele00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambeli00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambeli00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambeli00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambeli00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambeul00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambeul00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambeul00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambeul00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1208,6 +1208,15 @@ 'CST',0,[2093,3,8,7,59,59],[2093,3,8,1,59,59], '2092110207:00:00','2092110201:00:00','2093030807:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,8,0,0],[2093,3,8,3,0,0],'-05:00:00',[-5,0,0], + 'CDT',1,[2093,11,1,6,59,59],[2093,11,1,1,59,59], + '2093030808:00:00','2093030803:00:00','2093110106:59:59','2093110101:59:59' ], + [ [2093,11,1,7,0,0],[2093,11,1,1,0,0],'-06:00:00',[-6,0,0], + 'CST',0,[2094,3,14,7,59,59],[2094,3,14,1,59,59], + '2093110107:00:00','2093110101:00:00','2094031407:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amboa_00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amboa_00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amboa_00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amboa_00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambogo00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambogo00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambogo00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambogo00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambois00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambois00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambois00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambois00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1214,6 +1214,15 @@ 'MST',0,[2093,3,8,8,59,59],[2093,3,8,1,59,59], '2092110208:00:00','2092110201:00:00','2093030808:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,9,0,0],[2093,3,8,3,0,0],'-06:00:00',[-6,0,0], + 'MDT',1,[2093,11,1,7,59,59],[2093,11,1,1,59,59], + '2093030809:00:00','2093030803:00:00','2093110107:59:59','2093110101:59:59' ], + [ [2093,11,1,8,0,0],[2093,11,1,1,0,0],'-07:00:00',[-7,0,0], + 'MST',0,[2094,3,14,8,59,59],[2094,3,14,1,59,59], + '2093110108:00:00','2093110101:00:00','2094031408:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambuen00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambuen00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ambuen00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ambuen00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcamb00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcamb00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcamb00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcamb00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1148,6 +1148,15 @@ 'MST',0,[2093,3,8,8,59,59],[2093,3,8,1,59,59], '2092110208:00:00','2092110201:00:00','2093030808:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,9,0,0],[2093,3,8,3,0,0],'-06:00:00',[-6,0,0], + 'MDT',1,[2093,11,1,7,59,59],[2093,11,1,1,59,59], + '2093030809:00:00','2093030803:00:00','2093110107:59:59','2093110101:59:59' ], + [ [2093,11,1,8,0,0],[2093,11,1,1,0,0],'-07:00:00',[-7,0,0], + 'MST',0,[2094,3,14,8,59,59],[2094,3,14,1,59,59], + '2093110108:00:00','2093110101:00:00','2094031408:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcamp00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcamp00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcamp00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcamp00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcanc00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcanc00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcanc00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcanc00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcara00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcara00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcara00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcara00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcata00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcata00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcata00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcata00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcaye00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcaye00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcaye00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcaye00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcent00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcent00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcent00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcent00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1208,6 +1208,15 @@ 'CST',0,[2093,3,8,7,59,59],[2093,3,8,1,59,59], '2092110207:00:00','2092110201:00:00','2093030807:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,8,0,0],[2093,3,8,3,0,0],'-05:00:00',[-5,0,0], + 'CDT',1,[2093,11,1,6,59,59],[2093,11,1,1,59,59], + '2093030808:00:00','2093030803:00:00','2093110106:59:59','2093110101:59:59' ], + [ [2093,11,1,7,0,0],[2093,11,1,1,0,0],'-06:00:00',[-6,0,0], + 'CST',0,[2094,3,14,7,59,59],[2094,3,14,1,59,59], + '2093110107:00:00','2093110101:00:00','2094031407:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amchic00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amchic00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amchic00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amchic00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1595,6 +1595,15 @@ 'CST',0,[2093,3,8,7,59,59],[2093,3,8,1,59,59], '2092110207:00:00','2092110201:00:00','2093030807:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,8,0,0],[2093,3,8,3,0,0],'-05:00:00',[-5,0,0], + 'CDT',1,[2093,11,1,6,59,59],[2093,11,1,1,59,59], + '2093030808:00:00','2093030803:00:00','2093110106:59:59','2093110101:59:59' ], + [ [2093,11,1,7,0,0],[2093,11,1,1,0,0],'-06:00:00',[-6,0,0], + 'CST',0,[2094,3,14,7,59,59],[2094,3,14,1,59,59], + '2093110107:00:00','2093110101:00:00','2094031407:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amchih00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amchih00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amchih00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amchih00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amciud00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amciud00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amciud00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amciud00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -944,6 +944,15 @@ 'MST',0,[2093,3,8,8,59,59],[2093,3,8,1,59,59], '2092110208:00:00','2092110201:00:00','2093030808:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,9,0,0],[2093,3,8,3,0,0],'-06:00:00',[-6,0,0], + 'MDT',1,[2093,11,1,7,59,59],[2093,11,1,1,59,59], + '2093030809:00:00','2093030803:00:00','2093110107:59:59','2093110101:59:59' ], + [ [2093,11,1,8,0,0],[2093,11,1,1,0,0],'-07:00:00',[-7,0,0], + 'MST',0,[2094,3,14,8,59,59],[2094,3,14,1,59,59], + '2093110108:00:00','2093110101:00:00','2094031408:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcord00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcord00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcord00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcord00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcost00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcost00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcost00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcost00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcuia00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcuia00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amcuia00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amcuia00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amdanm00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amdanm00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amdanm00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amdanm00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amdaws00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amdaws00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amdaws00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amdaws00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amdaws01.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amdaws01.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amdaws01.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amdaws01.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amdenv00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amdenv00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amdenv00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amdenv00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1244,6 +1244,15 @@ 'MST',0,[2093,3,8,8,59,59],[2093,3,8,1,59,59], '2092110208:00:00','2092110201:00:00','2093030808:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,9,0,0],[2093,3,8,3,0,0],'-06:00:00',[-6,0,0], + 'MDT',1,[2093,11,1,7,59,59],[2093,11,1,1,59,59], + '2093030809:00:00','2093030803:00:00','2093110107:59:59','2093110101:59:59' ], + [ [2093,11,1,8,0,0],[2093,11,1,1,0,0],'-07:00:00',[-7,0,0], + 'MST',0,[2094,3,14,8,59,59],[2094,3,14,1,59,59], + '2093110108:00:00','2093110101:00:00','2094031408:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amdetr00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amdetr00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amdetr00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amdetr00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1169,6 +1169,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amedmo00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amedmo00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amedmo00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amedmo00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1208,6 +1208,15 @@ 'MST',0,[2093,3,8,8,59,59],[2093,3,8,1,59,59], '2092110208:00:00','2092110201:00:00','2093030808:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,9,0,0],[2093,3,8,3,0,0],'-06:00:00',[-6,0,0], + 'MDT',1,[2093,11,1,7,59,59],[2093,11,1,1,59,59], + '2093030809:00:00','2093030803:00:00','2093110107:59:59','2093110101:59:59' ], + [ [2093,11,1,8,0,0],[2093,11,1,1,0,0],'-07:00:00',[-7,0,0], + 'MST',0,[2094,3,14,8,59,59],[2094,3,14,1,59,59], + '2093110108:00:00','2093110101:00:00','2094031408:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ameiru00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ameiru00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ameiru00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ameiru00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amel_s00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amel_s00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amel_s00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amel_s00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amfort00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amfort00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amfort00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amfort00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amfort01.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amfort01.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amfort01.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amfort01.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amglac00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amglac00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amglac00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amglac00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1163,6 +1163,15 @@ 'AST',0,[2093,3,8,5,59,59],[2093,3,8,1,59,59], '2092110205:00:00','2092110201:00:00','2093030805:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,6,0,0],[2093,3,8,3,0,0],'-03:00:00',[-3,0,0], + 'ADT',1,[2093,11,1,4,59,59],[2093,11,1,1,59,59], + '2093030806:00:00','2093030803:00:00','2093110104:59:59','2093110101:59:59' ], + [ [2093,11,1,5,0,0],[2093,11,1,1,0,0],'-04:00:00',[-4,0,0], + 'AST',0,[2094,3,14,5,59,59],[2094,3,14,1,59,59], + '2093110105:00:00','2093110101:00:00','2094031405:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amgoos00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amgoos00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amgoos00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amgoos00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1451,6 +1451,15 @@ 'AST',0,[2093,3,8,5,59,59],[2093,3,8,1,59,59], '2092110205:00:00','2092110201:00:00','2093030805:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,6,0,0],[2093,3,8,3,0,0],'-03:00:00',[-3,0,0], + 'ADT',1,[2093,11,1,4,59,59],[2093,11,1,1,59,59], + '2093030806:00:00','2093030803:00:00','2093110104:59:59','2093110101:59:59' ], + [ [2093,11,1,5,0,0],[2093,11,1,1,0,0],'-04:00:00',[-4,0,0], + 'AST',0,[2094,3,14,5,59,59],[2094,3,14,1,59,59], + '2093110105:00:00','2093110101:00:00','2094031405:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amgran00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amgran00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amgran00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amgran00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1052,6 +1052,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amguat00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amguat00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amguat00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amguat00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amguay00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amguay00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amguay00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amguay00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amguya00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amguya00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amguya00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amguya00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amhali00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amhali00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amhali00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amhali00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1559,6 +1559,15 @@ 'AST',0,[2093,3,8,5,59,59],[2093,3,8,1,59,59], '2092110205:00:00','2092110201:00:00','2093030805:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,6,0,0],[2093,3,8,3,0,0],'-03:00:00',[-3,0,0], + 'ADT',1,[2093,11,1,4,59,59],[2093,11,1,1,59,59], + '2093030806:00:00','2093030803:00:00','2093110104:59:59','2093110101:59:59' ], + [ [2093,11,1,5,0,0],[2093,11,1,1,0,0],'-04:00:00',[-4,0,0], + 'AST',0,[2094,3,14,5,59,59],[2094,3,14,1,59,59], + '2093110105:00:00','2093110101:00:00','2094031405:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amhava00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amhava00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amhava00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amhava00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1238,6 +1238,15 @@ 'CST',0,[2093,3,8,4,59,59],[2093,3,7,23,59,59], '2092110205:00:00','2092110200:00:00','2093030804:59:59','2093030723:59:59' ], ], + 2093 => + [ + [ [2093,3,8,5,0,0],[2093,3,8,1,0,0],'-04:00:00',[-4,0,0], + 'CDT',1,[2093,11,1,4,59,59],[2093,11,1,0,59,59], + '2093030805:00:00','2093030801:00:00','2093110104:59:59','2093110100:59:59' ], + [ [2093,11,1,5,0,0],[2093,11,1,0,0,0],'-05:00:00',[-5,0,0], + 'CST',0,[2094,3,14,4,59,59],[2094,3,13,23,59,59], + '2093110105:00:00','2093110100:00:00','2094031404:59:59','2094031323:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amherm00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amherm00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amherm00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amherm00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amindi00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amindi00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amindi00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amindi00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -983,6 +983,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aminuv00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aminuv00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aminuv00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aminuv00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1130,6 +1130,15 @@ 'MST',0,[2093,3,8,8,59,59],[2093,3,8,1,59,59], '2092110208:00:00','2092110201:00:00','2093030808:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,9,0,0],[2093,3,8,3,0,0],'-06:00:00',[-6,0,0], + 'MDT',1,[2093,11,1,7,59,59],[2093,11,1,1,59,59], + '2093030809:00:00','2093030803:00:00','2093110107:59:59','2093110101:59:59' ], + [ [2093,11,1,8,0,0],[2093,11,1,1,0,0],'-07:00:00',[-7,0,0], + 'MST',0,[2094,3,14,8,59,59],[2094,3,14,1,59,59], + '2093110108:00:00','2093110101:00:00','2094031408:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amiqal00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amiqal00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amiqal00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amiqal00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1139,6 +1139,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amjama00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amjama00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amjama00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amjama00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amjuju00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amjuju00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amjuju00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amjuju00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amjune00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amjune00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amjune00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amjune00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1181,6 +1181,15 @@ 'AKST',0,[2093,3,8,10,59,59],[2093,3,8,1,59,59], '2092110210:00:00','2092110201:00:00','2093030810:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,11,0,0],[2093,3,8,3,0,0],'-08:00:00',[-8,0,0], + 'AKDT',1,[2093,11,1,9,59,59],[2093,11,1,1,59,59], + '2093030811:00:00','2093030803:00:00','2093110109:59:59','2093110101:59:59' ], + [ [2093,11,1,10,0,0],[2093,11,1,1,0,0],'-09:00:00',[-9,0,0], + 'AKST',0,[2094,3,14,10,59,59],[2094,3,14,1,59,59], + '2093110110:00:00','2093110101:00:00','2094031410:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amknox00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amknox00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amknox00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amknox00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1229,6 +1229,15 @@ 'CST',0,[2093,3,8,7,59,59],[2093,3,8,1,59,59], '2092110207:00:00','2092110201:00:00','2093030807:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,8,0,0],[2093,3,8,3,0,0],'-05:00:00',[-5,0,0], + 'CDT',1,[2093,11,1,6,59,59],[2093,11,1,1,59,59], + '2093030808:00:00','2093030803:00:00','2093110106:59:59','2093110101:59:59' ], + [ [2093,11,1,7,0,0],[2093,11,1,1,0,0],'-06:00:00',[-6,0,0], + 'CST',0,[2094,3,14,7,59,59],[2094,3,14,1,59,59], + '2093110107:00:00','2093110101:00:00','2094031407:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amla_p00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amla_p00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amla_p00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amla_p00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amla_r00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amla_r00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amla_r00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amla_r00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amlima00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amlima00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amlima00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amlima00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amlos_00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amlos_00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amlos_00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amlos_00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1373,6 +1373,15 @@ 'PST',0,[2093,3,8,9,59,59],[2093,3,8,1,59,59], '2092110209:00:00','2092110201:00:00','2093030809:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,10,0,0],[2093,3,8,3,0,0],'-07:00:00',[-7,0,0], + 'PDT',1,[2093,11,1,8,59,59],[2093,11,1,1,59,59], + '2093030810:00:00','2093030803:00:00','2093110108:59:59','2093110101:59:59' ], + [ [2093,11,1,9,0,0],[2093,11,1,1,0,0],'-08:00:00',[-8,0,0], + 'PST',0,[2094,3,14,9,59,59],[2094,3,14,1,59,59], + '2093110109:00:00','2093110101:00:00','2094031409:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amloui00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amloui00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amloui00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amloui00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1334,6 +1334,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammace00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammace00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammace00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammace00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammana00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammana00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammana00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammana00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammana01.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammana01.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammana01.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammana01.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammare00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammare00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammare00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammare00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -998,6 +998,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammart00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammart00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammart00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammart00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammata00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammata00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammata00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammata00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -923,6 +923,15 @@ 'CST',0,[2093,3,8,7,59,59],[2093,3,8,1,59,59], '2092110207:00:00','2092110201:00:00','2093030807:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,8,0,0],[2093,3,8,3,0,0],'-05:00:00',[-5,0,0], + 'CDT',1,[2093,11,1,6,59,59],[2093,11,1,1,59,59], + '2093030808:00:00','2093030803:00:00','2093110106:59:59','2093110101:59:59' ], + [ [2093,11,1,7,0,0],[2093,11,1,1,0,0],'-06:00:00',[-6,0,0], + 'CST',0,[2094,3,14,7,59,59],[2094,3,14,1,59,59], + '2093110107:00:00','2093110101:00:00','2094031407:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammaza00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammaza00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammaza00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammaza00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammend00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammend00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammend00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammend00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammeno00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammeno00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammeno00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammeno00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1178,6 +1178,15 @@ 'CST',0,[2093,3,8,7,59,59],[2093,3,8,1,59,59], '2092110207:00:00','2092110201:00:00','2093030807:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,8,0,0],[2093,3,8,3,0,0],'-05:00:00',[-5,0,0], + 'CDT',1,[2093,11,1,6,59,59],[2093,11,1,1,59,59], + '2093030808:00:00','2093030803:00:00','2093110106:59:59','2093110101:59:59' ], + [ [2093,11,1,7,0,0],[2093,11,1,1,0,0],'-06:00:00',[-6,0,0], + 'CST',0,[2094,3,14,7,59,59],[2094,3,14,1,59,59], + '2093110107:00:00','2093110101:00:00','2094031407:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammeri00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammeri00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammeri00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammeri00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammetl00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammetl00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammetl00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammetl00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -899,6 +899,15 @@ 'AKST',0,[2093,3,8,10,59,59],[2093,3,8,1,59,59], '2092110210:00:00','2092110201:00:00','2093030810:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,11,0,0],[2093,3,8,3,0,0],'-08:00:00',[-8,0,0], + 'AKDT',1,[2093,11,1,9,59,59],[2093,11,1,1,59,59], + '2093030811:00:00','2093030803:00:00','2093110109:59:59','2093110101:59:59' ], + [ [2093,11,1,10,0,0],[2093,11,1,1,0,0],'-09:00:00',[-9,0,0], + 'AKST',0,[2094,3,14,10,59,59],[2094,3,14,1,59,59], + '2093110110:00:00','2093110101:00:00','2094031410:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammexi00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammexi00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammexi00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammexi00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammiqu00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammiqu00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammiqu00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammiqu00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1001,6 +1001,15 @@ '-03',0,[2093,3,8,4,59,59],[2093,3,8,1,59,59], '2092110204:00:00','2092110201:00:00','2093030804:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,5,0,0],[2093,3,8,3,0,0],'-02:00:00',[-2,0,0], + '-02',1,[2093,11,1,3,59,59],[2093,11,1,1,59,59], + '2093030805:00:00','2093030803:00:00','2093110103:59:59','2093110101:59:59' ], + [ [2093,11,1,4,0,0],[2093,11,1,1,0,0],'-03:00:00',[-3,0,0], + '-03',0,[2094,3,14,4,59,59],[2094,3,14,1,59,59], + '2093110104:00:00','2093110101:00:00','2094031404:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammonc00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammonc00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammonc00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammonc00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1466,6 +1466,15 @@ 'AST',0,[2093,3,8,5,59,59],[2093,3,8,1,59,59], '2092110205:00:00','2092110201:00:00','2093030805:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,6,0,0],[2093,3,8,3,0,0],'-03:00:00',[-3,0,0], + 'ADT',1,[2093,11,1,4,59,59],[2093,11,1,1,59,59], + '2093030806:00:00','2093030803:00:00','2093110104:59:59','2093110101:59:59' ], + [ [2093,11,1,5,0,0],[2093,11,1,1,0,0],'-04:00:00',[-4,0,0], + 'AST',0,[2094,3,14,5,59,59],[2094,3,14,1,59,59], + '2093110105:00:00','2093110101:00:00','2094031405:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammont00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammont00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammont00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammont00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1199,6 +1199,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammont01.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammont01.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammont01.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammont01.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammont02.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammont02.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ammont02.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ammont02.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amnew_00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amnew_00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amnew_00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amnew_00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1595,6 +1595,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amnew_01.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amnew_01.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amnew_01.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amnew_01.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1208,6 +1208,15 @@ 'CST',0,[2093,3,8,7,59,59],[2093,3,8,1,59,59], '2092110207:00:00','2092110201:00:00','2093030807:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,8,0,0],[2093,3,8,3,0,0],'-05:00:00',[-5,0,0], + 'CDT',1,[2093,11,1,6,59,59],[2093,11,1,1,59,59], + '2093030808:00:00','2093030803:00:00','2093110106:59:59','2093110101:59:59' ], + [ [2093,11,1,7,0,0],[2093,11,1,1,0,0],'-06:00:00',[-6,0,0], + 'CST',0,[2094,3,14,7,59,59],[2094,3,14,1,59,59], + '2093110107:00:00','2093110101:00:00','2094031407:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amnome00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amnome00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amnome00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amnome00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1187,6 +1187,15 @@ 'AKST',0,[2093,3,8,10,59,59],[2093,3,8,1,59,59], '2092110210:00:00','2092110201:00:00','2093030810:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,11,0,0],[2093,3,8,3,0,0],'-08:00:00',[-8,0,0], + 'AKDT',1,[2093,11,1,9,59,59],[2093,11,1,1,59,59], + '2093030811:00:00','2093030803:00:00','2093110109:59:59','2093110101:59:59' ], + [ [2093,11,1,10,0,0],[2093,11,1,1,0,0],'-09:00:00',[-9,0,0], + 'AKST',0,[2094,3,14,10,59,59],[2094,3,14,1,59,59], + '2093110110:00:00','2093110101:00:00','2094031410:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amnoro00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amnoro00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amnoro00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amnoro00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amnuuk00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amnuuk00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amnuuk00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amnuuk00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -431,12 +431,669 @@ 2023 => [ [ [2023,3,26,1,0,0],[2023,3,25,23,0,0],'-02:00:00',[-2,0,0], - '-02',0,[9999,12,31,0,0,0],[9999,12,30,22,0,0], - '2023032601:00:00','2023032523:00:00','9999123100:00:00','9999123022:00:00' ], + '-02',1,[2023,10,29,0,59,59],[2023,10,28,22,59,59], + '2023032601:00:00','2023032523:00:00','2023102900:59:59','2023102822:59:59' ], + [ [2023,10,29,1,0,0],[2023,10,28,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2024,3,31,0,59,59],[2024,3,30,22,59,59], + '2023102901:00:00','2023102823:00:00','2024033100:59:59','2024033022:59:59' ], + ], + 2024 => + [ + [ [2024,3,31,1,0,0],[2024,3,31,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2024,10,27,0,59,59],[2024,10,26,23,59,59], + '2024033101:00:00','2024033100:00:00','2024102700:59:59','2024102623:59:59' ], + [ [2024,10,27,1,0,0],[2024,10,26,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2025,3,30,0,59,59],[2025,3,29,22,59,59], + '2024102701:00:00','2024102623:00:00','2025033000:59:59','2025032922:59:59' ], + ], + 2025 => + [ + [ [2025,3,30,1,0,0],[2025,3,30,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2025,10,26,0,59,59],[2025,10,25,23,59,59], + '2025033001:00:00','2025033000:00:00','2025102600:59:59','2025102523:59:59' ], + [ [2025,10,26,1,0,0],[2025,10,25,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2026,3,29,0,59,59],[2026,3,28,22,59,59], + '2025102601:00:00','2025102523:00:00','2026032900:59:59','2026032822:59:59' ], + ], + 2026 => + [ + [ [2026,3,29,1,0,0],[2026,3,29,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2026,10,25,0,59,59],[2026,10,24,23,59,59], + '2026032901:00:00','2026032900:00:00','2026102500:59:59','2026102423:59:59' ], + [ [2026,10,25,1,0,0],[2026,10,24,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2027,3,28,0,59,59],[2027,3,27,22,59,59], + '2026102501:00:00','2026102423:00:00','2027032800:59:59','2027032722:59:59' ], + ], + 2027 => + [ + [ [2027,3,28,1,0,0],[2027,3,28,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2027,10,31,0,59,59],[2027,10,30,23,59,59], + '2027032801:00:00','2027032800:00:00','2027103100:59:59','2027103023:59:59' ], + [ [2027,10,31,1,0,0],[2027,10,30,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2028,3,26,0,59,59],[2028,3,25,22,59,59], + '2027103101:00:00','2027103023:00:00','2028032600:59:59','2028032522:59:59' ], + ], + 2028 => + [ + [ [2028,3,26,1,0,0],[2028,3,26,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2028,10,29,0,59,59],[2028,10,28,23,59,59], + '2028032601:00:00','2028032600:00:00','2028102900:59:59','2028102823:59:59' ], + [ [2028,10,29,1,0,0],[2028,10,28,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2029,3,25,0,59,59],[2029,3,24,22,59,59], + '2028102901:00:00','2028102823:00:00','2029032500:59:59','2029032422:59:59' ], + ], + 2029 => + [ + [ [2029,3,25,1,0,0],[2029,3,25,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2029,10,28,0,59,59],[2029,10,27,23,59,59], + '2029032501:00:00','2029032500:00:00','2029102800:59:59','2029102723:59:59' ], + [ [2029,10,28,1,0,0],[2029,10,27,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2030,3,31,0,59,59],[2030,3,30,22,59,59], + '2029102801:00:00','2029102723:00:00','2030033100:59:59','2030033022:59:59' ], + ], + 2030 => + [ + [ [2030,3,31,1,0,0],[2030,3,31,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2030,10,27,0,59,59],[2030,10,26,23,59,59], + '2030033101:00:00','2030033100:00:00','2030102700:59:59','2030102623:59:59' ], + [ [2030,10,27,1,0,0],[2030,10,26,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2031,3,30,0,59,59],[2031,3,29,22,59,59], + '2030102701:00:00','2030102623:00:00','2031033000:59:59','2031032922:59:59' ], + ], + 2031 => + [ + [ [2031,3,30,1,0,0],[2031,3,30,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2031,10,26,0,59,59],[2031,10,25,23,59,59], + '2031033001:00:00','2031033000:00:00','2031102600:59:59','2031102523:59:59' ], + [ [2031,10,26,1,0,0],[2031,10,25,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2032,3,28,0,59,59],[2032,3,27,22,59,59], + '2031102601:00:00','2031102523:00:00','2032032800:59:59','2032032722:59:59' ], + ], + 2032 => + [ + [ [2032,3,28,1,0,0],[2032,3,28,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2032,10,31,0,59,59],[2032,10,30,23,59,59], + '2032032801:00:00','2032032800:00:00','2032103100:59:59','2032103023:59:59' ], + [ [2032,10,31,1,0,0],[2032,10,30,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2033,3,27,0,59,59],[2033,3,26,22,59,59], + '2032103101:00:00','2032103023:00:00','2033032700:59:59','2033032622:59:59' ], + ], + 2033 => + [ + [ [2033,3,27,1,0,0],[2033,3,27,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2033,10,30,0,59,59],[2033,10,29,23,59,59], + '2033032701:00:00','2033032700:00:00','2033103000:59:59','2033102923:59:59' ], + [ [2033,10,30,1,0,0],[2033,10,29,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2034,3,26,0,59,59],[2034,3,25,22,59,59], + '2033103001:00:00','2033102923:00:00','2034032600:59:59','2034032522:59:59' ], + ], + 2034 => + [ + [ [2034,3,26,1,0,0],[2034,3,26,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2034,10,29,0,59,59],[2034,10,28,23,59,59], + '2034032601:00:00','2034032600:00:00','2034102900:59:59','2034102823:59:59' ], + [ [2034,10,29,1,0,0],[2034,10,28,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2035,3,25,0,59,59],[2035,3,24,22,59,59], + '2034102901:00:00','2034102823:00:00','2035032500:59:59','2035032422:59:59' ], + ], + 2035 => + [ + [ [2035,3,25,1,0,0],[2035,3,25,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2035,10,28,0,59,59],[2035,10,27,23,59,59], + '2035032501:00:00','2035032500:00:00','2035102800:59:59','2035102723:59:59' ], + [ [2035,10,28,1,0,0],[2035,10,27,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2036,3,30,0,59,59],[2036,3,29,22,59,59], + '2035102801:00:00','2035102723:00:00','2036033000:59:59','2036032922:59:59' ], + ], + 2036 => + [ + [ [2036,3,30,1,0,0],[2036,3,30,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2036,10,26,0,59,59],[2036,10,25,23,59,59], + '2036033001:00:00','2036033000:00:00','2036102600:59:59','2036102523:59:59' ], + [ [2036,10,26,1,0,0],[2036,10,25,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2037,3,29,0,59,59],[2037,3,28,22,59,59], + '2036102601:00:00','2036102523:00:00','2037032900:59:59','2037032822:59:59' ], + ], + 2037 => + [ + [ [2037,3,29,1,0,0],[2037,3,29,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2037,10,25,0,59,59],[2037,10,24,23,59,59], + '2037032901:00:00','2037032900:00:00','2037102500:59:59','2037102423:59:59' ], + [ [2037,10,25,1,0,0],[2037,10,24,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2038,3,28,0,59,59],[2038,3,27,22,59,59], + '2037102501:00:00','2037102423:00:00','2038032800:59:59','2038032722:59:59' ], + ], + 2038 => + [ + [ [2038,3,28,1,0,0],[2038,3,28,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2038,10,31,0,59,59],[2038,10,30,23,59,59], + '2038032801:00:00','2038032800:00:00','2038103100:59:59','2038103023:59:59' ], + [ [2038,10,31,1,0,0],[2038,10,30,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2039,3,27,0,59,59],[2039,3,26,22,59,59], + '2038103101:00:00','2038103023:00:00','2039032700:59:59','2039032622:59:59' ], + ], + 2039 => + [ + [ [2039,3,27,1,0,0],[2039,3,27,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2039,10,30,0,59,59],[2039,10,29,23,59,59], + '2039032701:00:00','2039032700:00:00','2039103000:59:59','2039102923:59:59' ], + [ [2039,10,30,1,0,0],[2039,10,29,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2040,3,25,0,59,59],[2040,3,24,22,59,59], + '2039103001:00:00','2039102923:00:00','2040032500:59:59','2040032422:59:59' ], + ], + 2040 => + [ + [ [2040,3,25,1,0,0],[2040,3,25,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2040,10,28,0,59,59],[2040,10,27,23,59,59], + '2040032501:00:00','2040032500:00:00','2040102800:59:59','2040102723:59:59' ], + [ [2040,10,28,1,0,0],[2040,10,27,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2041,3,31,0,59,59],[2041,3,30,22,59,59], + '2040102801:00:00','2040102723:00:00','2041033100:59:59','2041033022:59:59' ], + ], + 2041 => + [ + [ [2041,3,31,1,0,0],[2041,3,31,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2041,10,27,0,59,59],[2041,10,26,23,59,59], + '2041033101:00:00','2041033100:00:00','2041102700:59:59','2041102623:59:59' ], + [ [2041,10,27,1,0,0],[2041,10,26,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2042,3,30,0,59,59],[2042,3,29,22,59,59], + '2041102701:00:00','2041102623:00:00','2042033000:59:59','2042032922:59:59' ], + ], + 2042 => + [ + [ [2042,3,30,1,0,0],[2042,3,30,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2042,10,26,0,59,59],[2042,10,25,23,59,59], + '2042033001:00:00','2042033000:00:00','2042102600:59:59','2042102523:59:59' ], + [ [2042,10,26,1,0,0],[2042,10,25,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2043,3,29,0,59,59],[2043,3,28,22,59,59], + '2042102601:00:00','2042102523:00:00','2043032900:59:59','2043032822:59:59' ], + ], + 2043 => + [ + [ [2043,3,29,1,0,0],[2043,3,29,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2043,10,25,0,59,59],[2043,10,24,23,59,59], + '2043032901:00:00','2043032900:00:00','2043102500:59:59','2043102423:59:59' ], + [ [2043,10,25,1,0,0],[2043,10,24,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2044,3,27,0,59,59],[2044,3,26,22,59,59], + '2043102501:00:00','2043102423:00:00','2044032700:59:59','2044032622:59:59' ], + ], + 2044 => + [ + [ [2044,3,27,1,0,0],[2044,3,27,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2044,10,30,0,59,59],[2044,10,29,23,59,59], + '2044032701:00:00','2044032700:00:00','2044103000:59:59','2044102923:59:59' ], + [ [2044,10,30,1,0,0],[2044,10,29,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2045,3,26,0,59,59],[2045,3,25,22,59,59], + '2044103001:00:00','2044102923:00:00','2045032600:59:59','2045032522:59:59' ], + ], + 2045 => + [ + [ [2045,3,26,1,0,0],[2045,3,26,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2045,10,29,0,59,59],[2045,10,28,23,59,59], + '2045032601:00:00','2045032600:00:00','2045102900:59:59','2045102823:59:59' ], + [ [2045,10,29,1,0,0],[2045,10,28,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2046,3,25,0,59,59],[2046,3,24,22,59,59], + '2045102901:00:00','2045102823:00:00','2046032500:59:59','2046032422:59:59' ], + ], + 2046 => + [ + [ [2046,3,25,1,0,0],[2046,3,25,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2046,10,28,0,59,59],[2046,10,27,23,59,59], + '2046032501:00:00','2046032500:00:00','2046102800:59:59','2046102723:59:59' ], + [ [2046,10,28,1,0,0],[2046,10,27,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2047,3,31,0,59,59],[2047,3,30,22,59,59], + '2046102801:00:00','2046102723:00:00','2047033100:59:59','2047033022:59:59' ], + ], + 2047 => + [ + [ [2047,3,31,1,0,0],[2047,3,31,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2047,10,27,0,59,59],[2047,10,26,23,59,59], + '2047033101:00:00','2047033100:00:00','2047102700:59:59','2047102623:59:59' ], + [ [2047,10,27,1,0,0],[2047,10,26,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2048,3,29,0,59,59],[2048,3,28,22,59,59], + '2047102701:00:00','2047102623:00:00','2048032900:59:59','2048032822:59:59' ], + ], + 2048 => + [ + [ [2048,3,29,1,0,0],[2048,3,29,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2048,10,25,0,59,59],[2048,10,24,23,59,59], + '2048032901:00:00','2048032900:00:00','2048102500:59:59','2048102423:59:59' ], + [ [2048,10,25,1,0,0],[2048,10,24,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2049,3,28,0,59,59],[2049,3,27,22,59,59], + '2048102501:00:00','2048102423:00:00','2049032800:59:59','2049032722:59:59' ], + ], + 2049 => + [ + [ [2049,3,28,1,0,0],[2049,3,28,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2049,10,31,0,59,59],[2049,10,30,23,59,59], + '2049032801:00:00','2049032800:00:00','2049103100:59:59','2049103023:59:59' ], + [ [2049,10,31,1,0,0],[2049,10,30,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2050,3,27,0,59,59],[2050,3,26,22,59,59], + '2049103101:00:00','2049103023:00:00','2050032700:59:59','2050032622:59:59' ], + ], + 2050 => + [ + [ [2050,3,27,1,0,0],[2050,3,27,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2050,10,30,0,59,59],[2050,10,29,23,59,59], + '2050032701:00:00','2050032700:00:00','2050103000:59:59','2050102923:59:59' ], + [ [2050,10,30,1,0,0],[2050,10,29,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2051,3,26,0,59,59],[2051,3,25,22,59,59], + '2050103001:00:00','2050102923:00:00','2051032600:59:59','2051032522:59:59' ], + ], + 2051 => + [ + [ [2051,3,26,1,0,0],[2051,3,26,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2051,10,29,0,59,59],[2051,10,28,23,59,59], + '2051032601:00:00','2051032600:00:00','2051102900:59:59','2051102823:59:59' ], + [ [2051,10,29,1,0,0],[2051,10,28,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2052,3,31,0,59,59],[2052,3,30,22,59,59], + '2051102901:00:00','2051102823:00:00','2052033100:59:59','2052033022:59:59' ], + ], + 2052 => + [ + [ [2052,3,31,1,0,0],[2052,3,31,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2052,10,27,0,59,59],[2052,10,26,23,59,59], + '2052033101:00:00','2052033100:00:00','2052102700:59:59','2052102623:59:59' ], + [ [2052,10,27,1,0,0],[2052,10,26,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2053,3,30,0,59,59],[2053,3,29,22,59,59], + '2052102701:00:00','2052102623:00:00','2053033000:59:59','2053032922:59:59' ], + ], + 2053 => + [ + [ [2053,3,30,1,0,0],[2053,3,30,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2053,10,26,0,59,59],[2053,10,25,23,59,59], + '2053033001:00:00','2053033000:00:00','2053102600:59:59','2053102523:59:59' ], + [ [2053,10,26,1,0,0],[2053,10,25,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2054,3,29,0,59,59],[2054,3,28,22,59,59], + '2053102601:00:00','2053102523:00:00','2054032900:59:59','2054032822:59:59' ], + ], + 2054 => + [ + [ [2054,3,29,1,0,0],[2054,3,29,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2054,10,25,0,59,59],[2054,10,24,23,59,59], + '2054032901:00:00','2054032900:00:00','2054102500:59:59','2054102423:59:59' ], + [ [2054,10,25,1,0,0],[2054,10,24,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2055,3,28,0,59,59],[2055,3,27,22,59,59], + '2054102501:00:00','2054102423:00:00','2055032800:59:59','2055032722:59:59' ], + ], + 2055 => + [ + [ [2055,3,28,1,0,0],[2055,3,28,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2055,10,31,0,59,59],[2055,10,30,23,59,59], + '2055032801:00:00','2055032800:00:00','2055103100:59:59','2055103023:59:59' ], + [ [2055,10,31,1,0,0],[2055,10,30,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2056,3,26,0,59,59],[2056,3,25,22,59,59], + '2055103101:00:00','2055103023:00:00','2056032600:59:59','2056032522:59:59' ], + ], + 2056 => + [ + [ [2056,3,26,1,0,0],[2056,3,26,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2056,10,29,0,59,59],[2056,10,28,23,59,59], + '2056032601:00:00','2056032600:00:00','2056102900:59:59','2056102823:59:59' ], + [ [2056,10,29,1,0,0],[2056,10,28,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2057,3,25,0,59,59],[2057,3,24,22,59,59], + '2056102901:00:00','2056102823:00:00','2057032500:59:59','2057032422:59:59' ], + ], + 2057 => + [ + [ [2057,3,25,1,0,0],[2057,3,25,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2057,10,28,0,59,59],[2057,10,27,23,59,59], + '2057032501:00:00','2057032500:00:00','2057102800:59:59','2057102723:59:59' ], + [ [2057,10,28,1,0,0],[2057,10,27,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2058,3,31,0,59,59],[2058,3,30,22,59,59], + '2057102801:00:00','2057102723:00:00','2058033100:59:59','2058033022:59:59' ], + ], + 2058 => + [ + [ [2058,3,31,1,0,0],[2058,3,31,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2058,10,27,0,59,59],[2058,10,26,23,59,59], + '2058033101:00:00','2058033100:00:00','2058102700:59:59','2058102623:59:59' ], + [ [2058,10,27,1,0,0],[2058,10,26,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2059,3,30,0,59,59],[2059,3,29,22,59,59], + '2058102701:00:00','2058102623:00:00','2059033000:59:59','2059032922:59:59' ], + ], + 2059 => + [ + [ [2059,3,30,1,0,0],[2059,3,30,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2059,10,26,0,59,59],[2059,10,25,23,59,59], + '2059033001:00:00','2059033000:00:00','2059102600:59:59','2059102523:59:59' ], + [ [2059,10,26,1,0,0],[2059,10,25,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2060,3,28,0,59,59],[2060,3,27,22,59,59], + '2059102601:00:00','2059102523:00:00','2060032800:59:59','2060032722:59:59' ], + ], + 2060 => + [ + [ [2060,3,28,1,0,0],[2060,3,28,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2060,10,31,0,59,59],[2060,10,30,23,59,59], + '2060032801:00:00','2060032800:00:00','2060103100:59:59','2060103023:59:59' ], + [ [2060,10,31,1,0,0],[2060,10,30,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2061,3,27,0,59,59],[2061,3,26,22,59,59], + '2060103101:00:00','2060103023:00:00','2061032700:59:59','2061032622:59:59' ], + ], + 2061 => + [ + [ [2061,3,27,1,0,0],[2061,3,27,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2061,10,30,0,59,59],[2061,10,29,23,59,59], + '2061032701:00:00','2061032700:00:00','2061103000:59:59','2061102923:59:59' ], + [ [2061,10,30,1,0,0],[2061,10,29,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2062,3,26,0,59,59],[2062,3,25,22,59,59], + '2061103001:00:00','2061102923:00:00','2062032600:59:59','2062032522:59:59' ], + ], + 2062 => + [ + [ [2062,3,26,1,0,0],[2062,3,26,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2062,10,29,0,59,59],[2062,10,28,23,59,59], + '2062032601:00:00','2062032600:00:00','2062102900:59:59','2062102823:59:59' ], + [ [2062,10,29,1,0,0],[2062,10,28,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2063,3,25,0,59,59],[2063,3,24,22,59,59], + '2062102901:00:00','2062102823:00:00','2063032500:59:59','2063032422:59:59' ], + ], + 2063 => + [ + [ [2063,3,25,1,0,0],[2063,3,25,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2063,10,28,0,59,59],[2063,10,27,23,59,59], + '2063032501:00:00','2063032500:00:00','2063102800:59:59','2063102723:59:59' ], + [ [2063,10,28,1,0,0],[2063,10,27,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2064,3,30,0,59,59],[2064,3,29,22,59,59], + '2063102801:00:00','2063102723:00:00','2064033000:59:59','2064032922:59:59' ], + ], + 2064 => + [ + [ [2064,3,30,1,0,0],[2064,3,30,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2064,10,26,0,59,59],[2064,10,25,23,59,59], + '2064033001:00:00','2064033000:00:00','2064102600:59:59','2064102523:59:59' ], + [ [2064,10,26,1,0,0],[2064,10,25,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2065,3,29,0,59,59],[2065,3,28,22,59,59], + '2064102601:00:00','2064102523:00:00','2065032900:59:59','2065032822:59:59' ], + ], + 2065 => + [ + [ [2065,3,29,1,0,0],[2065,3,29,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2065,10,25,0,59,59],[2065,10,24,23,59,59], + '2065032901:00:00','2065032900:00:00','2065102500:59:59','2065102423:59:59' ], + [ [2065,10,25,1,0,0],[2065,10,24,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2066,3,28,0,59,59],[2066,3,27,22,59,59], + '2065102501:00:00','2065102423:00:00','2066032800:59:59','2066032722:59:59' ], + ], + 2066 => + [ + [ [2066,3,28,1,0,0],[2066,3,28,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2066,10,31,0,59,59],[2066,10,30,23,59,59], + '2066032801:00:00','2066032800:00:00','2066103100:59:59','2066103023:59:59' ], + [ [2066,10,31,1,0,0],[2066,10,30,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2067,3,27,0,59,59],[2067,3,26,22,59,59], + '2066103101:00:00','2066103023:00:00','2067032700:59:59','2067032622:59:59' ], + ], + 2067 => + [ + [ [2067,3,27,1,0,0],[2067,3,27,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2067,10,30,0,59,59],[2067,10,29,23,59,59], + '2067032701:00:00','2067032700:00:00','2067103000:59:59','2067102923:59:59' ], + [ [2067,10,30,1,0,0],[2067,10,29,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2068,3,25,0,59,59],[2068,3,24,22,59,59], + '2067103001:00:00','2067102923:00:00','2068032500:59:59','2068032422:59:59' ], + ], + 2068 => + [ + [ [2068,3,25,1,0,0],[2068,3,25,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2068,10,28,0,59,59],[2068,10,27,23,59,59], + '2068032501:00:00','2068032500:00:00','2068102800:59:59','2068102723:59:59' ], + [ [2068,10,28,1,0,0],[2068,10,27,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2069,3,31,0,59,59],[2069,3,30,22,59,59], + '2068102801:00:00','2068102723:00:00','2069033100:59:59','2069033022:59:59' ], + ], + 2069 => + [ + [ [2069,3,31,1,0,0],[2069,3,31,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2069,10,27,0,59,59],[2069,10,26,23,59,59], + '2069033101:00:00','2069033100:00:00','2069102700:59:59','2069102623:59:59' ], + [ [2069,10,27,1,0,0],[2069,10,26,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2070,3,30,0,59,59],[2070,3,29,22,59,59], + '2069102701:00:00','2069102623:00:00','2070033000:59:59','2070032922:59:59' ], + ], + 2070 => + [ + [ [2070,3,30,1,0,0],[2070,3,30,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2070,10,26,0,59,59],[2070,10,25,23,59,59], + '2070033001:00:00','2070033000:00:00','2070102600:59:59','2070102523:59:59' ], + [ [2070,10,26,1,0,0],[2070,10,25,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2071,3,29,0,59,59],[2071,3,28,22,59,59], + '2070102601:00:00','2070102523:00:00','2071032900:59:59','2071032822:59:59' ], + ], + 2071 => + [ + [ [2071,3,29,1,0,0],[2071,3,29,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2071,10,25,0,59,59],[2071,10,24,23,59,59], + '2071032901:00:00','2071032900:00:00','2071102500:59:59','2071102423:59:59' ], + [ [2071,10,25,1,0,0],[2071,10,24,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2072,3,27,0,59,59],[2072,3,26,22,59,59], + '2071102501:00:00','2071102423:00:00','2072032700:59:59','2072032622:59:59' ], + ], + 2072 => + [ + [ [2072,3,27,1,0,0],[2072,3,27,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2072,10,30,0,59,59],[2072,10,29,23,59,59], + '2072032701:00:00','2072032700:00:00','2072103000:59:59','2072102923:59:59' ], + [ [2072,10,30,1,0,0],[2072,10,29,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2073,3,26,0,59,59],[2073,3,25,22,59,59], + '2072103001:00:00','2072102923:00:00','2073032600:59:59','2073032522:59:59' ], + ], + 2073 => + [ + [ [2073,3,26,1,0,0],[2073,3,26,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2073,10,29,0,59,59],[2073,10,28,23,59,59], + '2073032601:00:00','2073032600:00:00','2073102900:59:59','2073102823:59:59' ], + [ [2073,10,29,1,0,0],[2073,10,28,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2074,3,25,0,59,59],[2074,3,24,22,59,59], + '2073102901:00:00','2073102823:00:00','2074032500:59:59','2074032422:59:59' ], + ], + 2074 => + [ + [ [2074,3,25,1,0,0],[2074,3,25,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2074,10,28,0,59,59],[2074,10,27,23,59,59], + '2074032501:00:00','2074032500:00:00','2074102800:59:59','2074102723:59:59' ], + [ [2074,10,28,1,0,0],[2074,10,27,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2075,3,31,0,59,59],[2075,3,30,22,59,59], + '2074102801:00:00','2074102723:00:00','2075033100:59:59','2075033022:59:59' ], + ], + 2075 => + [ + [ [2075,3,31,1,0,0],[2075,3,31,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2075,10,27,0,59,59],[2075,10,26,23,59,59], + '2075033101:00:00','2075033100:00:00','2075102700:59:59','2075102623:59:59' ], + [ [2075,10,27,1,0,0],[2075,10,26,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2076,3,29,0,59,59],[2076,3,28,22,59,59], + '2075102701:00:00','2075102623:00:00','2076032900:59:59','2076032822:59:59' ], + ], + 2076 => + [ + [ [2076,3,29,1,0,0],[2076,3,29,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2076,10,25,0,59,59],[2076,10,24,23,59,59], + '2076032901:00:00','2076032900:00:00','2076102500:59:59','2076102423:59:59' ], + [ [2076,10,25,1,0,0],[2076,10,24,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2077,3,28,0,59,59],[2077,3,27,22,59,59], + '2076102501:00:00','2076102423:00:00','2077032800:59:59','2077032722:59:59' ], + ], + 2077 => + [ + [ [2077,3,28,1,0,0],[2077,3,28,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2077,10,31,0,59,59],[2077,10,30,23,59,59], + '2077032801:00:00','2077032800:00:00','2077103100:59:59','2077103023:59:59' ], + [ [2077,10,31,1,0,0],[2077,10,30,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2078,3,27,0,59,59],[2078,3,26,22,59,59], + '2077103101:00:00','2077103023:00:00','2078032700:59:59','2078032622:59:59' ], + ], + 2078 => + [ + [ [2078,3,27,1,0,0],[2078,3,27,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2078,10,30,0,59,59],[2078,10,29,23,59,59], + '2078032701:00:00','2078032700:00:00','2078103000:59:59','2078102923:59:59' ], + [ [2078,10,30,1,0,0],[2078,10,29,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2079,3,26,0,59,59],[2079,3,25,22,59,59], + '2078103001:00:00','2078102923:00:00','2079032600:59:59','2079032522:59:59' ], + ], + 2079 => + [ + [ [2079,3,26,1,0,0],[2079,3,26,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2079,10,29,0,59,59],[2079,10,28,23,59,59], + '2079032601:00:00','2079032600:00:00','2079102900:59:59','2079102823:59:59' ], + [ [2079,10,29,1,0,0],[2079,10,28,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2080,3,31,0,59,59],[2080,3,30,22,59,59], + '2079102901:00:00','2079102823:00:00','2080033100:59:59','2080033022:59:59' ], + ], + 2080 => + [ + [ [2080,3,31,1,0,0],[2080,3,31,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2080,10,27,0,59,59],[2080,10,26,23,59,59], + '2080033101:00:00','2080033100:00:00','2080102700:59:59','2080102623:59:59' ], + [ [2080,10,27,1,0,0],[2080,10,26,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2081,3,30,0,59,59],[2081,3,29,22,59,59], + '2080102701:00:00','2080102623:00:00','2081033000:59:59','2081032922:59:59' ], + ], + 2081 => + [ + [ [2081,3,30,1,0,0],[2081,3,30,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2081,10,26,0,59,59],[2081,10,25,23,59,59], + '2081033001:00:00','2081033000:00:00','2081102600:59:59','2081102523:59:59' ], + [ [2081,10,26,1,0,0],[2081,10,25,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2082,3,29,0,59,59],[2082,3,28,22,59,59], + '2081102601:00:00','2081102523:00:00','2082032900:59:59','2082032822:59:59' ], + ], + 2082 => + [ + [ [2082,3,29,1,0,0],[2082,3,29,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2082,10,25,0,59,59],[2082,10,24,23,59,59], + '2082032901:00:00','2082032900:00:00','2082102500:59:59','2082102423:59:59' ], + [ [2082,10,25,1,0,0],[2082,10,24,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2083,3,28,0,59,59],[2083,3,27,22,59,59], + '2082102501:00:00','2082102423:00:00','2083032800:59:59','2083032722:59:59' ], + ], + 2083 => + [ + [ [2083,3,28,1,0,0],[2083,3,28,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2083,10,31,0,59,59],[2083,10,30,23,59,59], + '2083032801:00:00','2083032800:00:00','2083103100:59:59','2083103023:59:59' ], + [ [2083,10,31,1,0,0],[2083,10,30,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2084,3,26,0,59,59],[2084,3,25,22,59,59], + '2083103101:00:00','2083103023:00:00','2084032600:59:59','2084032522:59:59' ], + ], + 2084 => + [ + [ [2084,3,26,1,0,0],[2084,3,26,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2084,10,29,0,59,59],[2084,10,28,23,59,59], + '2084032601:00:00','2084032600:00:00','2084102900:59:59','2084102823:59:59' ], + [ [2084,10,29,1,0,0],[2084,10,28,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2085,3,25,0,59,59],[2085,3,24,22,59,59], + '2084102901:00:00','2084102823:00:00','2085032500:59:59','2085032422:59:59' ], + ], + 2085 => + [ + [ [2085,3,25,1,0,0],[2085,3,25,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2085,10,28,0,59,59],[2085,10,27,23,59,59], + '2085032501:00:00','2085032500:00:00','2085102800:59:59','2085102723:59:59' ], + [ [2085,10,28,1,0,0],[2085,10,27,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2086,3,31,0,59,59],[2086,3,30,22,59,59], + '2085102801:00:00','2085102723:00:00','2086033100:59:59','2086033022:59:59' ], + ], + 2086 => + [ + [ [2086,3,31,1,0,0],[2086,3,31,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2086,10,27,0,59,59],[2086,10,26,23,59,59], + '2086033101:00:00','2086033100:00:00','2086102700:59:59','2086102623:59:59' ], + [ [2086,10,27,1,0,0],[2086,10,26,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2087,3,30,0,59,59],[2087,3,29,22,59,59], + '2086102701:00:00','2086102623:00:00','2087033000:59:59','2087032922:59:59' ], + ], + 2087 => + [ + [ [2087,3,30,1,0,0],[2087,3,30,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2087,10,26,0,59,59],[2087,10,25,23,59,59], + '2087033001:00:00','2087033000:00:00','2087102600:59:59','2087102523:59:59' ], + [ [2087,10,26,1,0,0],[2087,10,25,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2088,3,28,0,59,59],[2088,3,27,22,59,59], + '2087102601:00:00','2087102523:00:00','2088032800:59:59','2088032722:59:59' ], + ], + 2088 => + [ + [ [2088,3,28,1,0,0],[2088,3,28,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2088,10,31,0,59,59],[2088,10,30,23,59,59], + '2088032801:00:00','2088032800:00:00','2088103100:59:59','2088103023:59:59' ], + [ [2088,10,31,1,0,0],[2088,10,30,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2089,3,27,0,59,59],[2089,3,26,22,59,59], + '2088103101:00:00','2088103023:00:00','2089032700:59:59','2089032622:59:59' ], + ], + 2089 => + [ + [ [2089,3,27,1,0,0],[2089,3,27,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2089,10,30,0,59,59],[2089,10,29,23,59,59], + '2089032701:00:00','2089032700:00:00','2089103000:59:59','2089102923:59:59' ], + [ [2089,10,30,1,0,0],[2089,10,29,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2090,3,26,0,59,59],[2090,3,25,22,59,59], + '2089103001:00:00','2089102923:00:00','2090032600:59:59','2090032522:59:59' ], + ], + 2090 => + [ + [ [2090,3,26,1,0,0],[2090,3,26,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2090,10,29,0,59,59],[2090,10,28,23,59,59], + '2090032601:00:00','2090032600:00:00','2090102900:59:59','2090102823:59:59' ], + [ [2090,10,29,1,0,0],[2090,10,28,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2091,3,25,0,59,59],[2091,3,24,22,59,59], + '2090102901:00:00','2090102823:00:00','2091032500:59:59','2091032422:59:59' ], + ], + 2091 => + [ + [ [2091,3,25,1,0,0],[2091,3,25,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2091,10,28,0,59,59],[2091,10,27,23,59,59], + '2091032501:00:00','2091032500:00:00','2091102800:59:59','2091102723:59:59' ], + [ [2091,10,28,1,0,0],[2091,10,27,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2092,3,30,0,59,59],[2092,3,29,22,59,59], + '2091102801:00:00','2091102723:00:00','2092033000:59:59','2092032922:59:59' ], + ], + 2092 => + [ + [ [2092,3,30,1,0,0],[2092,3,30,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2092,10,26,0,59,59],[2092,10,25,23,59,59], + '2092033001:00:00','2092033000:00:00','2092102600:59:59','2092102523:59:59' ], + [ [2092,10,26,1,0,0],[2092,10,25,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2093,3,29,0,59,59],[2093,3,28,22,59,59], + '2092102601:00:00','2092102523:00:00','2093032900:59:59','2093032822:59:59' ], + ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,0,0,0],'-01:00:00',[-1,0,0], + '-01',1,[2093,10,25,0,59,59],[2093,10,24,23,59,59], + '2093032901:00:00','2093032900:00:00','2093102500:59:59','2093102423:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,24,23,0,0],'-02:00:00',[-2,0,0], + '-02',0,[2094,3,28,0,59,59],[2094,3,27,22,59,59], + '2093102501:00:00','2093102423:00:00','2094032800:59:59','2094032722:59:59' ], ], ); %LastRule = ( + 'zone' => { + 'dstoff' => '-01:00:00', + 'stdoff' => '-02:00:00', + }, + 'rules' => { + '03' => { + 'flag' => 'last', + 'dow' => '7', + 'num' => '0', + 'type' => 'u', + 'time' => '01:00:00', + 'isdst' => '1', + 'abb' => '-01', + }, + '10' => { + 'flag' => 'last', + 'dow' => '7', + 'num' => '0', + 'type' => 'u', + 'time' => '01:00:00', + 'isdst' => '0', + 'abb' => '-02', + }, + }, ); 1; diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amojin00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amojin00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amojin00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amojin00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -941,6 +941,15 @@ 'CST',0,[2093,3,8,7,59,59],[2093,3,8,1,59,59], '2092110207:00:00','2092110201:00:00','2093030807:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,8,0,0],[2093,3,8,3,0,0],'-05:00:00',[-5,0,0], + 'CDT',1,[2093,11,1,6,59,59],[2093,11,1,1,59,59], + '2093030808:00:00','2093030803:00:00','2093110106:59:59','2093110101:59:59' ], + [ [2093,11,1,7,0,0],[2093,11,1,1,0,0],'-06:00:00',[-6,0,0], + 'CST',0,[2094,3,14,7,59,59],[2094,3,14,1,59,59], + '2093110107:00:00','2093110101:00:00','2094031407:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ampana00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ampana00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ampana00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ampana00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ampara00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ampara00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ampara00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ampara00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ampete00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ampete00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ampete00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ampete00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1058,6 +1058,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amphoe00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amphoe00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amphoe00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amphoe00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amport00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amport00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amport00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amport00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -920,6 +920,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amport01.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amport01.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amport01.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amport01.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ampuer00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ampuer00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ampuer00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ampuer00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ampunt00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ampunt00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ampunt00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ampunt00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amrank00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amrank00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amrank00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amrank00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1130,6 +1130,15 @@ 'CST',0,[2093,3,8,7,59,59],[2093,3,8,1,59,59], '2092110207:00:00','2092110201:00:00','2093030807:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,8,0,0],[2093,3,8,3,0,0],'-05:00:00',[-5,0,0], + 'CDT',1,[2093,11,1,6,59,59],[2093,11,1,1,59,59], + '2093030808:00:00','2093030803:00:00','2093110106:59:59','2093110101:59:59' ], + [ [2093,11,1,7,0,0],[2093,11,1,1,0,0],'-06:00:00',[-6,0,0], + 'CST',0,[2094,3,14,7,59,59],[2094,3,14,1,59,59], + '2093110107:00:00','2093110101:00:00','2094031407:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amreci00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amreci00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amreci00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amreci00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amregi00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amregi00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amregi00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amregi00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amreso00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amreso00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amreso00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amreso00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1130,6 +1130,15 @@ 'CST',0,[2093,3,8,7,59,59],[2093,3,8,1,59,59], '2092110207:00:00','2092110201:00:00','2093030807:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,8,0,0],[2093,3,8,3,0,0],'-05:00:00',[-5,0,0], + 'CDT',1,[2093,11,1,6,59,59],[2093,11,1,1,59,59], + '2093030808:00:00','2093030803:00:00','2093110106:59:59','2093110101:59:59' ], + [ [2093,11,1,7,0,0],[2093,11,1,1,0,0],'-06:00:00',[-6,0,0], + 'CST',0,[2094,3,14,7,59,59],[2094,3,14,1,59,59], + '2093110107:00:00','2093110101:00:00','2094031407:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amrio_00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amrio_00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amrio_00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amrio_00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amrio_01.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amrio_01.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amrio_01.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amrio_01.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsalt00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsalt00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsalt00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsalt00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsan_00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsan_00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsan_00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsan_00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsan_01.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsan_01.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsan_01.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsan_01.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsant00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsant00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsant00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsant00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsant01.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsant01.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsant01.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsant01.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1256,6 +1256,15 @@ '-03',1,[2093,4,5,2,59,59],[2093,4,4,23,59,59], '2092090704:00:00','2092090701:00:00','2093040502:59:59','2093040423:59:59' ], ], + 2093 => + [ + [ [2093,4,5,3,0,0],[2093,4,4,23,0,0],'-04:00:00',[-4,0,0], + '-04',0,[2093,9,6,3,59,59],[2093,9,5,23,59,59], + '2093040503:00:00','2093040423:00:00','2093090603:59:59','2093090523:59:59' ], + [ [2093,9,6,4,0,0],[2093,9,6,1,0,0],'-03:00:00',[-3,0,0], + '-03',1,[2094,4,4,2,59,59],[2094,4,3,23,59,59], + '2093090604:00:00','2093090601:00:00','2094040402:59:59','2094040323:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsant02.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsant02.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsant02.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsant02.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsao_00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsao_00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsao_00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsao_00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amscor00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amscor00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amscor00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amscor00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1058,6 +1058,15 @@ '-01',0,[2093,3,29,0,59,59],[2093,3,28,23,59,59], '2092102601:00:00','2092102600:00:00','2093032900:59:59','2093032823:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,1,0,0],'+00:00:00',[0,0,0], + '+00',1,[2093,10,25,0,59,59],[2093,10,25,0,59,59], + '2093032901:00:00','2093032901:00:00','2093102500:59:59','2093102500:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,0,0,0],'-01:00:00',[-1,0,0], + '-01',0,[2094,3,28,0,59,59],[2094,3,27,23,59,59], + '2093102501:00:00','2093102500:00:00','2094032800:59:59','2094032723:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsitk00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsitk00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amsitk00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amsitk00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1181,6 +1181,15 @@ 'AKST',0,[2093,3,8,10,59,59],[2093,3,8,1,59,59], '2092110210:00:00','2092110201:00:00','2093030810:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,11,0,0],[2093,3,8,3,0,0],'-08:00:00',[-8,0,0], + 'AKDT',1,[2093,11,1,9,59,59],[2093,11,1,1,59,59], + '2093030811:00:00','2093030803:00:00','2093110109:59:59','2093110101:59:59' ], + [ [2093,11,1,10,0,0],[2093,11,1,1,0,0],'-09:00:00',[-9,0,0], + 'AKST',0,[2094,3,14,10,59,59],[2094,3,14,1,59,59], + '2093110110:00:00','2093110101:00:00','2094031410:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amst_j00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amst_j00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amst_j00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amst_j00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1607,6 +1607,15 @@ 'NST',0,[2093,3,8,5,29,59],[2093,3,8,1,59,59], '2092110204:30:00','2092110201:00:00','2093030805:29:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,5,30,0],[2093,3,8,3,0,0],'-02:30:00',[-2,-30,0], + 'NDT',1,[2093,11,1,4,29,59],[2093,11,1,1,59,59], + '2093030805:30:00','2093030803:00:00','2093110104:29:59','2093110101:59:59' ], + [ [2093,11,1,4,30,0],[2093,11,1,1,0,0],'-03:30:00',[-3,-30,0], + 'NST',0,[2094,3,14,5,29,59],[2094,3,14,1,59,59], + '2093110104:30:00','2093110101:00:00','2094031405:29:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amswif00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amswif00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amswif00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amswif00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amtegu00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amtegu00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amtegu00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amtegu00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amtell00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amtell00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amtell00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amtell00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -977,6 +977,15 @@ 'CST',0,[2093,3,8,7,59,59],[2093,3,8,1,59,59], '2092110207:00:00','2092110201:00:00','2093030807:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,8,0,0],[2093,3,8,3,0,0],'-05:00:00',[-5,0,0], + 'CDT',1,[2093,11,1,6,59,59],[2093,11,1,1,59,59], + '2093030808:00:00','2093030803:00:00','2093110106:59:59','2093110101:59:59' ], + [ [2093,11,1,7,0,0],[2093,11,1,1,0,0],'-06:00:00',[-6,0,0], + 'CST',0,[2094,3,14,7,59,59],[2094,3,14,1,59,59], + '2093110107:00:00','2093110101:00:00','2094031407:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amthul00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amthul00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amthul00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amthul00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -959,6 +959,15 @@ 'AST',0,[2093,3,8,5,59,59],[2093,3,8,1,59,59], '2092110205:00:00','2092110201:00:00','2093030805:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,6,0,0],[2093,3,8,3,0,0],'-03:00:00',[-3,0,0], + 'ADT',1,[2093,11,1,4,59,59],[2093,11,1,1,59,59], + '2093030806:00:00','2093030803:00:00','2093110104:59:59','2093110101:59:59' ], + [ [2093,11,1,5,0,0],[2093,11,1,1,0,0],'-04:00:00',[-4,0,0], + 'AST',0,[2094,3,14,5,59,59],[2094,3,14,1,59,59], + '2093110105:00:00','2093110101:00:00','2094031405:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amtiju00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amtiju00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amtiju00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amtiju00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1211,6 +1211,15 @@ 'PST',0,[2093,3,8,9,59,59],[2093,3,8,1,59,59], '2092110209:00:00','2092110201:00:00','2093030809:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,10,0,0],[2093,3,8,3,0,0],'-07:00:00',[-7,0,0], + 'PDT',1,[2093,11,1,8,59,59],[2093,11,1,1,59,59], + '2093030810:00:00','2093030803:00:00','2093110108:59:59','2093110101:59:59' ], + [ [2093,11,1,9,0,0],[2093,11,1,1,0,0],'-08:00:00',[-8,0,0], + 'PST',0,[2094,3,14,9,59,59],[2094,3,14,1,59,59], + '2093110109:00:00','2093110101:00:00','2094031409:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amtoro00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amtoro00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amtoro00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amtoro00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1583,6 +1583,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amtucu00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amtucu00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amtucu00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amtucu00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amushu00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amushu00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amushu00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amushu00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amvanc00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amvanc00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amvanc00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amvanc00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1388,6 +1388,15 @@ 'PST',0,[2093,3,8,9,59,59],[2093,3,8,1,59,59], '2092110209:00:00','2092110201:00:00','2093030809:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,10,0,0],[2093,3,8,3,0,0],'-07:00:00',[-7,0,0], + 'PDT',1,[2093,11,1,8,59,59],[2093,11,1,1,59,59], + '2093030810:00:00','2093030803:00:00','2093110108:59:59','2093110101:59:59' ], + [ [2093,11,1,9,0,0],[2093,11,1,1,0,0],'-08:00:00',[-8,0,0], + 'PST',0,[2094,3,14,9,59,59],[2094,3,14,1,59,59], + '2093110109:00:00','2093110101:00:00','2094031409:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amveva00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amveva00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amveva00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amveva00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -899,6 +899,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amvinc00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amvinc00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amvinc00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amvinc00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -989,6 +989,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amwhit00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amwhit00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amwhit00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amwhit00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amwina00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amwina00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amwina00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amwina00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1016,6 +1016,15 @@ 'EST',0,[2093,3,8,6,59,59],[2093,3,8,1,59,59], '2092110206:00:00','2092110201:00:00','2093030806:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,7,0,0],[2093,3,8,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[2093,11,1,5,59,59],[2093,11,1,1,59,59], + '2093030807:00:00','2093030803:00:00','2093110105:59:59','2093110101:59:59' ], + [ [2093,11,1,6,0,0],[2093,11,1,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[2094,3,14,6,59,59],[2094,3,14,1,59,59], + '2093110106:00:00','2093110101:00:00','2094031406:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amwinn00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amwinn00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amwinn00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amwinn00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1370,6 +1370,15 @@ 'CST',0,[2093,3,8,7,59,59],[2093,3,8,1,59,59], '2092110207:00:00','2092110201:00:00','2093030807:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,8,0,0],[2093,3,8,3,0,0],'-05:00:00',[-5,0,0], + 'CDT',1,[2093,11,1,6,59,59],[2093,11,1,1,59,59], + '2093030808:00:00','2093030803:00:00','2093110106:59:59','2093110101:59:59' ], + [ [2093,11,1,7,0,0],[2093,11,1,1,0,0],'-06:00:00',[-6,0,0], + 'CST',0,[2094,3,14,7,59,59],[2094,3,14,1,59,59], + '2093110107:00:00','2093110101:00:00','2094031407:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amyaku00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amyaku00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amyaku00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amyaku00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1181,6 +1181,15 @@ 'AKST',0,[2093,3,8,10,59,59],[2093,3,8,1,59,59], '2092110210:00:00','2092110201:00:00','2093030810:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,11,0,0],[2093,3,8,3,0,0],'-08:00:00',[-8,0,0], + 'AKDT',1,[2093,11,1,9,59,59],[2093,11,1,1,59,59], + '2093030811:00:00','2093030803:00:00','2093110109:59:59','2093110101:59:59' ], + [ [2093,11,1,10,0,0],[2093,11,1,1,0,0],'-09:00:00',[-9,0,0], + 'AKST',0,[2094,3,14,10,59,59],[2094,3,14,1,59,59], + '2093110110:00:00','2093110101:00:00','2094031410:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/amyell00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/amyell00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/amyell00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/amyell00.pm 1970-01-01 00:00:00.000000000 +0000 @@ -1,1177 +0,0 @@ -package # -Date::Manip::TZ::amyell00; -# Copyright (c) 2008-2023 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: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g - -# 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.91'; -END { undef $VERSION; } - -%Dates = ( - 1 => - [ - [ [1,1,2,0,0,0],[1,1,2,0,0,0],'+00:00:00',[0,0,0], - '-00',0,[1934,12,31,23,59,59],[1934,12,31,23,59,59], - '0001010200:00:00','0001010200:00:00','1934123123:59:59','1934123123:59:59' ], - ], - 1935 => - [ - [ [1935,1,1,0,0,0],[1934,12,31,17,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1942,2,9,8,59,59],[1942,2,9,1,59,59], - '1935010100:00:00','1934123117:00:00','1942020908:59:59','1942020901:59:59' ], - ], - 1942 => - [ - [ [1942,2,9,9,0,0],[1942,2,9,3,0,0],'-06:00:00',[-6,0,0], - 'MWT',1,[1945,8,14,22,59,59],[1945,8,14,16,59,59], - '1942020909:00:00','1942020903:00:00','1945081422:59:59','1945081416:59:59' ], - ], - 1945 => - [ - [ [1945,8,14,23,0,0],[1945,8,14,17,0,0],'-06:00:00',[-6,0,0], - 'MPT',1,[1945,9,30,7,59,59],[1945,9,30,1,59,59], - '1945081423:00:00','1945081417:00:00','1945093007:59:59','1945093001:59:59' ], - [ [1945,9,30,8,0,0],[1945,9,30,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1972,4,30,8,59,59],[1972,4,30,1,59,59], - '1945093008:00:00','1945093001:00:00','1972043008:59:59','1972043001:59:59' ], - ], - 1972 => - [ - [ [1972,4,30,9,0,0],[1972,4,30,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1972,10,29,7,59,59],[1972,10,29,1,59,59], - '1972043009:00:00','1972043003:00:00','1972102907:59:59','1972102901:59:59' ], - [ [1972,10,29,8,0,0],[1972,10,29,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1973,4,29,8,59,59],[1973,4,29,1,59,59], - '1972102908:00:00','1972102901:00:00','1973042908:59:59','1973042901:59:59' ], - ], - 1973 => - [ - [ [1973,4,29,9,0,0],[1973,4,29,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1973,10,28,7,59,59],[1973,10,28,1,59,59], - '1973042909:00:00','1973042903:00:00','1973102807:59:59','1973102801:59:59' ], - [ [1973,10,28,8,0,0],[1973,10,28,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1974,4,28,8,59,59],[1974,4,28,1,59,59], - '1973102808:00:00','1973102801:00:00','1974042808:59:59','1974042801:59:59' ], - ], - 1974 => - [ - [ [1974,4,28,9,0,0],[1974,4,28,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1974,10,27,7,59,59],[1974,10,27,1,59,59], - '1974042809:00:00','1974042803:00:00','1974102707:59:59','1974102701:59:59' ], - [ [1974,10,27,8,0,0],[1974,10,27,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1975,4,27,8,59,59],[1975,4,27,1,59,59], - '1974102708:00:00','1974102701:00:00','1975042708:59:59','1975042701:59:59' ], - ], - 1975 => - [ - [ [1975,4,27,9,0,0],[1975,4,27,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1975,10,26,7,59,59],[1975,10,26,1,59,59], - '1975042709:00:00','1975042703:00:00','1975102607:59:59','1975102601:59:59' ], - [ [1975,10,26,8,0,0],[1975,10,26,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1976,4,25,8,59,59],[1976,4,25,1,59,59], - '1975102608:00:00','1975102601:00:00','1976042508:59:59','1976042501:59:59' ], - ], - 1976 => - [ - [ [1976,4,25,9,0,0],[1976,4,25,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1976,10,31,7,59,59],[1976,10,31,1,59,59], - '1976042509:00:00','1976042503:00:00','1976103107:59:59','1976103101:59:59' ], - [ [1976,10,31,8,0,0],[1976,10,31,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1977,4,24,8,59,59],[1977,4,24,1,59,59], - '1976103108:00:00','1976103101:00:00','1977042408:59:59','1977042401:59:59' ], - ], - 1977 => - [ - [ [1977,4,24,9,0,0],[1977,4,24,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1977,10,30,7,59,59],[1977,10,30,1,59,59], - '1977042409:00:00','1977042403:00:00','1977103007:59:59','1977103001:59:59' ], - [ [1977,10,30,8,0,0],[1977,10,30,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1978,4,30,8,59,59],[1978,4,30,1,59,59], - '1977103008:00:00','1977103001:00:00','1978043008:59:59','1978043001:59:59' ], - ], - 1978 => - [ - [ [1978,4,30,9,0,0],[1978,4,30,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1978,10,29,7,59,59],[1978,10,29,1,59,59], - '1978043009:00:00','1978043003:00:00','1978102907:59:59','1978102901:59:59' ], - [ [1978,10,29,8,0,0],[1978,10,29,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1979,4,29,8,59,59],[1979,4,29,1,59,59], - '1978102908:00:00','1978102901:00:00','1979042908:59:59','1979042901:59:59' ], - ], - 1979 => - [ - [ [1979,4,29,9,0,0],[1979,4,29,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1979,10,28,7,59,59],[1979,10,28,1,59,59], - '1979042909:00:00','1979042903:00:00','1979102807:59:59','1979102801:59:59' ], - [ [1979,10,28,8,0,0],[1979,10,28,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1980,4,27,8,59,59],[1980,4,27,1,59,59], - '1979102808:00:00','1979102801:00:00','1980042708:59:59','1980042701:59:59' ], - ], - 1980 => - [ - [ [1980,4,27,9,0,0],[1980,4,27,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1980,10,26,7,59,59],[1980,10,26,1,59,59], - '1980042709:00:00','1980042703:00:00','1980102607:59:59','1980102601:59:59' ], - [ [1980,10,26,8,0,0],[1980,10,26,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1981,4,26,8,59,59],[1981,4,26,1,59,59], - '1980102608:00:00','1980102601:00:00','1981042608:59:59','1981042601:59:59' ], - ], - 1981 => - [ - [ [1981,4,26,9,0,0],[1981,4,26,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1981,10,25,7,59,59],[1981,10,25,1,59,59], - '1981042609:00:00','1981042603:00:00','1981102507:59:59','1981102501:59:59' ], - [ [1981,10,25,8,0,0],[1981,10,25,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1982,4,25,8,59,59],[1982,4,25,1,59,59], - '1981102508:00:00','1981102501:00:00','1982042508:59:59','1982042501:59:59' ], - ], - 1982 => - [ - [ [1982,4,25,9,0,0],[1982,4,25,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1982,10,31,7,59,59],[1982,10,31,1,59,59], - '1982042509:00:00','1982042503:00:00','1982103107:59:59','1982103101:59:59' ], - [ [1982,10,31,8,0,0],[1982,10,31,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1983,4,24,8,59,59],[1983,4,24,1,59,59], - '1982103108:00:00','1982103101:00:00','1983042408:59:59','1983042401:59:59' ], - ], - 1983 => - [ - [ [1983,4,24,9,0,0],[1983,4,24,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1983,10,30,7,59,59],[1983,10,30,1,59,59], - '1983042409:00:00','1983042403:00:00','1983103007:59:59','1983103001:59:59' ], - [ [1983,10,30,8,0,0],[1983,10,30,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1984,4,29,8,59,59],[1984,4,29,1,59,59], - '1983103008:00:00','1983103001:00:00','1984042908:59:59','1984042901:59:59' ], - ], - 1984 => - [ - [ [1984,4,29,9,0,0],[1984,4,29,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1984,10,28,7,59,59],[1984,10,28,1,59,59], - '1984042909:00:00','1984042903:00:00','1984102807:59:59','1984102801:59:59' ], - [ [1984,10,28,8,0,0],[1984,10,28,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1985,4,28,8,59,59],[1985,4,28,1,59,59], - '1984102808:00:00','1984102801:00:00','1985042808:59:59','1985042801:59:59' ], - ], - 1985 => - [ - [ [1985,4,28,9,0,0],[1985,4,28,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1985,10,27,7,59,59],[1985,10,27,1,59,59], - '1985042809:00:00','1985042803:00:00','1985102707:59:59','1985102701:59:59' ], - [ [1985,10,27,8,0,0],[1985,10,27,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1986,4,27,8,59,59],[1986,4,27,1,59,59], - '1985102708:00:00','1985102701:00:00','1986042708:59:59','1986042701:59:59' ], - ], - 1986 => - [ - [ [1986,4,27,9,0,0],[1986,4,27,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1986,10,26,7,59,59],[1986,10,26,1,59,59], - '1986042709:00:00','1986042703:00:00','1986102607:59:59','1986102601:59:59' ], - [ [1986,10,26,8,0,0],[1986,10,26,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1987,4,5,8,59,59],[1987,4,5,1,59,59], - '1986102608:00:00','1986102601:00:00','1987040508:59:59','1987040501:59:59' ], - ], - 1987 => - [ - [ [1987,4,5,9,0,0],[1987,4,5,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1987,10,25,7,59,59],[1987,10,25,1,59,59], - '1987040509:00:00','1987040503:00:00','1987102507:59:59','1987102501:59:59' ], - [ [1987,10,25,8,0,0],[1987,10,25,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1988,4,3,8,59,59],[1988,4,3,1,59,59], - '1987102508:00:00','1987102501:00:00','1988040308:59:59','1988040301:59:59' ], - ], - 1988 => - [ - [ [1988,4,3,9,0,0],[1988,4,3,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1988,10,30,7,59,59],[1988,10,30,1,59,59], - '1988040309:00:00','1988040303:00:00','1988103007:59:59','1988103001:59:59' ], - [ [1988,10,30,8,0,0],[1988,10,30,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1989,4,2,8,59,59],[1989,4,2,1,59,59], - '1988103008:00:00','1988103001:00:00','1989040208:59:59','1989040201:59:59' ], - ], - 1989 => - [ - [ [1989,4,2,9,0,0],[1989,4,2,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1989,10,29,7,59,59],[1989,10,29,1,59,59], - '1989040209:00:00','1989040203:00:00','1989102907:59:59','1989102901:59:59' ], - [ [1989,10,29,8,0,0],[1989,10,29,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1990,4,1,8,59,59],[1990,4,1,1,59,59], - '1989102908:00:00','1989102901:00:00','1990040108:59:59','1990040101:59:59' ], - ], - 1990 => - [ - [ [1990,4,1,9,0,0],[1990,4,1,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1990,10,28,7,59,59],[1990,10,28,1,59,59], - '1990040109:00:00','1990040103:00:00','1990102807:59:59','1990102801:59:59' ], - [ [1990,10,28,8,0,0],[1990,10,28,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1991,4,7,8,59,59],[1991,4,7,1,59,59], - '1990102808:00:00','1990102801:00:00','1991040708:59:59','1991040701:59:59' ], - ], - 1991 => - [ - [ [1991,4,7,9,0,0],[1991,4,7,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1991,10,27,7,59,59],[1991,10,27,1,59,59], - '1991040709:00:00','1991040703:00:00','1991102707:59:59','1991102701:59:59' ], - [ [1991,10,27,8,0,0],[1991,10,27,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1992,4,5,8,59,59],[1992,4,5,1,59,59], - '1991102708:00:00','1991102701:00:00','1992040508:59:59','1992040501:59:59' ], - ], - 1992 => - [ - [ [1992,4,5,9,0,0],[1992,4,5,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1992,10,25,7,59,59],[1992,10,25,1,59,59], - '1992040509:00:00','1992040503:00:00','1992102507:59:59','1992102501:59:59' ], - [ [1992,10,25,8,0,0],[1992,10,25,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1993,4,4,8,59,59],[1993,4,4,1,59,59], - '1992102508:00:00','1992102501:00:00','1993040408:59:59','1993040401:59:59' ], - ], - 1993 => - [ - [ [1993,4,4,9,0,0],[1993,4,4,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1993,10,31,7,59,59],[1993,10,31,1,59,59], - '1993040409:00:00','1993040403:00:00','1993103107:59:59','1993103101:59:59' ], - [ [1993,10,31,8,0,0],[1993,10,31,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1994,4,3,8,59,59],[1994,4,3,1,59,59], - '1993103108:00:00','1993103101:00:00','1994040308:59:59','1994040301:59:59' ], - ], - 1994 => - [ - [ [1994,4,3,9,0,0],[1994,4,3,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1994,10,30,7,59,59],[1994,10,30,1,59,59], - '1994040309:00:00','1994040303:00:00','1994103007:59:59','1994103001:59:59' ], - [ [1994,10,30,8,0,0],[1994,10,30,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1995,4,2,8,59,59],[1995,4,2,1,59,59], - '1994103008:00:00','1994103001:00:00','1995040208:59:59','1995040201:59:59' ], - ], - 1995 => - [ - [ [1995,4,2,9,0,0],[1995,4,2,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1995,10,29,7,59,59],[1995,10,29,1,59,59], - '1995040209:00:00','1995040203:00:00','1995102907:59:59','1995102901:59:59' ], - [ [1995,10,29,8,0,0],[1995,10,29,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1996,4,7,8,59,59],[1996,4,7,1,59,59], - '1995102908:00:00','1995102901:00:00','1996040708:59:59','1996040701:59:59' ], - ], - 1996 => - [ - [ [1996,4,7,9,0,0],[1996,4,7,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1996,10,27,7,59,59],[1996,10,27,1,59,59], - '1996040709:00:00','1996040703:00:00','1996102707:59:59','1996102701:59:59' ], - [ [1996,10,27,8,0,0],[1996,10,27,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1997,4,6,8,59,59],[1997,4,6,1,59,59], - '1996102708:00:00','1996102701:00:00','1997040608:59:59','1997040601:59:59' ], - ], - 1997 => - [ - [ [1997,4,6,9,0,0],[1997,4,6,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1997,10,26,7,59,59],[1997,10,26,1,59,59], - '1997040609:00:00','1997040603:00:00','1997102607:59:59','1997102601:59:59' ], - [ [1997,10,26,8,0,0],[1997,10,26,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1998,4,5,8,59,59],[1998,4,5,1,59,59], - '1997102608:00:00','1997102601:00:00','1998040508:59:59','1998040501:59:59' ], - ], - 1998 => - [ - [ [1998,4,5,9,0,0],[1998,4,5,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1998,10,25,7,59,59],[1998,10,25,1,59,59], - '1998040509:00:00','1998040503:00:00','1998102507:59:59','1998102501:59:59' ], - [ [1998,10,25,8,0,0],[1998,10,25,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[1999,4,4,8,59,59],[1999,4,4,1,59,59], - '1998102508:00:00','1998102501:00:00','1999040408:59:59','1999040401:59:59' ], - ], - 1999 => - [ - [ [1999,4,4,9,0,0],[1999,4,4,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[1999,10,31,7,59,59],[1999,10,31,1,59,59], - '1999040409:00:00','1999040403:00:00','1999103107:59:59','1999103101:59:59' ], - [ [1999,10,31,8,0,0],[1999,10,31,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2000,4,2,8,59,59],[2000,4,2,1,59,59], - '1999103108:00:00','1999103101:00:00','2000040208:59:59','2000040201:59:59' ], - ], - 2000 => - [ - [ [2000,4,2,9,0,0],[2000,4,2,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2000,10,29,7,59,59],[2000,10,29,1,59,59], - '2000040209:00:00','2000040203:00:00','2000102907:59:59','2000102901:59:59' ], - [ [2000,10,29,8,0,0],[2000,10,29,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2001,4,1,8,59,59],[2001,4,1,1,59,59], - '2000102908:00:00','2000102901:00:00','2001040108:59:59','2001040101:59:59' ], - ], - 2001 => - [ - [ [2001,4,1,9,0,0],[2001,4,1,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2001,10,28,7,59,59],[2001,10,28,1,59,59], - '2001040109:00:00','2001040103:00:00','2001102807:59:59','2001102801:59:59' ], - [ [2001,10,28,8,0,0],[2001,10,28,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2002,4,7,8,59,59],[2002,4,7,1,59,59], - '2001102808:00:00','2001102801:00:00','2002040708:59:59','2002040701:59:59' ], - ], - 2002 => - [ - [ [2002,4,7,9,0,0],[2002,4,7,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2002,10,27,7,59,59],[2002,10,27,1,59,59], - '2002040709:00:00','2002040703:00:00','2002102707:59:59','2002102701:59:59' ], - [ [2002,10,27,8,0,0],[2002,10,27,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2003,4,6,8,59,59],[2003,4,6,1,59,59], - '2002102708:00:00','2002102701:00:00','2003040608:59:59','2003040601:59:59' ], - ], - 2003 => - [ - [ [2003,4,6,9,0,0],[2003,4,6,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2003,10,26,7,59,59],[2003,10,26,1,59,59], - '2003040609:00:00','2003040603:00:00','2003102607:59:59','2003102601:59:59' ], - [ [2003,10,26,8,0,0],[2003,10,26,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2004,4,4,8,59,59],[2004,4,4,1,59,59], - '2003102608:00:00','2003102601:00:00','2004040408:59:59','2004040401:59:59' ], - ], - 2004 => - [ - [ [2004,4,4,9,0,0],[2004,4,4,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2004,10,31,7,59,59],[2004,10,31,1,59,59], - '2004040409:00:00','2004040403:00:00','2004103107:59:59','2004103101:59:59' ], - [ [2004,10,31,8,0,0],[2004,10,31,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2005,4,3,8,59,59],[2005,4,3,1,59,59], - '2004103108:00:00','2004103101:00:00','2005040308:59:59','2005040301:59:59' ], - ], - 2005 => - [ - [ [2005,4,3,9,0,0],[2005,4,3,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2005,10,30,7,59,59],[2005,10,30,1,59,59], - '2005040309:00:00','2005040303:00:00','2005103007:59:59','2005103001:59:59' ], - [ [2005,10,30,8,0,0],[2005,10,30,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2006,4,2,8,59,59],[2006,4,2,1,59,59], - '2005103008:00:00','2005103001:00:00','2006040208:59:59','2006040201:59:59' ], - ], - 2006 => - [ - [ [2006,4,2,9,0,0],[2006,4,2,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2006,10,29,7,59,59],[2006,10,29,1,59,59], - '2006040209:00:00','2006040203:00:00','2006102907:59:59','2006102901:59:59' ], - [ [2006,10,29,8,0,0],[2006,10,29,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2007,3,11,8,59,59],[2007,3,11,1,59,59], - '2006102908:00:00','2006102901:00:00','2007031108:59:59','2007031101:59:59' ], - ], - 2007 => - [ - [ [2007,3,11,9,0,0],[2007,3,11,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2007,11,4,7,59,59],[2007,11,4,1,59,59], - '2007031109:00:00','2007031103:00:00','2007110407:59:59','2007110401:59:59' ], - [ [2007,11,4,8,0,0],[2007,11,4,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2008,3,9,8,59,59],[2008,3,9,1,59,59], - '2007110408:00:00','2007110401:00:00','2008030908:59:59','2008030901:59:59' ], - ], - 2008 => - [ - [ [2008,3,9,9,0,0],[2008,3,9,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2008,11,2,7,59,59],[2008,11,2,1,59,59], - '2008030909:00:00','2008030903:00:00','2008110207:59:59','2008110201:59:59' ], - [ [2008,11,2,8,0,0],[2008,11,2,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2009,3,8,8,59,59],[2009,3,8,1,59,59], - '2008110208:00:00','2008110201:00:00','2009030808:59:59','2009030801:59:59' ], - ], - 2009 => - [ - [ [2009,3,8,9,0,0],[2009,3,8,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2009,11,1,7,59,59],[2009,11,1,1,59,59], - '2009030809:00:00','2009030803:00:00','2009110107:59:59','2009110101:59:59' ], - [ [2009,11,1,8,0,0],[2009,11,1,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2010,3,14,8,59,59],[2010,3,14,1,59,59], - '2009110108:00:00','2009110101:00:00','2010031408:59:59','2010031401:59:59' ], - ], - 2010 => - [ - [ [2010,3,14,9,0,0],[2010,3,14,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2010,11,7,7,59,59],[2010,11,7,1,59,59], - '2010031409:00:00','2010031403:00:00','2010110707:59:59','2010110701:59:59' ], - [ [2010,11,7,8,0,0],[2010,11,7,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2011,3,13,8,59,59],[2011,3,13,1,59,59], - '2010110708:00:00','2010110701:00:00','2011031308:59:59','2011031301:59:59' ], - ], - 2011 => - [ - [ [2011,3,13,9,0,0],[2011,3,13,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2011,11,6,7,59,59],[2011,11,6,1,59,59], - '2011031309:00:00','2011031303:00:00','2011110607:59:59','2011110601:59:59' ], - [ [2011,11,6,8,0,0],[2011,11,6,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2012,3,11,8,59,59],[2012,3,11,1,59,59], - '2011110608:00:00','2011110601:00:00','2012031108:59:59','2012031101:59:59' ], - ], - 2012 => - [ - [ [2012,3,11,9,0,0],[2012,3,11,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2012,11,4,7,59,59],[2012,11,4,1,59,59], - '2012031109:00:00','2012031103:00:00','2012110407:59:59','2012110401:59:59' ], - [ [2012,11,4,8,0,0],[2012,11,4,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2013,3,10,8,59,59],[2013,3,10,1,59,59], - '2012110408:00:00','2012110401:00:00','2013031008:59:59','2013031001:59:59' ], - ], - 2013 => - [ - [ [2013,3,10,9,0,0],[2013,3,10,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2013,11,3,7,59,59],[2013,11,3,1,59,59], - '2013031009:00:00','2013031003:00:00','2013110307:59:59','2013110301:59:59' ], - [ [2013,11,3,8,0,0],[2013,11,3,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2014,3,9,8,59,59],[2014,3,9,1,59,59], - '2013110308:00:00','2013110301:00:00','2014030908:59:59','2014030901:59:59' ], - ], - 2014 => - [ - [ [2014,3,9,9,0,0],[2014,3,9,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2014,11,2,7,59,59],[2014,11,2,1,59,59], - '2014030909:00:00','2014030903:00:00','2014110207:59:59','2014110201:59:59' ], - [ [2014,11,2,8,0,0],[2014,11,2,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2015,3,8,8,59,59],[2015,3,8,1,59,59], - '2014110208:00:00','2014110201:00:00','2015030808:59:59','2015030801:59:59' ], - ], - 2015 => - [ - [ [2015,3,8,9,0,0],[2015,3,8,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2015,11,1,7,59,59],[2015,11,1,1,59,59], - '2015030809:00:00','2015030803:00:00','2015110107:59:59','2015110101:59:59' ], - [ [2015,11,1,8,0,0],[2015,11,1,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2016,3,13,8,59,59],[2016,3,13,1,59,59], - '2015110108:00:00','2015110101:00:00','2016031308:59:59','2016031301:59:59' ], - ], - 2016 => - [ - [ [2016,3,13,9,0,0],[2016,3,13,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2016,11,6,7,59,59],[2016,11,6,1,59,59], - '2016031309:00:00','2016031303:00:00','2016110607:59:59','2016110601:59:59' ], - [ [2016,11,6,8,0,0],[2016,11,6,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2017,3,12,8,59,59],[2017,3,12,1,59,59], - '2016110608:00:00','2016110601:00:00','2017031208:59:59','2017031201:59:59' ], - ], - 2017 => - [ - [ [2017,3,12,9,0,0],[2017,3,12,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2017,11,5,7,59,59],[2017,11,5,1,59,59], - '2017031209:00:00','2017031203:00:00','2017110507:59:59','2017110501:59:59' ], - [ [2017,11,5,8,0,0],[2017,11,5,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2018,3,11,8,59,59],[2018,3,11,1,59,59], - '2017110508:00:00','2017110501:00:00','2018031108:59:59','2018031101:59:59' ], - ], - 2018 => - [ - [ [2018,3,11,9,0,0],[2018,3,11,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2018,11,4,7,59,59],[2018,11,4,1,59,59], - '2018031109:00:00','2018031103:00:00','2018110407:59:59','2018110401:59:59' ], - [ [2018,11,4,8,0,0],[2018,11,4,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2019,3,10,8,59,59],[2019,3,10,1,59,59], - '2018110408:00:00','2018110401:00:00','2019031008:59:59','2019031001:59:59' ], - ], - 2019 => - [ - [ [2019,3,10,9,0,0],[2019,3,10,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2019,11,3,7,59,59],[2019,11,3,1,59,59], - '2019031009:00:00','2019031003:00:00','2019110307:59:59','2019110301:59:59' ], - [ [2019,11,3,8,0,0],[2019,11,3,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2020,3,8,8,59,59],[2020,3,8,1,59,59], - '2019110308:00:00','2019110301:00:00','2020030808:59:59','2020030801:59:59' ], - ], - 2020 => - [ - [ [2020,3,8,9,0,0],[2020,3,8,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2020,11,1,7,59,59],[2020,11,1,1,59,59], - '2020030809:00:00','2020030803:00:00','2020110107:59:59','2020110101:59:59' ], - [ [2020,11,1,8,0,0],[2020,11,1,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2021,3,14,8,59,59],[2021,3,14,1,59,59], - '2020110108:00:00','2020110101:00:00','2021031408:59:59','2021031401:59:59' ], - ], - 2021 => - [ - [ [2021,3,14,9,0,0],[2021,3,14,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2021,11,7,7,59,59],[2021,11,7,1,59,59], - '2021031409:00:00','2021031403:00:00','2021110707:59:59','2021110701:59:59' ], - [ [2021,11,7,8,0,0],[2021,11,7,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2022,3,13,8,59,59],[2022,3,13,1,59,59], - '2021110708:00:00','2021110701:00:00','2022031308:59:59','2022031301:59:59' ], - ], - 2022 => - [ - [ [2022,3,13,9,0,0],[2022,3,13,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2022,11,6,7,59,59],[2022,11,6,1,59,59], - '2022031309:00:00','2022031303:00:00','2022110607:59:59','2022110601:59:59' ], - [ [2022,11,6,8,0,0],[2022,11,6,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2023,3,12,8,59,59],[2023,3,12,1,59,59], - '2022110608:00:00','2022110601:00:00','2023031208:59:59','2023031201:59:59' ], - ], - 2023 => - [ - [ [2023,3,12,9,0,0],[2023,3,12,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2023,11,5,7,59,59],[2023,11,5,1,59,59], - '2023031209:00:00','2023031203:00:00','2023110507:59:59','2023110501:59:59' ], - [ [2023,11,5,8,0,0],[2023,11,5,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2024,3,10,8,59,59],[2024,3,10,1,59,59], - '2023110508:00:00','2023110501:00:00','2024031008:59:59','2024031001:59:59' ], - ], - 2024 => - [ - [ [2024,3,10,9,0,0],[2024,3,10,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2024,11,3,7,59,59],[2024,11,3,1,59,59], - '2024031009:00:00','2024031003:00:00','2024110307:59:59','2024110301:59:59' ], - [ [2024,11,3,8,0,0],[2024,11,3,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2025,3,9,8,59,59],[2025,3,9,1,59,59], - '2024110308:00:00','2024110301:00:00','2025030908:59:59','2025030901:59:59' ], - ], - 2025 => - [ - [ [2025,3,9,9,0,0],[2025,3,9,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2025,11,2,7,59,59],[2025,11,2,1,59,59], - '2025030909:00:00','2025030903:00:00','2025110207:59:59','2025110201:59:59' ], - [ [2025,11,2,8,0,0],[2025,11,2,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2026,3,8,8,59,59],[2026,3,8,1,59,59], - '2025110208:00:00','2025110201:00:00','2026030808:59:59','2026030801:59:59' ], - ], - 2026 => - [ - [ [2026,3,8,9,0,0],[2026,3,8,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2026,11,1,7,59,59],[2026,11,1,1,59,59], - '2026030809:00:00','2026030803:00:00','2026110107:59:59','2026110101:59:59' ], - [ [2026,11,1,8,0,0],[2026,11,1,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2027,3,14,8,59,59],[2027,3,14,1,59,59], - '2026110108:00:00','2026110101:00:00','2027031408:59:59','2027031401:59:59' ], - ], - 2027 => - [ - [ [2027,3,14,9,0,0],[2027,3,14,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2027,11,7,7,59,59],[2027,11,7,1,59,59], - '2027031409:00:00','2027031403:00:00','2027110707:59:59','2027110701:59:59' ], - [ [2027,11,7,8,0,0],[2027,11,7,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2028,3,12,8,59,59],[2028,3,12,1,59,59], - '2027110708:00:00','2027110701:00:00','2028031208:59:59','2028031201:59:59' ], - ], - 2028 => - [ - [ [2028,3,12,9,0,0],[2028,3,12,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2028,11,5,7,59,59],[2028,11,5,1,59,59], - '2028031209:00:00','2028031203:00:00','2028110507:59:59','2028110501:59:59' ], - [ [2028,11,5,8,0,0],[2028,11,5,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2029,3,11,8,59,59],[2029,3,11,1,59,59], - '2028110508:00:00','2028110501:00:00','2029031108:59:59','2029031101:59:59' ], - ], - 2029 => - [ - [ [2029,3,11,9,0,0],[2029,3,11,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2029,11,4,7,59,59],[2029,11,4,1,59,59], - '2029031109:00:00','2029031103:00:00','2029110407:59:59','2029110401:59:59' ], - [ [2029,11,4,8,0,0],[2029,11,4,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2030,3,10,8,59,59],[2030,3,10,1,59,59], - '2029110408:00:00','2029110401:00:00','2030031008:59:59','2030031001:59:59' ], - ], - 2030 => - [ - [ [2030,3,10,9,0,0],[2030,3,10,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2030,11,3,7,59,59],[2030,11,3,1,59,59], - '2030031009:00:00','2030031003:00:00','2030110307:59:59','2030110301:59:59' ], - [ [2030,11,3,8,0,0],[2030,11,3,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2031,3,9,8,59,59],[2031,3,9,1,59,59], - '2030110308:00:00','2030110301:00:00','2031030908:59:59','2031030901:59:59' ], - ], - 2031 => - [ - [ [2031,3,9,9,0,0],[2031,3,9,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2031,11,2,7,59,59],[2031,11,2,1,59,59], - '2031030909:00:00','2031030903:00:00','2031110207:59:59','2031110201:59:59' ], - [ [2031,11,2,8,0,0],[2031,11,2,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2032,3,14,8,59,59],[2032,3,14,1,59,59], - '2031110208:00:00','2031110201:00:00','2032031408:59:59','2032031401:59:59' ], - ], - 2032 => - [ - [ [2032,3,14,9,0,0],[2032,3,14,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2032,11,7,7,59,59],[2032,11,7,1,59,59], - '2032031409:00:00','2032031403:00:00','2032110707:59:59','2032110701:59:59' ], - [ [2032,11,7,8,0,0],[2032,11,7,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2033,3,13,8,59,59],[2033,3,13,1,59,59], - '2032110708:00:00','2032110701:00:00','2033031308:59:59','2033031301:59:59' ], - ], - 2033 => - [ - [ [2033,3,13,9,0,0],[2033,3,13,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2033,11,6,7,59,59],[2033,11,6,1,59,59], - '2033031309:00:00','2033031303:00:00','2033110607:59:59','2033110601:59:59' ], - [ [2033,11,6,8,0,0],[2033,11,6,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2034,3,12,8,59,59],[2034,3,12,1,59,59], - '2033110608:00:00','2033110601:00:00','2034031208:59:59','2034031201:59:59' ], - ], - 2034 => - [ - [ [2034,3,12,9,0,0],[2034,3,12,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2034,11,5,7,59,59],[2034,11,5,1,59,59], - '2034031209:00:00','2034031203:00:00','2034110507:59:59','2034110501:59:59' ], - [ [2034,11,5,8,0,0],[2034,11,5,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2035,3,11,8,59,59],[2035,3,11,1,59,59], - '2034110508:00:00','2034110501:00:00','2035031108:59:59','2035031101:59:59' ], - ], - 2035 => - [ - [ [2035,3,11,9,0,0],[2035,3,11,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2035,11,4,7,59,59],[2035,11,4,1,59,59], - '2035031109:00:00','2035031103:00:00','2035110407:59:59','2035110401:59:59' ], - [ [2035,11,4,8,0,0],[2035,11,4,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2036,3,9,8,59,59],[2036,3,9,1,59,59], - '2035110408:00:00','2035110401:00:00','2036030908:59:59','2036030901:59:59' ], - ], - 2036 => - [ - [ [2036,3,9,9,0,0],[2036,3,9,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2036,11,2,7,59,59],[2036,11,2,1,59,59], - '2036030909:00:00','2036030903:00:00','2036110207:59:59','2036110201:59:59' ], - [ [2036,11,2,8,0,0],[2036,11,2,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2037,3,8,8,59,59],[2037,3,8,1,59,59], - '2036110208:00:00','2036110201:00:00','2037030808:59:59','2037030801:59:59' ], - ], - 2037 => - [ - [ [2037,3,8,9,0,0],[2037,3,8,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2037,11,1,7,59,59],[2037,11,1,1,59,59], - '2037030809:00:00','2037030803:00:00','2037110107:59:59','2037110101:59:59' ], - [ [2037,11,1,8,0,0],[2037,11,1,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2038,3,14,8,59,59],[2038,3,14,1,59,59], - '2037110108:00:00','2037110101:00:00','2038031408:59:59','2038031401:59:59' ], - ], - 2038 => - [ - [ [2038,3,14,9,0,0],[2038,3,14,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2038,11,7,7,59,59],[2038,11,7,1,59,59], - '2038031409:00:00','2038031403:00:00','2038110707:59:59','2038110701:59:59' ], - [ [2038,11,7,8,0,0],[2038,11,7,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2039,3,13,8,59,59],[2039,3,13,1,59,59], - '2038110708:00:00','2038110701:00:00','2039031308:59:59','2039031301:59:59' ], - ], - 2039 => - [ - [ [2039,3,13,9,0,0],[2039,3,13,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2039,11,6,7,59,59],[2039,11,6,1,59,59], - '2039031309:00:00','2039031303:00:00','2039110607:59:59','2039110601:59:59' ], - [ [2039,11,6,8,0,0],[2039,11,6,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2040,3,11,8,59,59],[2040,3,11,1,59,59], - '2039110608:00:00','2039110601:00:00','2040031108:59:59','2040031101:59:59' ], - ], - 2040 => - [ - [ [2040,3,11,9,0,0],[2040,3,11,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2040,11,4,7,59,59],[2040,11,4,1,59,59], - '2040031109:00:00','2040031103:00:00','2040110407:59:59','2040110401:59:59' ], - [ [2040,11,4,8,0,0],[2040,11,4,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2041,3,10,8,59,59],[2041,3,10,1,59,59], - '2040110408:00:00','2040110401:00:00','2041031008:59:59','2041031001:59:59' ], - ], - 2041 => - [ - [ [2041,3,10,9,0,0],[2041,3,10,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2041,11,3,7,59,59],[2041,11,3,1,59,59], - '2041031009:00:00','2041031003:00:00','2041110307:59:59','2041110301:59:59' ], - [ [2041,11,3,8,0,0],[2041,11,3,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2042,3,9,8,59,59],[2042,3,9,1,59,59], - '2041110308:00:00','2041110301:00:00','2042030908:59:59','2042030901:59:59' ], - ], - 2042 => - [ - [ [2042,3,9,9,0,0],[2042,3,9,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2042,11,2,7,59,59],[2042,11,2,1,59,59], - '2042030909:00:00','2042030903:00:00','2042110207:59:59','2042110201:59:59' ], - [ [2042,11,2,8,0,0],[2042,11,2,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2043,3,8,8,59,59],[2043,3,8,1,59,59], - '2042110208:00:00','2042110201:00:00','2043030808:59:59','2043030801:59:59' ], - ], - 2043 => - [ - [ [2043,3,8,9,0,0],[2043,3,8,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2043,11,1,7,59,59],[2043,11,1,1,59,59], - '2043030809:00:00','2043030803:00:00','2043110107:59:59','2043110101:59:59' ], - [ [2043,11,1,8,0,0],[2043,11,1,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2044,3,13,8,59,59],[2044,3,13,1,59,59], - '2043110108:00:00','2043110101:00:00','2044031308:59:59','2044031301:59:59' ], - ], - 2044 => - [ - [ [2044,3,13,9,0,0],[2044,3,13,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2044,11,6,7,59,59],[2044,11,6,1,59,59], - '2044031309:00:00','2044031303:00:00','2044110607:59:59','2044110601:59:59' ], - [ [2044,11,6,8,0,0],[2044,11,6,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2045,3,12,8,59,59],[2045,3,12,1,59,59], - '2044110608:00:00','2044110601:00:00','2045031208:59:59','2045031201:59:59' ], - ], - 2045 => - [ - [ [2045,3,12,9,0,0],[2045,3,12,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2045,11,5,7,59,59],[2045,11,5,1,59,59], - '2045031209:00:00','2045031203:00:00','2045110507:59:59','2045110501:59:59' ], - [ [2045,11,5,8,0,0],[2045,11,5,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2046,3,11,8,59,59],[2046,3,11,1,59,59], - '2045110508:00:00','2045110501:00:00','2046031108:59:59','2046031101:59:59' ], - ], - 2046 => - [ - [ [2046,3,11,9,0,0],[2046,3,11,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2046,11,4,7,59,59],[2046,11,4,1,59,59], - '2046031109:00:00','2046031103:00:00','2046110407:59:59','2046110401:59:59' ], - [ [2046,11,4,8,0,0],[2046,11,4,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2047,3,10,8,59,59],[2047,3,10,1,59,59], - '2046110408:00:00','2046110401:00:00','2047031008:59:59','2047031001:59:59' ], - ], - 2047 => - [ - [ [2047,3,10,9,0,0],[2047,3,10,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2047,11,3,7,59,59],[2047,11,3,1,59,59], - '2047031009:00:00','2047031003:00:00','2047110307:59:59','2047110301:59:59' ], - [ [2047,11,3,8,0,0],[2047,11,3,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2048,3,8,8,59,59],[2048,3,8,1,59,59], - '2047110308:00:00','2047110301:00:00','2048030808:59:59','2048030801:59:59' ], - ], - 2048 => - [ - [ [2048,3,8,9,0,0],[2048,3,8,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2048,11,1,7,59,59],[2048,11,1,1,59,59], - '2048030809:00:00','2048030803:00:00','2048110107:59:59','2048110101:59:59' ], - [ [2048,11,1,8,0,0],[2048,11,1,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2049,3,14,8,59,59],[2049,3,14,1,59,59], - '2048110108:00:00','2048110101:00:00','2049031408:59:59','2049031401:59:59' ], - ], - 2049 => - [ - [ [2049,3,14,9,0,0],[2049,3,14,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2049,11,7,7,59,59],[2049,11,7,1,59,59], - '2049031409:00:00','2049031403:00:00','2049110707:59:59','2049110701:59:59' ], - [ [2049,11,7,8,0,0],[2049,11,7,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2050,3,13,8,59,59],[2050,3,13,1,59,59], - '2049110708:00:00','2049110701:00:00','2050031308:59:59','2050031301:59:59' ], - ], - 2050 => - [ - [ [2050,3,13,9,0,0],[2050,3,13,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2050,11,6,7,59,59],[2050,11,6,1,59,59], - '2050031309:00:00','2050031303:00:00','2050110607:59:59','2050110601:59:59' ], - [ [2050,11,6,8,0,0],[2050,11,6,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2051,3,12,8,59,59],[2051,3,12,1,59,59], - '2050110608:00:00','2050110601:00:00','2051031208:59:59','2051031201:59:59' ], - ], - 2051 => - [ - [ [2051,3,12,9,0,0],[2051,3,12,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2051,11,5,7,59,59],[2051,11,5,1,59,59], - '2051031209:00:00','2051031203:00:00','2051110507:59:59','2051110501:59:59' ], - [ [2051,11,5,8,0,0],[2051,11,5,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2052,3,10,8,59,59],[2052,3,10,1,59,59], - '2051110508:00:00','2051110501:00:00','2052031008:59:59','2052031001:59:59' ], - ], - 2052 => - [ - [ [2052,3,10,9,0,0],[2052,3,10,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2052,11,3,7,59,59],[2052,11,3,1,59,59], - '2052031009:00:00','2052031003:00:00','2052110307:59:59','2052110301:59:59' ], - [ [2052,11,3,8,0,0],[2052,11,3,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2053,3,9,8,59,59],[2053,3,9,1,59,59], - '2052110308:00:00','2052110301:00:00','2053030908:59:59','2053030901:59:59' ], - ], - 2053 => - [ - [ [2053,3,9,9,0,0],[2053,3,9,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2053,11,2,7,59,59],[2053,11,2,1,59,59], - '2053030909:00:00','2053030903:00:00','2053110207:59:59','2053110201:59:59' ], - [ [2053,11,2,8,0,0],[2053,11,2,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2054,3,8,8,59,59],[2054,3,8,1,59,59], - '2053110208:00:00','2053110201:00:00','2054030808:59:59','2054030801:59:59' ], - ], - 2054 => - [ - [ [2054,3,8,9,0,0],[2054,3,8,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2054,11,1,7,59,59],[2054,11,1,1,59,59], - '2054030809:00:00','2054030803:00:00','2054110107:59:59','2054110101:59:59' ], - [ [2054,11,1,8,0,0],[2054,11,1,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2055,3,14,8,59,59],[2055,3,14,1,59,59], - '2054110108:00:00','2054110101:00:00','2055031408:59:59','2055031401:59:59' ], - ], - 2055 => - [ - [ [2055,3,14,9,0,0],[2055,3,14,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2055,11,7,7,59,59],[2055,11,7,1,59,59], - '2055031409:00:00','2055031403:00:00','2055110707:59:59','2055110701:59:59' ], - [ [2055,11,7,8,0,0],[2055,11,7,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2056,3,12,8,59,59],[2056,3,12,1,59,59], - '2055110708:00:00','2055110701:00:00','2056031208:59:59','2056031201:59:59' ], - ], - 2056 => - [ - [ [2056,3,12,9,0,0],[2056,3,12,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2056,11,5,7,59,59],[2056,11,5,1,59,59], - '2056031209:00:00','2056031203:00:00','2056110507:59:59','2056110501:59:59' ], - [ [2056,11,5,8,0,0],[2056,11,5,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2057,3,11,8,59,59],[2057,3,11,1,59,59], - '2056110508:00:00','2056110501:00:00','2057031108:59:59','2057031101:59:59' ], - ], - 2057 => - [ - [ [2057,3,11,9,0,0],[2057,3,11,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2057,11,4,7,59,59],[2057,11,4,1,59,59], - '2057031109:00:00','2057031103:00:00','2057110407:59:59','2057110401:59:59' ], - [ [2057,11,4,8,0,0],[2057,11,4,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2058,3,10,8,59,59],[2058,3,10,1,59,59], - '2057110408:00:00','2057110401:00:00','2058031008:59:59','2058031001:59:59' ], - ], - 2058 => - [ - [ [2058,3,10,9,0,0],[2058,3,10,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2058,11,3,7,59,59],[2058,11,3,1,59,59], - '2058031009:00:00','2058031003:00:00','2058110307:59:59','2058110301:59:59' ], - [ [2058,11,3,8,0,0],[2058,11,3,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2059,3,9,8,59,59],[2059,3,9,1,59,59], - '2058110308:00:00','2058110301:00:00','2059030908:59:59','2059030901:59:59' ], - ], - 2059 => - [ - [ [2059,3,9,9,0,0],[2059,3,9,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2059,11,2,7,59,59],[2059,11,2,1,59,59], - '2059030909:00:00','2059030903:00:00','2059110207:59:59','2059110201:59:59' ], - [ [2059,11,2,8,0,0],[2059,11,2,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2060,3,14,8,59,59],[2060,3,14,1,59,59], - '2059110208:00:00','2059110201:00:00','2060031408:59:59','2060031401:59:59' ], - ], - 2060 => - [ - [ [2060,3,14,9,0,0],[2060,3,14,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2060,11,7,7,59,59],[2060,11,7,1,59,59], - '2060031409:00:00','2060031403:00:00','2060110707:59:59','2060110701:59:59' ], - [ [2060,11,7,8,0,0],[2060,11,7,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2061,3,13,8,59,59],[2061,3,13,1,59,59], - '2060110708:00:00','2060110701:00:00','2061031308:59:59','2061031301:59:59' ], - ], - 2061 => - [ - [ [2061,3,13,9,0,0],[2061,3,13,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2061,11,6,7,59,59],[2061,11,6,1,59,59], - '2061031309:00:00','2061031303:00:00','2061110607:59:59','2061110601:59:59' ], - [ [2061,11,6,8,0,0],[2061,11,6,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2062,3,12,8,59,59],[2062,3,12,1,59,59], - '2061110608:00:00','2061110601:00:00','2062031208:59:59','2062031201:59:59' ], - ], - 2062 => - [ - [ [2062,3,12,9,0,0],[2062,3,12,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2062,11,5,7,59,59],[2062,11,5,1,59,59], - '2062031209:00:00','2062031203:00:00','2062110507:59:59','2062110501:59:59' ], - [ [2062,11,5,8,0,0],[2062,11,5,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2063,3,11,8,59,59],[2063,3,11,1,59,59], - '2062110508:00:00','2062110501:00:00','2063031108:59:59','2063031101:59:59' ], - ], - 2063 => - [ - [ [2063,3,11,9,0,0],[2063,3,11,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2063,11,4,7,59,59],[2063,11,4,1,59,59], - '2063031109:00:00','2063031103:00:00','2063110407:59:59','2063110401:59:59' ], - [ [2063,11,4,8,0,0],[2063,11,4,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2064,3,9,8,59,59],[2064,3,9,1,59,59], - '2063110408:00:00','2063110401:00:00','2064030908:59:59','2064030901:59:59' ], - ], - 2064 => - [ - [ [2064,3,9,9,0,0],[2064,3,9,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2064,11,2,7,59,59],[2064,11,2,1,59,59], - '2064030909:00:00','2064030903:00:00','2064110207:59:59','2064110201:59:59' ], - [ [2064,11,2,8,0,0],[2064,11,2,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2065,3,8,8,59,59],[2065,3,8,1,59,59], - '2064110208:00:00','2064110201:00:00','2065030808:59:59','2065030801:59:59' ], - ], - 2065 => - [ - [ [2065,3,8,9,0,0],[2065,3,8,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2065,11,1,7,59,59],[2065,11,1,1,59,59], - '2065030809:00:00','2065030803:00:00','2065110107:59:59','2065110101:59:59' ], - [ [2065,11,1,8,0,0],[2065,11,1,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2066,3,14,8,59,59],[2066,3,14,1,59,59], - '2065110108:00:00','2065110101:00:00','2066031408:59:59','2066031401:59:59' ], - ], - 2066 => - [ - [ [2066,3,14,9,0,0],[2066,3,14,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2066,11,7,7,59,59],[2066,11,7,1,59,59], - '2066031409:00:00','2066031403:00:00','2066110707:59:59','2066110701:59:59' ], - [ [2066,11,7,8,0,0],[2066,11,7,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2067,3,13,8,59,59],[2067,3,13,1,59,59], - '2066110708:00:00','2066110701:00:00','2067031308:59:59','2067031301:59:59' ], - ], - 2067 => - [ - [ [2067,3,13,9,0,0],[2067,3,13,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2067,11,6,7,59,59],[2067,11,6,1,59,59], - '2067031309:00:00','2067031303:00:00','2067110607:59:59','2067110601:59:59' ], - [ [2067,11,6,8,0,0],[2067,11,6,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2068,3,11,8,59,59],[2068,3,11,1,59,59], - '2067110608:00:00','2067110601:00:00','2068031108:59:59','2068031101:59:59' ], - ], - 2068 => - [ - [ [2068,3,11,9,0,0],[2068,3,11,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2068,11,4,7,59,59],[2068,11,4,1,59,59], - '2068031109:00:00','2068031103:00:00','2068110407:59:59','2068110401:59:59' ], - [ [2068,11,4,8,0,0],[2068,11,4,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2069,3,10,8,59,59],[2069,3,10,1,59,59], - '2068110408:00:00','2068110401:00:00','2069031008:59:59','2069031001:59:59' ], - ], - 2069 => - [ - [ [2069,3,10,9,0,0],[2069,3,10,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2069,11,3,7,59,59],[2069,11,3,1,59,59], - '2069031009:00:00','2069031003:00:00','2069110307:59:59','2069110301:59:59' ], - [ [2069,11,3,8,0,0],[2069,11,3,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2070,3,9,8,59,59],[2070,3,9,1,59,59], - '2069110308:00:00','2069110301:00:00','2070030908:59:59','2070030901:59:59' ], - ], - 2070 => - [ - [ [2070,3,9,9,0,0],[2070,3,9,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2070,11,2,7,59,59],[2070,11,2,1,59,59], - '2070030909:00:00','2070030903:00:00','2070110207:59:59','2070110201:59:59' ], - [ [2070,11,2,8,0,0],[2070,11,2,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2071,3,8,8,59,59],[2071,3,8,1,59,59], - '2070110208:00:00','2070110201:00:00','2071030808:59:59','2071030801:59:59' ], - ], - 2071 => - [ - [ [2071,3,8,9,0,0],[2071,3,8,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2071,11,1,7,59,59],[2071,11,1,1,59,59], - '2071030809:00:00','2071030803:00:00','2071110107:59:59','2071110101:59:59' ], - [ [2071,11,1,8,0,0],[2071,11,1,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2072,3,13,8,59,59],[2072,3,13,1,59,59], - '2071110108:00:00','2071110101:00:00','2072031308:59:59','2072031301:59:59' ], - ], - 2072 => - [ - [ [2072,3,13,9,0,0],[2072,3,13,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2072,11,6,7,59,59],[2072,11,6,1,59,59], - '2072031309:00:00','2072031303:00:00','2072110607:59:59','2072110601:59:59' ], - [ [2072,11,6,8,0,0],[2072,11,6,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2073,3,12,8,59,59],[2073,3,12,1,59,59], - '2072110608:00:00','2072110601:00:00','2073031208:59:59','2073031201:59:59' ], - ], - 2073 => - [ - [ [2073,3,12,9,0,0],[2073,3,12,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2073,11,5,7,59,59],[2073,11,5,1,59,59], - '2073031209:00:00','2073031203:00:00','2073110507:59:59','2073110501:59:59' ], - [ [2073,11,5,8,0,0],[2073,11,5,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2074,3,11,8,59,59],[2074,3,11,1,59,59], - '2073110508:00:00','2073110501:00:00','2074031108:59:59','2074031101:59:59' ], - ], - 2074 => - [ - [ [2074,3,11,9,0,0],[2074,3,11,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2074,11,4,7,59,59],[2074,11,4,1,59,59], - '2074031109:00:00','2074031103:00:00','2074110407:59:59','2074110401:59:59' ], - [ [2074,11,4,8,0,0],[2074,11,4,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2075,3,10,8,59,59],[2075,3,10,1,59,59], - '2074110408:00:00','2074110401:00:00','2075031008:59:59','2075031001:59:59' ], - ], - 2075 => - [ - [ [2075,3,10,9,0,0],[2075,3,10,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2075,11,3,7,59,59],[2075,11,3,1,59,59], - '2075031009:00:00','2075031003:00:00','2075110307:59:59','2075110301:59:59' ], - [ [2075,11,3,8,0,0],[2075,11,3,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2076,3,8,8,59,59],[2076,3,8,1,59,59], - '2075110308:00:00','2075110301:00:00','2076030808:59:59','2076030801:59:59' ], - ], - 2076 => - [ - [ [2076,3,8,9,0,0],[2076,3,8,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2076,11,1,7,59,59],[2076,11,1,1,59,59], - '2076030809:00:00','2076030803:00:00','2076110107:59:59','2076110101:59:59' ], - [ [2076,11,1,8,0,0],[2076,11,1,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2077,3,14,8,59,59],[2077,3,14,1,59,59], - '2076110108:00:00','2076110101:00:00','2077031408:59:59','2077031401:59:59' ], - ], - 2077 => - [ - [ [2077,3,14,9,0,0],[2077,3,14,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2077,11,7,7,59,59],[2077,11,7,1,59,59], - '2077031409:00:00','2077031403:00:00','2077110707:59:59','2077110701:59:59' ], - [ [2077,11,7,8,0,0],[2077,11,7,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2078,3,13,8,59,59],[2078,3,13,1,59,59], - '2077110708:00:00','2077110701:00:00','2078031308:59:59','2078031301:59:59' ], - ], - 2078 => - [ - [ [2078,3,13,9,0,0],[2078,3,13,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2078,11,6,7,59,59],[2078,11,6,1,59,59], - '2078031309:00:00','2078031303:00:00','2078110607:59:59','2078110601:59:59' ], - [ [2078,11,6,8,0,0],[2078,11,6,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2079,3,12,8,59,59],[2079,3,12,1,59,59], - '2078110608:00:00','2078110601:00:00','2079031208:59:59','2079031201:59:59' ], - ], - 2079 => - [ - [ [2079,3,12,9,0,0],[2079,3,12,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2079,11,5,7,59,59],[2079,11,5,1,59,59], - '2079031209:00:00','2079031203:00:00','2079110507:59:59','2079110501:59:59' ], - [ [2079,11,5,8,0,0],[2079,11,5,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2080,3,10,8,59,59],[2080,3,10,1,59,59], - '2079110508:00:00','2079110501:00:00','2080031008:59:59','2080031001:59:59' ], - ], - 2080 => - [ - [ [2080,3,10,9,0,0],[2080,3,10,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2080,11,3,7,59,59],[2080,11,3,1,59,59], - '2080031009:00:00','2080031003:00:00','2080110307:59:59','2080110301:59:59' ], - [ [2080,11,3,8,0,0],[2080,11,3,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2081,3,9,8,59,59],[2081,3,9,1,59,59], - '2080110308:00:00','2080110301:00:00','2081030908:59:59','2081030901:59:59' ], - ], - 2081 => - [ - [ [2081,3,9,9,0,0],[2081,3,9,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2081,11,2,7,59,59],[2081,11,2,1,59,59], - '2081030909:00:00','2081030903:00:00','2081110207:59:59','2081110201:59:59' ], - [ [2081,11,2,8,0,0],[2081,11,2,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2082,3,8,8,59,59],[2082,3,8,1,59,59], - '2081110208:00:00','2081110201:00:00','2082030808:59:59','2082030801:59:59' ], - ], - 2082 => - [ - [ [2082,3,8,9,0,0],[2082,3,8,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2082,11,1,7,59,59],[2082,11,1,1,59,59], - '2082030809:00:00','2082030803:00:00','2082110107:59:59','2082110101:59:59' ], - [ [2082,11,1,8,0,0],[2082,11,1,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2083,3,14,8,59,59],[2083,3,14,1,59,59], - '2082110108:00:00','2082110101:00:00','2083031408:59:59','2083031401:59:59' ], - ], - 2083 => - [ - [ [2083,3,14,9,0,0],[2083,3,14,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2083,11,7,7,59,59],[2083,11,7,1,59,59], - '2083031409:00:00','2083031403:00:00','2083110707:59:59','2083110701:59:59' ], - [ [2083,11,7,8,0,0],[2083,11,7,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2084,3,12,8,59,59],[2084,3,12,1,59,59], - '2083110708:00:00','2083110701:00:00','2084031208:59:59','2084031201:59:59' ], - ], - 2084 => - [ - [ [2084,3,12,9,0,0],[2084,3,12,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2084,11,5,7,59,59],[2084,11,5,1,59,59], - '2084031209:00:00','2084031203:00:00','2084110507:59:59','2084110501:59:59' ], - [ [2084,11,5,8,0,0],[2084,11,5,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2085,3,11,8,59,59],[2085,3,11,1,59,59], - '2084110508:00:00','2084110501:00:00','2085031108:59:59','2085031101:59:59' ], - ], - 2085 => - [ - [ [2085,3,11,9,0,0],[2085,3,11,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2085,11,4,7,59,59],[2085,11,4,1,59,59], - '2085031109:00:00','2085031103:00:00','2085110407:59:59','2085110401:59:59' ], - [ [2085,11,4,8,0,0],[2085,11,4,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2086,3,10,8,59,59],[2086,3,10,1,59,59], - '2085110408:00:00','2085110401:00:00','2086031008:59:59','2086031001:59:59' ], - ], - 2086 => - [ - [ [2086,3,10,9,0,0],[2086,3,10,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2086,11,3,7,59,59],[2086,11,3,1,59,59], - '2086031009:00:00','2086031003:00:00','2086110307:59:59','2086110301:59:59' ], - [ [2086,11,3,8,0,0],[2086,11,3,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2087,3,9,8,59,59],[2087,3,9,1,59,59], - '2086110308:00:00','2086110301:00:00','2087030908:59:59','2087030901:59:59' ], - ], - 2087 => - [ - [ [2087,3,9,9,0,0],[2087,3,9,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2087,11,2,7,59,59],[2087,11,2,1,59,59], - '2087030909:00:00','2087030903:00:00','2087110207:59:59','2087110201:59:59' ], - [ [2087,11,2,8,0,0],[2087,11,2,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2088,3,14,8,59,59],[2088,3,14,1,59,59], - '2087110208:00:00','2087110201:00:00','2088031408:59:59','2088031401:59:59' ], - ], - 2088 => - [ - [ [2088,3,14,9,0,0],[2088,3,14,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2088,11,7,7,59,59],[2088,11,7,1,59,59], - '2088031409:00:00','2088031403:00:00','2088110707:59:59','2088110701:59:59' ], - [ [2088,11,7,8,0,0],[2088,11,7,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2089,3,13,8,59,59],[2089,3,13,1,59,59], - '2088110708:00:00','2088110701:00:00','2089031308:59:59','2089031301:59:59' ], - ], - 2089 => - [ - [ [2089,3,13,9,0,0],[2089,3,13,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2089,11,6,7,59,59],[2089,11,6,1,59,59], - '2089031309:00:00','2089031303:00:00','2089110607:59:59','2089110601:59:59' ], - [ [2089,11,6,8,0,0],[2089,11,6,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2090,3,12,8,59,59],[2090,3,12,1,59,59], - '2089110608:00:00','2089110601:00:00','2090031208:59:59','2090031201:59:59' ], - ], - 2090 => - [ - [ [2090,3,12,9,0,0],[2090,3,12,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2090,11,5,7,59,59],[2090,11,5,1,59,59], - '2090031209:00:00','2090031203:00:00','2090110507:59:59','2090110501:59:59' ], - [ [2090,11,5,8,0,0],[2090,11,5,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2091,3,11,8,59,59],[2091,3,11,1,59,59], - '2090110508:00:00','2090110501:00:00','2091031108:59:59','2091031101:59:59' ], - ], - 2091 => - [ - [ [2091,3,11,9,0,0],[2091,3,11,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2091,11,4,7,59,59],[2091,11,4,1,59,59], - '2091031109:00:00','2091031103:00:00','2091110407:59:59','2091110401:59:59' ], - [ [2091,11,4,8,0,0],[2091,11,4,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2092,3,9,8,59,59],[2092,3,9,1,59,59], - '2091110408:00:00','2091110401:00:00','2092030908:59:59','2092030901:59:59' ], - ], - 2092 => - [ - [ [2092,3,9,9,0,0],[2092,3,9,3,0,0],'-06:00:00',[-6,0,0], - 'MDT',1,[2092,11,2,7,59,59],[2092,11,2,1,59,59], - '2092030909:00:00','2092030903:00:00','2092110207:59:59','2092110201:59:59' ], - [ [2092,11,2,8,0,0],[2092,11,2,1,0,0],'-07:00:00',[-7,0,0], - 'MST',0,[2093,3,8,8,59,59],[2093,3,8,1,59,59], - '2092110208:00:00','2092110201:00:00','2093030808:59:59','2093030801:59:59' ], - ], -); - -%LastRule = ( - 'zone' => { - 'dstoff' => '-06:00:00', - 'stdoff' => '-07:00:00', - }, - 'rules' => { - '03' => { - 'flag' => 'ge', - 'dow' => '7', - 'num' => '8', - 'type' => 'w', - 'time' => '02:00:00', - 'isdst' => '1', - 'abb' => 'MDT', - }, - '11' => { - 'flag' => 'ge', - 'dow' => '7', - 'num' => '1', - 'type' => 'w', - 'time' => '02:00:00', - 'isdst' => '0', - 'abb' => 'MST', - }, - }, -); - -1; diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ancase00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ancase00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ancase00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ancase00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/andavi00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/andavi00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/andavi00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/andavi00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/anmacq00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/anmacq00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/anmacq00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/anmacq00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1187,6 +1187,15 @@ 'AEDT',1,[2093,4,4,15,59,59],[2093,4,5,2,59,59], '2092100416:00:00','2092100503:00:00','2093040415:59:59','2093040502:59:59' ], ], + 2093 => + [ + [ [2093,4,4,16,0,0],[2093,4,5,2,0,0],'+10:00:00',[10,0,0], + 'AEST',0,[2093,10,3,15,59,59],[2093,10,4,1,59,59], + '2093040416:00:00','2093040502:00:00','2093100315:59:59','2093100401:59:59' ], + [ [2093,10,3,16,0,0],[2093,10,4,3,0,0],'+11:00:00',[11,0,0], + 'AEDT',1,[2094,4,3,15,59,59],[2094,4,4,2,59,59], + '2093100316:00:00','2093100403:00:00','2094040315:59:59','2094040402:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/anmaws00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/anmaws00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/anmaws00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/anmaws00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/anpalm00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/anpalm00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/anpalm00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/anpalm00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/anroth00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/anroth00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/anroth00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/anroth00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/antrol00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/antrol00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/antrol00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/antrol00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -830,6 +830,15 @@ '+00',0,[2093,3,29,0,59,59],[2093,3,29,0,59,59], '2092102601:00:00','2092102601:00:00','2093032900:59:59','2093032900:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + '+02',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,1,0,0],'+00:00:00',[0,0,0], + '+00',0,[2094,3,28,0,59,59],[2094,3,28,0,59,59], + '2093102501:00:00','2093102501:00:00','2094032800:59:59','2094032800:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asalma00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asalma00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asalma00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asalma00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asamma00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asamma00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asamma00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asamma00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asanad00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asanad00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asanad00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asanad00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asaqta00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asaqta00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asaqta00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asaqta00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asaqto00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asaqto00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asaqto00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asaqto00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asashg00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asashg00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asashg00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asashg00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asatyr00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asatyr00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asatyr00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asatyr00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asbagh00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asbagh00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asbagh00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asbagh00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asbaku00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asbaku00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asbaku00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asbaku00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asbang00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asbang00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asbang00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asbang00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asbarn00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asbarn00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asbarn00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asbarn00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asbeir00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asbeir00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asbeir00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asbeir00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1166,6 +1166,15 @@ 'EET',0,[2093,3,28,21,59,59],[2093,3,28,23,59,59], '2092102521:00:00','2092102523:00:00','2093032821:59:59','2093032823:59:59' ], ], + 2093 => + [ + [ [2093,3,28,22,0,0],[2093,3,29,1,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,24,20,59,59],[2093,10,24,23,59,59], + '2093032822:00:00','2093032901:00:00','2093102420:59:59','2093102423:59:59' ], + [ [2093,10,24,21,0,0],[2093,10,24,23,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,27,21,59,59],[2094,3,27,23,59,59], + '2093102421:00:00','2093102423:00:00','2094032721:59:59','2094032723:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asbish00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asbish00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asbish00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asbish00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aschit00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aschit00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aschit00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aschit00.pm 2023-06-07 16:24:36.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:36 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aschoi00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aschoi00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aschoi00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aschoi00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ascolo00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ascolo00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ascolo00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ascolo00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asdama00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asdama00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asdama00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asdama00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asdhak00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asdhak00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asdhak00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asdhak00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asdili00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asdili00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asdili00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asdili00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asduba00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asduba00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asduba00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asduba00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asdush00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asdush00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asdush00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asdush00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asfama00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asfama00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asfama00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asfama00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1100,6 +1100,15 @@ 'EET',0,[2093,3,29,0,59,59],[2093,3,29,2,59,59], '2092102601:00:00','2092102603:00:00','2093032900:59:59','2093032902:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,4,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,25,0,59,59],[2093,10,25,3,59,59], + '2093032901:00:00','2093032904:00:00','2093102500:59:59','2093102503:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,3,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,28,0,59,59],[2094,3,28,2,59,59], + '2093102501:00:00','2093102503:00:00','2094032800:59:59','2094032802:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asgaza00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asgaza00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asgaza00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asgaza00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -572,32 +572,32 @@ 'EEST',1,[2022,10,28,22,59,59],[2022,10,29,1,59,59], '2022032622:00:00','2022032701:00:00','2022102822:59:59','2022102901:59:59' ], [ [2022,10,28,23,0,0],[2022,10,29,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2023,3,24,23,59,59],[2023,3,25,1,59,59], - '2022102823:00:00','2022102901:00:00','2023032423:59:59','2023032501:59:59' ], + 'EET',0,[2023,4,28,23,59,59],[2023,4,29,1,59,59], + '2022102823:00:00','2022102901:00:00','2023042823:59:59','2023042901:59:59' ], ], 2023 => [ - [ [2023,3,25,0,0,0],[2023,3,25,3,0,0],'+03:00:00',[3,0,0], + [ [2023,4,29,0,0,0],[2023,4,29,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2023,10,27,22,59,59],[2023,10,28,1,59,59], - '2023032500:00:00','2023032503:00:00','2023102722:59:59','2023102801:59:59' ], + '2023042900:00:00','2023042903:00:00','2023102722:59:59','2023102801:59:59' ], [ [2023,10,27,23,0,0],[2023,10,28,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2024,3,29,23,59,59],[2024,3,30,1,59,59], - '2023102723:00:00','2023102801:00:00','2024032923:59:59','2024033001:59:59' ], + 'EET',0,[2024,4,12,23,59,59],[2024,4,13,1,59,59], + '2023102723:00:00','2023102801:00:00','2024041223:59:59','2024041301:59:59' ], ], 2024 => [ - [ [2024,3,30,0,0,0],[2024,3,30,3,0,0],'+03:00:00',[3,0,0], + [ [2024,4,13,0,0,0],[2024,4,13,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2024,10,25,22,59,59],[2024,10,26,1,59,59], - '2024033000:00:00','2024033003:00:00','2024102522:59:59','2024102601:59:59' ], + '2024041300:00:00','2024041303:00:00','2024102522:59:59','2024102601:59:59' ], [ [2024,10,25,23,0,0],[2024,10,26,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2025,3,28,23,59,59],[2025,3,29,1,59,59], - '2024102523:00:00','2024102601:00:00','2025032823:59:59','2025032901:59:59' ], + 'EET',0,[2025,4,4,23,59,59],[2025,4,5,1,59,59], + '2024102523:00:00','2024102601:00:00','2025040423:59:59','2025040501:59:59' ], ], 2025 => [ - [ [2025,3,29,0,0,0],[2025,3,29,3,0,0],'+03:00:00',[3,0,0], + [ [2025,4,5,0,0,0],[2025,4,5,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2025,10,24,22,59,59],[2025,10,25,1,59,59], - '2025032900:00:00','2025032903:00:00','2025102422:59:59','2025102501:59:59' ], + '2025040500:00:00','2025040503:00:00','2025102422:59:59','2025102501:59:59' ], [ [2025,10,24,23,0,0],[2025,10,25,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2026,3,27,23,59,59],[2026,3,28,1,59,59], '2025102423:00:00','2025102501:00:00','2026032723:59:59','2026032801:59:59' ], @@ -695,35 +695,41 @@ 2036 => [ [ [2036,3,29,0,0,0],[2036,3,29,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2036,10,24,22,59,59],[2036,10,25,1,59,59], - '2036032900:00:00','2036032903:00:00','2036102422:59:59','2036102501:59:59' ], - [ [2036,10,24,23,0,0],[2036,10,25,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2036,10,17,22,59,59],[2036,10,18,1,59,59], + '2036032900:00:00','2036032903:00:00','2036101722:59:59','2036101801:59:59' ], + [ [2036,10,17,23,0,0],[2036,10,18,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2037,3,27,23,59,59],[2037,3,28,1,59,59], - '2036102423:00:00','2036102501:00:00','2037032723:59:59','2037032801:59:59' ], + '2036101723:00:00','2036101801:00:00','2037032723:59:59','2037032801:59:59' ], ], 2037 => [ [ [2037,3,28,0,0,0],[2037,3,28,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2037,10,23,22,59,59],[2037,10,24,1,59,59], - '2037032800:00:00','2037032803:00:00','2037102322:59:59','2037102401:59:59' ], - [ [2037,10,23,23,0,0],[2037,10,24,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2037,10,9,22,59,59],[2037,10,10,1,59,59], + '2037032800:00:00','2037032803:00:00','2037100922:59:59','2037101001:59:59' ], + [ [2037,10,9,23,0,0],[2037,10,10,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2038,3,26,23,59,59],[2038,3,27,1,59,59], - '2037102323:00:00','2037102401:00:00','2038032623:59:59','2038032701:59:59' ], + '2037100923:00:00','2037101001:00:00','2038032623:59:59','2038032701:59:59' ], ], 2038 => [ [ [2038,3,27,0,0,0],[2038,3,27,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2038,10,29,22,59,59],[2038,10,30,1,59,59], - '2038032700:00:00','2038032703:00:00','2038102922:59:59','2038103001:59:59' ], - [ [2038,10,29,23,0,0],[2038,10,30,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2038,9,24,22,59,59],[2038,9,25,1,59,59], + '2038032700:00:00','2038032703:00:00','2038092422:59:59','2038092501:59:59' ], + [ [2038,9,24,23,0,0],[2038,9,25,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2039,3,25,23,59,59],[2039,3,26,1,59,59], - '2038102923:00:00','2038103001:00:00','2039032523:59:59','2039032601:59:59' ], + '2038092423:00:00','2038092501:00:00','2039032523:59:59','2039032601:59:59' ], ], 2039 => [ [ [2039,3,26,0,0,0],[2039,3,26,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2039,9,16,22,59,59],[2039,9,17,1,59,59], + '2039032600:00:00','2039032603:00:00','2039091622:59:59','2039091701:59:59' ], + [ [2039,9,16,23,0,0],[2039,9,17,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2039,10,21,23,59,59],[2039,10,22,1,59,59], + '2039091623:00:00','2039091701:00:00','2039102123:59:59','2039102201:59:59' ], + [ [2039,10,22,0,0,0],[2039,10,22,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2039,10,28,22,59,59],[2039,10,29,1,59,59], - '2039032600:00:00','2039032603:00:00','2039102822:59:59','2039102901:59:59' ], + '2039102200:00:00','2039102203:00:00','2039102822:59:59','2039102901:59:59' ], [ [2039,10,28,23,0,0],[2039,10,29,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2040,3,23,23,59,59],[2040,3,24,1,59,59], '2039102823:00:00','2039102901:00:00','2040032323:59:59','2040032401:59:59' ], @@ -731,8 +737,14 @@ 2040 => [ [ [2040,3,24,0,0,0],[2040,3,24,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2040,8,31,22,59,59],[2040,9,1,1,59,59], + '2040032400:00:00','2040032403:00:00','2040083122:59:59','2040090101:59:59' ], + [ [2040,8,31,23,0,0],[2040,9,1,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2040,10,12,23,59,59],[2040,10,13,1,59,59], + '2040083123:00:00','2040090101:00:00','2040101223:59:59','2040101301:59:59' ], + [ [2040,10,13,0,0,0],[2040,10,13,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2040,10,26,22,59,59],[2040,10,27,1,59,59], - '2040032400:00:00','2040032403:00:00','2040102622:59:59','2040102701:59:59' ], + '2040101300:00:00','2040101303:00:00','2040102622:59:59','2040102701:59:59' ], [ [2040,10,26,23,0,0],[2040,10,27,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2041,3,29,23,59,59],[2041,3,30,1,59,59], '2040102623:00:00','2040102701:00:00','2041032923:59:59','2041033001:59:59' ], @@ -740,8 +752,14 @@ 2041 => [ [ [2041,3,30,0,0,0],[2041,3,30,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2041,8,23,22,59,59],[2041,8,24,1,59,59], + '2041033000:00:00','2041033003:00:00','2041082322:59:59','2041082401:59:59' ], + [ [2041,8,23,23,0,0],[2041,8,24,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2041,9,27,23,59,59],[2041,9,28,1,59,59], + '2041082323:00:00','2041082401:00:00','2041092723:59:59','2041092801:59:59' ], + [ [2041,9,28,0,0,0],[2041,9,28,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2041,10,25,22,59,59],[2041,10,26,1,59,59], - '2041033000:00:00','2041033003:00:00','2041102522:59:59','2041102601:59:59' ], + '2041092800:00:00','2041092803:00:00','2041102522:59:59','2041102601:59:59' ], [ [2041,10,25,23,0,0],[2041,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2042,3,28,23,59,59],[2042,3,29,1,59,59], '2041102523:00:00','2041102601:00:00','2042032823:59:59','2042032901:59:59' ], @@ -749,8 +767,14 @@ 2042 => [ [ [2042,3,29,0,0,0],[2042,3,29,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2042,8,15,22,59,59],[2042,8,16,1,59,59], + '2042032900:00:00','2042032903:00:00','2042081522:59:59','2042081601:59:59' ], + [ [2042,8,15,23,0,0],[2042,8,16,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2042,9,19,23,59,59],[2042,9,20,1,59,59], + '2042081523:00:00','2042081601:00:00','2042091923:59:59','2042092001:59:59' ], + [ [2042,9,20,0,0,0],[2042,9,20,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2042,10,24,22,59,59],[2042,10,25,1,59,59], - '2042032900:00:00','2042032903:00:00','2042102422:59:59','2042102501:59:59' ], + '2042092000:00:00','2042092003:00:00','2042102422:59:59','2042102501:59:59' ], [ [2042,10,24,23,0,0],[2042,10,25,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2043,3,27,23,59,59],[2043,3,28,1,59,59], '2042102423:00:00','2042102501:00:00','2043032723:59:59','2043032801:59:59' ], @@ -758,8 +782,14 @@ 2043 => [ [ [2043,3,28,0,0,0],[2043,3,28,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2043,7,31,22,59,59],[2043,8,1,1,59,59], + '2043032800:00:00','2043032803:00:00','2043073122:59:59','2043080101:59:59' ], + [ [2043,7,31,23,0,0],[2043,8,1,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2043,9,11,23,59,59],[2043,9,12,1,59,59], + '2043073123:00:00','2043080101:00:00','2043091123:59:59','2043091201:59:59' ], + [ [2043,9,12,0,0,0],[2043,9,12,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2043,10,23,22,59,59],[2043,10,24,1,59,59], - '2043032800:00:00','2043032803:00:00','2043102322:59:59','2043102401:59:59' ], + '2043091200:00:00','2043091203:00:00','2043102322:59:59','2043102401:59:59' ], [ [2043,10,23,23,0,0],[2043,10,24,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2044,3,25,23,59,59],[2044,3,26,1,59,59], '2043102323:00:00','2043102401:00:00','2044032523:59:59','2044032601:59:59' ], @@ -767,8 +797,14 @@ 2044 => [ [ [2044,3,26,0,0,0],[2044,3,26,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2044,7,22,22,59,59],[2044,7,23,1,59,59], + '2044032600:00:00','2044032603:00:00','2044072222:59:59','2044072301:59:59' ], + [ [2044,7,22,23,0,0],[2044,7,23,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2044,8,26,23,59,59],[2044,8,27,1,59,59], + '2044072223:00:00','2044072301:00:00','2044082623:59:59','2044082701:59:59' ], + [ [2044,8,27,0,0,0],[2044,8,27,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2044,10,28,22,59,59],[2044,10,29,1,59,59], - '2044032600:00:00','2044032603:00:00','2044102822:59:59','2044102901:59:59' ], + '2044082700:00:00','2044082703:00:00','2044102822:59:59','2044102901:59:59' ], [ [2044,10,28,23,0,0],[2044,10,29,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2045,3,24,23,59,59],[2045,3,25,1,59,59], '2044102823:00:00','2044102901:00:00','2045032423:59:59','2045032501:59:59' ], @@ -776,8 +812,14 @@ 2045 => [ [ [2045,3,25,0,0,0],[2045,3,25,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2045,7,14,22,59,59],[2045,7,15,1,59,59], + '2045032500:00:00','2045032503:00:00','2045071422:59:59','2045071501:59:59' ], + [ [2045,7,14,23,0,0],[2045,7,15,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2045,8,18,23,59,59],[2045,8,19,1,59,59], + '2045071423:00:00','2045071501:00:00','2045081823:59:59','2045081901:59:59' ], + [ [2045,8,19,0,0,0],[2045,8,19,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2045,10,27,22,59,59],[2045,10,28,1,59,59], - '2045032500:00:00','2045032503:00:00','2045102722:59:59','2045102801:59:59' ], + '2045081900:00:00','2045081903:00:00','2045102722:59:59','2045102801:59:59' ], [ [2045,10,27,23,0,0],[2045,10,28,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2046,3,23,23,59,59],[2046,3,24,1,59,59], '2045102723:00:00','2045102801:00:00','2046032323:59:59','2046032401:59:59' ], @@ -785,8 +827,14 @@ 2046 => [ [ [2046,3,24,0,0,0],[2046,3,24,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2046,6,29,22,59,59],[2046,6,30,1,59,59], + '2046032400:00:00','2046032403:00:00','2046062922:59:59','2046063001:59:59' ], + [ [2046,6,29,23,0,0],[2046,6,30,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2046,8,10,23,59,59],[2046,8,11,1,59,59], + '2046062923:00:00','2046063001:00:00','2046081023:59:59','2046081101:59:59' ], + [ [2046,8,11,0,0,0],[2046,8,11,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2046,10,26,22,59,59],[2046,10,27,1,59,59], - '2046032400:00:00','2046032403:00:00','2046102622:59:59','2046102701:59:59' ], + '2046081100:00:00','2046081103:00:00','2046102622:59:59','2046102701:59:59' ], [ [2046,10,26,23,0,0],[2046,10,27,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2047,3,29,23,59,59],[2047,3,30,1,59,59], '2046102623:00:00','2046102701:00:00','2047032923:59:59','2047033001:59:59' ], @@ -794,8 +842,14 @@ 2047 => [ [ [2047,3,30,0,0,0],[2047,3,30,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2047,6,21,22,59,59],[2047,6,22,1,59,59], + '2047033000:00:00','2047033003:00:00','2047062122:59:59','2047062201:59:59' ], + [ [2047,6,21,23,0,0],[2047,6,22,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2047,7,26,23,59,59],[2047,7,27,1,59,59], + '2047062123:00:00','2047062201:00:00','2047072623:59:59','2047072701:59:59' ], + [ [2047,7,27,0,0,0],[2047,7,27,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2047,10,25,22,59,59],[2047,10,26,1,59,59], - '2047033000:00:00','2047033003:00:00','2047102522:59:59','2047102601:59:59' ], + '2047072700:00:00','2047072703:00:00','2047102522:59:59','2047102601:59:59' ], [ [2047,10,25,23,0,0],[2047,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2048,3,27,23,59,59],[2048,3,28,1,59,59], '2047102523:00:00','2047102601:00:00','2048032723:59:59','2048032801:59:59' ], @@ -803,8 +857,14 @@ 2048 => [ [ [2048,3,28,0,0,0],[2048,3,28,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2048,6,5,22,59,59],[2048,6,6,1,59,59], + '2048032800:00:00','2048032803:00:00','2048060522:59:59','2048060601:59:59' ], + [ [2048,6,5,23,0,0],[2048,6,6,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2048,7,17,23,59,59],[2048,7,18,1,59,59], + '2048060523:00:00','2048060601:00:00','2048071723:59:59','2048071801:59:59' ], + [ [2048,7,18,0,0,0],[2048,7,18,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2048,10,23,22,59,59],[2048,10,24,1,59,59], - '2048032800:00:00','2048032803:00:00','2048102322:59:59','2048102401:59:59' ], + '2048071800:00:00','2048071803:00:00','2048102322:59:59','2048102401:59:59' ], [ [2048,10,23,23,0,0],[2048,10,24,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2049,3,26,23,59,59],[2049,3,27,1,59,59], '2048102323:00:00','2048102401:00:00','2049032623:59:59','2049032701:59:59' ], @@ -812,8 +872,14 @@ 2049 => [ [ [2049,3,27,0,0,0],[2049,3,27,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2049,5,28,22,59,59],[2049,5,29,1,59,59], + '2049032700:00:00','2049032703:00:00','2049052822:59:59','2049052901:59:59' ], + [ [2049,5,28,23,0,0],[2049,5,29,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2049,7,2,23,59,59],[2049,7,3,1,59,59], + '2049052823:00:00','2049052901:00:00','2049070223:59:59','2049070301:59:59' ], + [ [2049,7,3,0,0,0],[2049,7,3,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2049,10,29,22,59,59],[2049,10,30,1,59,59], - '2049032700:00:00','2049032703:00:00','2049102922:59:59','2049103001:59:59' ], + '2049070300:00:00','2049070303:00:00','2049102922:59:59','2049103001:59:59' ], [ [2049,10,29,23,0,0],[2049,10,30,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2050,3,25,23,59,59],[2050,3,26,1,59,59], '2049102923:00:00','2049103001:00:00','2050032523:59:59','2050032601:59:59' ], @@ -821,8 +887,14 @@ 2050 => [ [ [2050,3,26,0,0,0],[2050,3,26,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2050,5,20,22,59,59],[2050,5,21,1,59,59], + '2050032600:00:00','2050032603:00:00','2050052022:59:59','2050052101:59:59' ], + [ [2050,5,20,23,0,0],[2050,5,21,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2050,6,24,23,59,59],[2050,6,25,1,59,59], + '2050052023:00:00','2050052101:00:00','2050062423:59:59','2050062501:59:59' ], + [ [2050,6,25,0,0,0],[2050,6,25,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2050,10,28,22,59,59],[2050,10,29,1,59,59], - '2050032600:00:00','2050032603:00:00','2050102822:59:59','2050102901:59:59' ], + '2050062500:00:00','2050062503:00:00','2050102822:59:59','2050102901:59:59' ], [ [2050,10,28,23,0,0],[2050,10,29,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2051,3,24,23,59,59],[2051,3,25,1,59,59], '2050102823:00:00','2050102901:00:00','2051032423:59:59','2051032501:59:59' ], @@ -830,8 +902,14 @@ 2051 => [ [ [2051,3,25,0,0,0],[2051,3,25,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2051,5,5,22,59,59],[2051,5,6,1,59,59], + '2051032500:00:00','2051032503:00:00','2051050522:59:59','2051050601:59:59' ], + [ [2051,5,5,23,0,0],[2051,5,6,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2051,6,16,23,59,59],[2051,6,17,1,59,59], + '2051050523:00:00','2051050601:00:00','2051061623:59:59','2051061701:59:59' ], + [ [2051,6,17,0,0,0],[2051,6,17,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2051,10,27,22,59,59],[2051,10,28,1,59,59], - '2051032500:00:00','2051032503:00:00','2051102722:59:59','2051102801:59:59' ], + '2051061700:00:00','2051061703:00:00','2051102722:59:59','2051102801:59:59' ], [ [2051,10,27,23,0,0],[2051,10,28,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2052,3,29,23,59,59],[2052,3,30,1,59,59], '2051102723:00:00','2051102801:00:00','2052032923:59:59','2052033001:59:59' ], @@ -839,8 +917,14 @@ 2052 => [ [ [2052,3,30,0,0,0],[2052,3,30,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2052,4,26,22,59,59],[2052,4,27,1,59,59], + '2052033000:00:00','2052033003:00:00','2052042622:59:59','2052042701:59:59' ], + [ [2052,4,26,23,0,0],[2052,4,27,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2052,5,31,23,59,59],[2052,6,1,1,59,59], + '2052042623:00:00','2052042701:00:00','2052053123:59:59','2052060101:59:59' ], + [ [2052,6,1,0,0,0],[2052,6,1,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2052,10,25,22,59,59],[2052,10,26,1,59,59], - '2052033000:00:00','2052033003:00:00','2052102522:59:59','2052102601:59:59' ], + '2052060100:00:00','2052060103:00:00','2052102522:59:59','2052102601:59:59' ], [ [2052,10,25,23,0,0],[2052,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2053,3,28,23,59,59],[2053,3,29,1,59,59], '2052102523:00:00','2052102601:00:00','2053032823:59:59','2053032901:59:59' ], @@ -848,8 +932,14 @@ 2053 => [ [ [2053,3,29,0,0,0],[2053,3,29,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2053,4,11,22,59,59],[2053,4,12,1,59,59], + '2053032900:00:00','2053032903:00:00','2053041122:59:59','2053041201:59:59' ], + [ [2053,4,11,23,0,0],[2053,4,12,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2053,5,23,23,59,59],[2053,5,24,1,59,59], + '2053041123:00:00','2053041201:00:00','2053052323:59:59','2053052401:59:59' ], + [ [2053,5,24,0,0,0],[2053,5,24,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2053,10,24,22,59,59],[2053,10,25,1,59,59], - '2053032900:00:00','2053032903:00:00','2053102422:59:59','2053102501:59:59' ], + '2053052400:00:00','2053052403:00:00','2053102422:59:59','2053102501:59:59' ], [ [2053,10,24,23,0,0],[2053,10,25,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2054,3,27,23,59,59],[2054,3,28,1,59,59], '2053102423:00:00','2053102501:00:00','2054032723:59:59','2054032801:59:59' ], @@ -857,35 +947,41 @@ 2054 => [ [ [2054,3,28,0,0,0],[2054,3,28,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2054,4,3,22,59,59],[2054,4,4,1,59,59], + '2054032800:00:00','2054032803:00:00','2054040322:59:59','2054040401:59:59' ], + [ [2054,4,3,23,0,0],[2054,4,4,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2054,5,15,23,59,59],[2054,5,16,1,59,59], + '2054040323:00:00','2054040401:00:00','2054051523:59:59','2054051601:59:59' ], + [ [2054,5,16,0,0,0],[2054,5,16,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2054,10,23,22,59,59],[2054,10,24,1,59,59], - '2054032800:00:00','2054032803:00:00','2054102322:59:59','2054102401:59:59' ], + '2054051600:00:00','2054051603:00:00','2054102322:59:59','2054102401:59:59' ], [ [2054,10,23,23,0,0],[2054,10,24,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2055,3,26,23,59,59],[2055,3,27,1,59,59], - '2054102323:00:00','2054102401:00:00','2055032623:59:59','2055032701:59:59' ], + 'EET',0,[2055,4,30,23,59,59],[2055,5,1,1,59,59], + '2054102323:00:00','2054102401:00:00','2055043023:59:59','2055050101:59:59' ], ], 2055 => [ - [ [2055,3,27,0,0,0],[2055,3,27,3,0,0],'+03:00:00',[3,0,0], + [ [2055,5,1,0,0,0],[2055,5,1,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2055,10,29,22,59,59],[2055,10,30,1,59,59], - '2055032700:00:00','2055032703:00:00','2055102922:59:59','2055103001:59:59' ], + '2055050100:00:00','2055050103:00:00','2055102922:59:59','2055103001:59:59' ], [ [2055,10,29,23,0,0],[2055,10,30,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2056,3,24,23,59,59],[2056,3,25,1,59,59], - '2055102923:00:00','2055103001:00:00','2056032423:59:59','2056032501:59:59' ], + 'EET',0,[2056,4,21,23,59,59],[2056,4,22,1,59,59], + '2055102923:00:00','2055103001:00:00','2056042123:59:59','2056042201:59:59' ], ], 2056 => [ - [ [2056,3,25,0,0,0],[2056,3,25,3,0,0],'+03:00:00',[3,0,0], + [ [2056,4,22,0,0,0],[2056,4,22,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2056,10,27,22,59,59],[2056,10,28,1,59,59], - '2056032500:00:00','2056032503:00:00','2056102722:59:59','2056102801:59:59' ], + '2056042200:00:00','2056042203:00:00','2056102722:59:59','2056102801:59:59' ], [ [2056,10,27,23,0,0],[2056,10,28,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2057,3,23,23,59,59],[2057,3,24,1,59,59], - '2056102723:00:00','2056102801:00:00','2057032323:59:59','2057032401:59:59' ], + 'EET',0,[2057,4,6,23,59,59],[2057,4,7,1,59,59], + '2056102723:00:00','2056102801:00:00','2057040623:59:59','2057040701:59:59' ], ], 2057 => [ - [ [2057,3,24,0,0,0],[2057,3,24,3,0,0],'+03:00:00',[3,0,0], + [ [2057,4,7,0,0,0],[2057,4,7,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2057,10,26,22,59,59],[2057,10,27,1,59,59], - '2057032400:00:00','2057032403:00:00','2057102622:59:59','2057102701:59:59' ], + '2057040700:00:00','2057040703:00:00','2057102622:59:59','2057102701:59:59' ], [ [2057,10,26,23,0,0],[2057,10,27,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2058,3,29,23,59,59],[2058,3,30,1,59,59], '2057102623:00:00','2057102701:00:00','2058032923:59:59','2058033001:59:59' ], @@ -983,71 +1079,77 @@ 2068 => [ [ [2068,3,24,0,0,0],[2068,3,24,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2068,10,26,22,59,59],[2068,10,27,1,59,59], - '2068032400:00:00','2068032403:00:00','2068102622:59:59','2068102701:59:59' ], - [ [2068,10,26,23,0,0],[2068,10,27,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2068,10,19,22,59,59],[2068,10,20,1,59,59], + '2068032400:00:00','2068032403:00:00','2068101922:59:59','2068102001:59:59' ], + [ [2068,10,19,23,0,0],[2068,10,20,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2069,3,29,23,59,59],[2069,3,30,1,59,59], - '2068102623:00:00','2068102701:00:00','2069032923:59:59','2069033001:59:59' ], + '2068101923:00:00','2068102001:00:00','2069032923:59:59','2069033001:59:59' ], ], 2069 => [ [ [2069,3,30,0,0,0],[2069,3,30,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2069,10,25,22,59,59],[2069,10,26,1,59,59], - '2069033000:00:00','2069033003:00:00','2069102522:59:59','2069102601:59:59' ], - [ [2069,10,25,23,0,0],[2069,10,26,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2069,10,11,22,59,59],[2069,10,12,1,59,59], + '2069033000:00:00','2069033003:00:00','2069101122:59:59','2069101201:59:59' ], + [ [2069,10,11,23,0,0],[2069,10,12,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2070,3,28,23,59,59],[2070,3,29,1,59,59], - '2069102523:00:00','2069102601:00:00','2070032823:59:59','2070032901:59:59' ], + '2069101123:00:00','2069101201:00:00','2070032823:59:59','2070032901:59:59' ], ], 2070 => [ [ [2070,3,29,0,0,0],[2070,3,29,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2070,10,24,22,59,59],[2070,10,25,1,59,59], - '2070032900:00:00','2070032903:00:00','2070102422:59:59','2070102501:59:59' ], - [ [2070,10,24,23,0,0],[2070,10,25,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2070,10,3,22,59,59],[2070,10,4,1,59,59], + '2070032900:00:00','2070032903:00:00','2070100322:59:59','2070100401:59:59' ], + [ [2070,10,3,23,0,0],[2070,10,4,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2071,3,27,23,59,59],[2071,3,28,1,59,59], - '2070102423:00:00','2070102501:00:00','2071032723:59:59','2071032801:59:59' ], + '2070100323:00:00','2070100401:00:00','2071032723:59:59','2071032801:59:59' ], ], 2071 => [ [ [2071,3,28,0,0,0],[2071,3,28,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2071,10,23,22,59,59],[2071,10,24,1,59,59], - '2071032800:00:00','2071032803:00:00','2071102322:59:59','2071102401:59:59' ], - [ [2071,10,23,23,0,0],[2071,10,24,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2071,9,18,22,59,59],[2071,9,19,1,59,59], + '2071032800:00:00','2071032803:00:00','2071091822:59:59','2071091901:59:59' ], + [ [2071,9,18,23,0,0],[2071,9,19,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2072,3,25,23,59,59],[2072,3,26,1,59,59], - '2071102323:00:00','2071102401:00:00','2072032523:59:59','2072032601:59:59' ], + '2071091823:00:00','2071091901:00:00','2072032523:59:59','2072032601:59:59' ], ], 2072 => [ [ [2072,3,26,0,0,0],[2072,3,26,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2072,10,28,22,59,59],[2072,10,29,1,59,59], - '2072032600:00:00','2072032603:00:00','2072102822:59:59','2072102901:59:59' ], - [ [2072,10,28,23,0,0],[2072,10,29,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2073,3,24,23,59,59],[2073,3,25,1,59,59], - '2072102823:00:00','2072102901:00:00','2073032423:59:59','2073032501:59:59' ], + 'EEST',1,[2072,9,9,22,59,59],[2072,9,10,1,59,59], + '2072032600:00:00','2072032603:00:00','2072090922:59:59','2072091001:59:59' ], + [ [2072,9,9,23,0,0],[2072,9,10,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2072,10,14,23,59,59],[2072,10,15,1,59,59], + '2072090923:00:00','2072091001:00:00','2072101423:59:59','2072101501:59:59' ], + [ [2072,10,15,0,0,0],[2072,10,15,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2073,9,1,22,59,59],[2073,9,2,1,59,59], + '2072101500:00:00','2072101503:00:00','2073090122:59:59','2073090201:59:59' ], ], 2073 => [ - [ [2073,3,25,0,0,0],[2073,3,25,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2073,10,27,22,59,59],[2073,10,28,1,59,59], - '2073032500:00:00','2073032503:00:00','2073102722:59:59','2073102801:59:59' ], - [ [2073,10,27,23,0,0],[2073,10,28,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2074,3,23,23,59,59],[2074,3,24,1,59,59], - '2073102723:00:00','2073102801:00:00','2074032323:59:59','2074032401:59:59' ], + [ [2073,9,1,23,0,0],[2073,9,2,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2073,10,6,23,59,59],[2073,10,7,1,59,59], + '2073090123:00:00','2073090201:00:00','2073100623:59:59','2073100701:59:59' ], + [ [2073,10,7,0,0,0],[2073,10,7,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2074,8,17,22,59,59],[2074,8,18,1,59,59], + '2073100700:00:00','2073100703:00:00','2074081722:59:59','2074081801:59:59' ], ], 2074 => [ - [ [2074,3,24,0,0,0],[2074,3,24,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2074,10,26,22,59,59],[2074,10,27,1,59,59], - '2074032400:00:00','2074032403:00:00','2074102622:59:59','2074102701:59:59' ], - [ [2074,10,26,23,0,0],[2074,10,27,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2075,3,29,23,59,59],[2075,3,30,1,59,59], - '2074102623:00:00','2074102701:00:00','2075032923:59:59','2075033001:59:59' ], + [ [2074,8,17,23,0,0],[2074,8,18,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2074,9,28,23,59,59],[2074,9,29,1,59,59], + '2074081723:00:00','2074081801:00:00','2074092823:59:59','2074092901:59:59' ], + [ [2074,9,29,0,0,0],[2074,9,29,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2075,8,9,22,59,59],[2075,8,10,1,59,59], + '2074092900:00:00','2074092903:00:00','2075080922:59:59','2075081001:59:59' ], ], 2075 => [ - [ [2075,3,30,0,0,0],[2075,3,30,3,0,0],'+03:00:00',[3,0,0], + [ [2075,8,9,23,0,0],[2075,8,10,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2075,9,13,23,59,59],[2075,9,14,1,59,59], + '2075080923:00:00','2075081001:00:00','2075091323:59:59','2075091401:59:59' ], + [ [2075,9,14,0,0,0],[2075,9,14,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2075,10,25,22,59,59],[2075,10,26,1,59,59], - '2075033000:00:00','2075033003:00:00','2075102522:59:59','2075102601:59:59' ], + '2075091400:00:00','2075091403:00:00','2075102522:59:59','2075102601:59:59' ], [ [2075,10,25,23,0,0],[2075,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2076,3,27,23,59,59],[2076,3,28,1,59,59], '2075102523:00:00','2075102601:00:00','2076032723:59:59','2076032801:59:59' ], @@ -1205,6 +1307,15 @@ 'EET',0,[2093,3,27,23,59,59],[2093,3,28,1,59,59], '2092102423:00:00','2092102501:00:00','2093032723:59:59','2093032801:59:59' ], ], + 2093 => + [ + [ [2093,3,28,0,0,0],[2093,3,28,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,23,22,59,59],[2093,10,24,1,59,59], + '2093032800:00:00','2093032803:00:00','2093102322:59:59','2093102401:59:59' ], + [ [2093,10,23,23,0,0],[2093,10,24,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,26,23,59,59],[2094,3,27,1,59,59], + '2093102323:00:00','2093102401:00:00','2094032623:59:59','2094032701:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ashebr00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ashebr00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ashebr00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ashebr00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -578,32 +578,32 @@ 'EEST',1,[2022,10,28,22,59,59],[2022,10,29,1,59,59], '2022032622:00:00','2022032701:00:00','2022102822:59:59','2022102901:59:59' ], [ [2022,10,28,23,0,0],[2022,10,29,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2023,3,24,23,59,59],[2023,3,25,1,59,59], - '2022102823:00:00','2022102901:00:00','2023032423:59:59','2023032501:59:59' ], + 'EET',0,[2023,4,28,23,59,59],[2023,4,29,1,59,59], + '2022102823:00:00','2022102901:00:00','2023042823:59:59','2023042901:59:59' ], ], 2023 => [ - [ [2023,3,25,0,0,0],[2023,3,25,3,0,0],'+03:00:00',[3,0,0], + [ [2023,4,29,0,0,0],[2023,4,29,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2023,10,27,22,59,59],[2023,10,28,1,59,59], - '2023032500:00:00','2023032503:00:00','2023102722:59:59','2023102801:59:59' ], + '2023042900:00:00','2023042903:00:00','2023102722:59:59','2023102801:59:59' ], [ [2023,10,27,23,0,0],[2023,10,28,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2024,3,29,23,59,59],[2024,3,30,1,59,59], - '2023102723:00:00','2023102801:00:00','2024032923:59:59','2024033001:59:59' ], + 'EET',0,[2024,4,12,23,59,59],[2024,4,13,1,59,59], + '2023102723:00:00','2023102801:00:00','2024041223:59:59','2024041301:59:59' ], ], 2024 => [ - [ [2024,3,30,0,0,0],[2024,3,30,3,0,0],'+03:00:00',[3,0,0], + [ [2024,4,13,0,0,0],[2024,4,13,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2024,10,25,22,59,59],[2024,10,26,1,59,59], - '2024033000:00:00','2024033003:00:00','2024102522:59:59','2024102601:59:59' ], + '2024041300:00:00','2024041303:00:00','2024102522:59:59','2024102601:59:59' ], [ [2024,10,25,23,0,0],[2024,10,26,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2025,3,28,23,59,59],[2025,3,29,1,59,59], - '2024102523:00:00','2024102601:00:00','2025032823:59:59','2025032901:59:59' ], + 'EET',0,[2025,4,4,23,59,59],[2025,4,5,1,59,59], + '2024102523:00:00','2024102601:00:00','2025040423:59:59','2025040501:59:59' ], ], 2025 => [ - [ [2025,3,29,0,0,0],[2025,3,29,3,0,0],'+03:00:00',[3,0,0], + [ [2025,4,5,0,0,0],[2025,4,5,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2025,10,24,22,59,59],[2025,10,25,1,59,59], - '2025032900:00:00','2025032903:00:00','2025102422:59:59','2025102501:59:59' ], + '2025040500:00:00','2025040503:00:00','2025102422:59:59','2025102501:59:59' ], [ [2025,10,24,23,0,0],[2025,10,25,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2026,3,27,23,59,59],[2026,3,28,1,59,59], '2025102423:00:00','2025102501:00:00','2026032723:59:59','2026032801:59:59' ], @@ -701,35 +701,41 @@ 2036 => [ [ [2036,3,29,0,0,0],[2036,3,29,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2036,10,24,22,59,59],[2036,10,25,1,59,59], - '2036032900:00:00','2036032903:00:00','2036102422:59:59','2036102501:59:59' ], - [ [2036,10,24,23,0,0],[2036,10,25,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2036,10,17,22,59,59],[2036,10,18,1,59,59], + '2036032900:00:00','2036032903:00:00','2036101722:59:59','2036101801:59:59' ], + [ [2036,10,17,23,0,0],[2036,10,18,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2037,3,27,23,59,59],[2037,3,28,1,59,59], - '2036102423:00:00','2036102501:00:00','2037032723:59:59','2037032801:59:59' ], + '2036101723:00:00','2036101801:00:00','2037032723:59:59','2037032801:59:59' ], ], 2037 => [ [ [2037,3,28,0,0,0],[2037,3,28,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2037,10,23,22,59,59],[2037,10,24,1,59,59], - '2037032800:00:00','2037032803:00:00','2037102322:59:59','2037102401:59:59' ], - [ [2037,10,23,23,0,0],[2037,10,24,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2037,10,9,22,59,59],[2037,10,10,1,59,59], + '2037032800:00:00','2037032803:00:00','2037100922:59:59','2037101001:59:59' ], + [ [2037,10,9,23,0,0],[2037,10,10,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2038,3,26,23,59,59],[2038,3,27,1,59,59], - '2037102323:00:00','2037102401:00:00','2038032623:59:59','2038032701:59:59' ], + '2037100923:00:00','2037101001:00:00','2038032623:59:59','2038032701:59:59' ], ], 2038 => [ [ [2038,3,27,0,0,0],[2038,3,27,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2038,10,29,22,59,59],[2038,10,30,1,59,59], - '2038032700:00:00','2038032703:00:00','2038102922:59:59','2038103001:59:59' ], - [ [2038,10,29,23,0,0],[2038,10,30,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2038,9,24,22,59,59],[2038,9,25,1,59,59], + '2038032700:00:00','2038032703:00:00','2038092422:59:59','2038092501:59:59' ], + [ [2038,9,24,23,0,0],[2038,9,25,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2039,3,25,23,59,59],[2039,3,26,1,59,59], - '2038102923:00:00','2038103001:00:00','2039032523:59:59','2039032601:59:59' ], + '2038092423:00:00','2038092501:00:00','2039032523:59:59','2039032601:59:59' ], ], 2039 => [ [ [2039,3,26,0,0,0],[2039,3,26,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2039,9,16,22,59,59],[2039,9,17,1,59,59], + '2039032600:00:00','2039032603:00:00','2039091622:59:59','2039091701:59:59' ], + [ [2039,9,16,23,0,0],[2039,9,17,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2039,10,21,23,59,59],[2039,10,22,1,59,59], + '2039091623:00:00','2039091701:00:00','2039102123:59:59','2039102201:59:59' ], + [ [2039,10,22,0,0,0],[2039,10,22,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2039,10,28,22,59,59],[2039,10,29,1,59,59], - '2039032600:00:00','2039032603:00:00','2039102822:59:59','2039102901:59:59' ], + '2039102200:00:00','2039102203:00:00','2039102822:59:59','2039102901:59:59' ], [ [2039,10,28,23,0,0],[2039,10,29,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2040,3,23,23,59,59],[2040,3,24,1,59,59], '2039102823:00:00','2039102901:00:00','2040032323:59:59','2040032401:59:59' ], @@ -737,8 +743,14 @@ 2040 => [ [ [2040,3,24,0,0,0],[2040,3,24,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2040,8,31,22,59,59],[2040,9,1,1,59,59], + '2040032400:00:00','2040032403:00:00','2040083122:59:59','2040090101:59:59' ], + [ [2040,8,31,23,0,0],[2040,9,1,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2040,10,12,23,59,59],[2040,10,13,1,59,59], + '2040083123:00:00','2040090101:00:00','2040101223:59:59','2040101301:59:59' ], + [ [2040,10,13,0,0,0],[2040,10,13,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2040,10,26,22,59,59],[2040,10,27,1,59,59], - '2040032400:00:00','2040032403:00:00','2040102622:59:59','2040102701:59:59' ], + '2040101300:00:00','2040101303:00:00','2040102622:59:59','2040102701:59:59' ], [ [2040,10,26,23,0,0],[2040,10,27,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2041,3,29,23,59,59],[2041,3,30,1,59,59], '2040102623:00:00','2040102701:00:00','2041032923:59:59','2041033001:59:59' ], @@ -746,8 +758,14 @@ 2041 => [ [ [2041,3,30,0,0,0],[2041,3,30,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2041,8,23,22,59,59],[2041,8,24,1,59,59], + '2041033000:00:00','2041033003:00:00','2041082322:59:59','2041082401:59:59' ], + [ [2041,8,23,23,0,0],[2041,8,24,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2041,9,27,23,59,59],[2041,9,28,1,59,59], + '2041082323:00:00','2041082401:00:00','2041092723:59:59','2041092801:59:59' ], + [ [2041,9,28,0,0,0],[2041,9,28,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2041,10,25,22,59,59],[2041,10,26,1,59,59], - '2041033000:00:00','2041033003:00:00','2041102522:59:59','2041102601:59:59' ], + '2041092800:00:00','2041092803:00:00','2041102522:59:59','2041102601:59:59' ], [ [2041,10,25,23,0,0],[2041,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2042,3,28,23,59,59],[2042,3,29,1,59,59], '2041102523:00:00','2041102601:00:00','2042032823:59:59','2042032901:59:59' ], @@ -755,8 +773,14 @@ 2042 => [ [ [2042,3,29,0,0,0],[2042,3,29,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2042,8,15,22,59,59],[2042,8,16,1,59,59], + '2042032900:00:00','2042032903:00:00','2042081522:59:59','2042081601:59:59' ], + [ [2042,8,15,23,0,0],[2042,8,16,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2042,9,19,23,59,59],[2042,9,20,1,59,59], + '2042081523:00:00','2042081601:00:00','2042091923:59:59','2042092001:59:59' ], + [ [2042,9,20,0,0,0],[2042,9,20,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2042,10,24,22,59,59],[2042,10,25,1,59,59], - '2042032900:00:00','2042032903:00:00','2042102422:59:59','2042102501:59:59' ], + '2042092000:00:00','2042092003:00:00','2042102422:59:59','2042102501:59:59' ], [ [2042,10,24,23,0,0],[2042,10,25,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2043,3,27,23,59,59],[2043,3,28,1,59,59], '2042102423:00:00','2042102501:00:00','2043032723:59:59','2043032801:59:59' ], @@ -764,8 +788,14 @@ 2043 => [ [ [2043,3,28,0,0,0],[2043,3,28,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2043,7,31,22,59,59],[2043,8,1,1,59,59], + '2043032800:00:00','2043032803:00:00','2043073122:59:59','2043080101:59:59' ], + [ [2043,7,31,23,0,0],[2043,8,1,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2043,9,11,23,59,59],[2043,9,12,1,59,59], + '2043073123:00:00','2043080101:00:00','2043091123:59:59','2043091201:59:59' ], + [ [2043,9,12,0,0,0],[2043,9,12,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2043,10,23,22,59,59],[2043,10,24,1,59,59], - '2043032800:00:00','2043032803:00:00','2043102322:59:59','2043102401:59:59' ], + '2043091200:00:00','2043091203:00:00','2043102322:59:59','2043102401:59:59' ], [ [2043,10,23,23,0,0],[2043,10,24,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2044,3,25,23,59,59],[2044,3,26,1,59,59], '2043102323:00:00','2043102401:00:00','2044032523:59:59','2044032601:59:59' ], @@ -773,8 +803,14 @@ 2044 => [ [ [2044,3,26,0,0,0],[2044,3,26,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2044,7,22,22,59,59],[2044,7,23,1,59,59], + '2044032600:00:00','2044032603:00:00','2044072222:59:59','2044072301:59:59' ], + [ [2044,7,22,23,0,0],[2044,7,23,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2044,8,26,23,59,59],[2044,8,27,1,59,59], + '2044072223:00:00','2044072301:00:00','2044082623:59:59','2044082701:59:59' ], + [ [2044,8,27,0,0,0],[2044,8,27,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2044,10,28,22,59,59],[2044,10,29,1,59,59], - '2044032600:00:00','2044032603:00:00','2044102822:59:59','2044102901:59:59' ], + '2044082700:00:00','2044082703:00:00','2044102822:59:59','2044102901:59:59' ], [ [2044,10,28,23,0,0],[2044,10,29,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2045,3,24,23,59,59],[2045,3,25,1,59,59], '2044102823:00:00','2044102901:00:00','2045032423:59:59','2045032501:59:59' ], @@ -782,8 +818,14 @@ 2045 => [ [ [2045,3,25,0,0,0],[2045,3,25,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2045,7,14,22,59,59],[2045,7,15,1,59,59], + '2045032500:00:00','2045032503:00:00','2045071422:59:59','2045071501:59:59' ], + [ [2045,7,14,23,0,0],[2045,7,15,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2045,8,18,23,59,59],[2045,8,19,1,59,59], + '2045071423:00:00','2045071501:00:00','2045081823:59:59','2045081901:59:59' ], + [ [2045,8,19,0,0,0],[2045,8,19,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2045,10,27,22,59,59],[2045,10,28,1,59,59], - '2045032500:00:00','2045032503:00:00','2045102722:59:59','2045102801:59:59' ], + '2045081900:00:00','2045081903:00:00','2045102722:59:59','2045102801:59:59' ], [ [2045,10,27,23,0,0],[2045,10,28,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2046,3,23,23,59,59],[2046,3,24,1,59,59], '2045102723:00:00','2045102801:00:00','2046032323:59:59','2046032401:59:59' ], @@ -791,8 +833,14 @@ 2046 => [ [ [2046,3,24,0,0,0],[2046,3,24,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2046,6,29,22,59,59],[2046,6,30,1,59,59], + '2046032400:00:00','2046032403:00:00','2046062922:59:59','2046063001:59:59' ], + [ [2046,6,29,23,0,0],[2046,6,30,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2046,8,10,23,59,59],[2046,8,11,1,59,59], + '2046062923:00:00','2046063001:00:00','2046081023:59:59','2046081101:59:59' ], + [ [2046,8,11,0,0,0],[2046,8,11,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2046,10,26,22,59,59],[2046,10,27,1,59,59], - '2046032400:00:00','2046032403:00:00','2046102622:59:59','2046102701:59:59' ], + '2046081100:00:00','2046081103:00:00','2046102622:59:59','2046102701:59:59' ], [ [2046,10,26,23,0,0],[2046,10,27,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2047,3,29,23,59,59],[2047,3,30,1,59,59], '2046102623:00:00','2046102701:00:00','2047032923:59:59','2047033001:59:59' ], @@ -800,8 +848,14 @@ 2047 => [ [ [2047,3,30,0,0,0],[2047,3,30,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2047,6,21,22,59,59],[2047,6,22,1,59,59], + '2047033000:00:00','2047033003:00:00','2047062122:59:59','2047062201:59:59' ], + [ [2047,6,21,23,0,0],[2047,6,22,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2047,7,26,23,59,59],[2047,7,27,1,59,59], + '2047062123:00:00','2047062201:00:00','2047072623:59:59','2047072701:59:59' ], + [ [2047,7,27,0,0,0],[2047,7,27,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2047,10,25,22,59,59],[2047,10,26,1,59,59], - '2047033000:00:00','2047033003:00:00','2047102522:59:59','2047102601:59:59' ], + '2047072700:00:00','2047072703:00:00','2047102522:59:59','2047102601:59:59' ], [ [2047,10,25,23,0,0],[2047,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2048,3,27,23,59,59],[2048,3,28,1,59,59], '2047102523:00:00','2047102601:00:00','2048032723:59:59','2048032801:59:59' ], @@ -809,8 +863,14 @@ 2048 => [ [ [2048,3,28,0,0,0],[2048,3,28,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2048,6,5,22,59,59],[2048,6,6,1,59,59], + '2048032800:00:00','2048032803:00:00','2048060522:59:59','2048060601:59:59' ], + [ [2048,6,5,23,0,0],[2048,6,6,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2048,7,17,23,59,59],[2048,7,18,1,59,59], + '2048060523:00:00','2048060601:00:00','2048071723:59:59','2048071801:59:59' ], + [ [2048,7,18,0,0,0],[2048,7,18,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2048,10,23,22,59,59],[2048,10,24,1,59,59], - '2048032800:00:00','2048032803:00:00','2048102322:59:59','2048102401:59:59' ], + '2048071800:00:00','2048071803:00:00','2048102322:59:59','2048102401:59:59' ], [ [2048,10,23,23,0,0],[2048,10,24,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2049,3,26,23,59,59],[2049,3,27,1,59,59], '2048102323:00:00','2048102401:00:00','2049032623:59:59','2049032701:59:59' ], @@ -818,8 +878,14 @@ 2049 => [ [ [2049,3,27,0,0,0],[2049,3,27,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2049,5,28,22,59,59],[2049,5,29,1,59,59], + '2049032700:00:00','2049032703:00:00','2049052822:59:59','2049052901:59:59' ], + [ [2049,5,28,23,0,0],[2049,5,29,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2049,7,2,23,59,59],[2049,7,3,1,59,59], + '2049052823:00:00','2049052901:00:00','2049070223:59:59','2049070301:59:59' ], + [ [2049,7,3,0,0,0],[2049,7,3,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2049,10,29,22,59,59],[2049,10,30,1,59,59], - '2049032700:00:00','2049032703:00:00','2049102922:59:59','2049103001:59:59' ], + '2049070300:00:00','2049070303:00:00','2049102922:59:59','2049103001:59:59' ], [ [2049,10,29,23,0,0],[2049,10,30,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2050,3,25,23,59,59],[2050,3,26,1,59,59], '2049102923:00:00','2049103001:00:00','2050032523:59:59','2050032601:59:59' ], @@ -827,8 +893,14 @@ 2050 => [ [ [2050,3,26,0,0,0],[2050,3,26,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2050,5,20,22,59,59],[2050,5,21,1,59,59], + '2050032600:00:00','2050032603:00:00','2050052022:59:59','2050052101:59:59' ], + [ [2050,5,20,23,0,0],[2050,5,21,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2050,6,24,23,59,59],[2050,6,25,1,59,59], + '2050052023:00:00','2050052101:00:00','2050062423:59:59','2050062501:59:59' ], + [ [2050,6,25,0,0,0],[2050,6,25,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2050,10,28,22,59,59],[2050,10,29,1,59,59], - '2050032600:00:00','2050032603:00:00','2050102822:59:59','2050102901:59:59' ], + '2050062500:00:00','2050062503:00:00','2050102822:59:59','2050102901:59:59' ], [ [2050,10,28,23,0,0],[2050,10,29,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2051,3,24,23,59,59],[2051,3,25,1,59,59], '2050102823:00:00','2050102901:00:00','2051032423:59:59','2051032501:59:59' ], @@ -836,8 +908,14 @@ 2051 => [ [ [2051,3,25,0,0,0],[2051,3,25,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2051,5,5,22,59,59],[2051,5,6,1,59,59], + '2051032500:00:00','2051032503:00:00','2051050522:59:59','2051050601:59:59' ], + [ [2051,5,5,23,0,0],[2051,5,6,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2051,6,16,23,59,59],[2051,6,17,1,59,59], + '2051050523:00:00','2051050601:00:00','2051061623:59:59','2051061701:59:59' ], + [ [2051,6,17,0,0,0],[2051,6,17,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2051,10,27,22,59,59],[2051,10,28,1,59,59], - '2051032500:00:00','2051032503:00:00','2051102722:59:59','2051102801:59:59' ], + '2051061700:00:00','2051061703:00:00','2051102722:59:59','2051102801:59:59' ], [ [2051,10,27,23,0,0],[2051,10,28,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2052,3,29,23,59,59],[2052,3,30,1,59,59], '2051102723:00:00','2051102801:00:00','2052032923:59:59','2052033001:59:59' ], @@ -845,8 +923,14 @@ 2052 => [ [ [2052,3,30,0,0,0],[2052,3,30,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2052,4,26,22,59,59],[2052,4,27,1,59,59], + '2052033000:00:00','2052033003:00:00','2052042622:59:59','2052042701:59:59' ], + [ [2052,4,26,23,0,0],[2052,4,27,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2052,5,31,23,59,59],[2052,6,1,1,59,59], + '2052042623:00:00','2052042701:00:00','2052053123:59:59','2052060101:59:59' ], + [ [2052,6,1,0,0,0],[2052,6,1,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2052,10,25,22,59,59],[2052,10,26,1,59,59], - '2052033000:00:00','2052033003:00:00','2052102522:59:59','2052102601:59:59' ], + '2052060100:00:00','2052060103:00:00','2052102522:59:59','2052102601:59:59' ], [ [2052,10,25,23,0,0],[2052,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2053,3,28,23,59,59],[2053,3,29,1,59,59], '2052102523:00:00','2052102601:00:00','2053032823:59:59','2053032901:59:59' ], @@ -854,8 +938,14 @@ 2053 => [ [ [2053,3,29,0,0,0],[2053,3,29,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2053,4,11,22,59,59],[2053,4,12,1,59,59], + '2053032900:00:00','2053032903:00:00','2053041122:59:59','2053041201:59:59' ], + [ [2053,4,11,23,0,0],[2053,4,12,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2053,5,23,23,59,59],[2053,5,24,1,59,59], + '2053041123:00:00','2053041201:00:00','2053052323:59:59','2053052401:59:59' ], + [ [2053,5,24,0,0,0],[2053,5,24,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2053,10,24,22,59,59],[2053,10,25,1,59,59], - '2053032900:00:00','2053032903:00:00','2053102422:59:59','2053102501:59:59' ], + '2053052400:00:00','2053052403:00:00','2053102422:59:59','2053102501:59:59' ], [ [2053,10,24,23,0,0],[2053,10,25,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2054,3,27,23,59,59],[2054,3,28,1,59,59], '2053102423:00:00','2053102501:00:00','2054032723:59:59','2054032801:59:59' ], @@ -863,35 +953,41 @@ 2054 => [ [ [2054,3,28,0,0,0],[2054,3,28,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2054,4,3,22,59,59],[2054,4,4,1,59,59], + '2054032800:00:00','2054032803:00:00','2054040322:59:59','2054040401:59:59' ], + [ [2054,4,3,23,0,0],[2054,4,4,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2054,5,15,23,59,59],[2054,5,16,1,59,59], + '2054040323:00:00','2054040401:00:00','2054051523:59:59','2054051601:59:59' ], + [ [2054,5,16,0,0,0],[2054,5,16,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2054,10,23,22,59,59],[2054,10,24,1,59,59], - '2054032800:00:00','2054032803:00:00','2054102322:59:59','2054102401:59:59' ], + '2054051600:00:00','2054051603:00:00','2054102322:59:59','2054102401:59:59' ], [ [2054,10,23,23,0,0],[2054,10,24,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2055,3,26,23,59,59],[2055,3,27,1,59,59], - '2054102323:00:00','2054102401:00:00','2055032623:59:59','2055032701:59:59' ], + 'EET',0,[2055,4,30,23,59,59],[2055,5,1,1,59,59], + '2054102323:00:00','2054102401:00:00','2055043023:59:59','2055050101:59:59' ], ], 2055 => [ - [ [2055,3,27,0,0,0],[2055,3,27,3,0,0],'+03:00:00',[3,0,0], + [ [2055,5,1,0,0,0],[2055,5,1,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2055,10,29,22,59,59],[2055,10,30,1,59,59], - '2055032700:00:00','2055032703:00:00','2055102922:59:59','2055103001:59:59' ], + '2055050100:00:00','2055050103:00:00','2055102922:59:59','2055103001:59:59' ], [ [2055,10,29,23,0,0],[2055,10,30,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2056,3,24,23,59,59],[2056,3,25,1,59,59], - '2055102923:00:00','2055103001:00:00','2056032423:59:59','2056032501:59:59' ], + 'EET',0,[2056,4,21,23,59,59],[2056,4,22,1,59,59], + '2055102923:00:00','2055103001:00:00','2056042123:59:59','2056042201:59:59' ], ], 2056 => [ - [ [2056,3,25,0,0,0],[2056,3,25,3,0,0],'+03:00:00',[3,0,0], + [ [2056,4,22,0,0,0],[2056,4,22,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2056,10,27,22,59,59],[2056,10,28,1,59,59], - '2056032500:00:00','2056032503:00:00','2056102722:59:59','2056102801:59:59' ], + '2056042200:00:00','2056042203:00:00','2056102722:59:59','2056102801:59:59' ], [ [2056,10,27,23,0,0],[2056,10,28,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2057,3,23,23,59,59],[2057,3,24,1,59,59], - '2056102723:00:00','2056102801:00:00','2057032323:59:59','2057032401:59:59' ], + 'EET',0,[2057,4,6,23,59,59],[2057,4,7,1,59,59], + '2056102723:00:00','2056102801:00:00','2057040623:59:59','2057040701:59:59' ], ], 2057 => [ - [ [2057,3,24,0,0,0],[2057,3,24,3,0,0],'+03:00:00',[3,0,0], + [ [2057,4,7,0,0,0],[2057,4,7,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2057,10,26,22,59,59],[2057,10,27,1,59,59], - '2057032400:00:00','2057032403:00:00','2057102622:59:59','2057102701:59:59' ], + '2057040700:00:00','2057040703:00:00','2057102622:59:59','2057102701:59:59' ], [ [2057,10,26,23,0,0],[2057,10,27,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2058,3,29,23,59,59],[2058,3,30,1,59,59], '2057102623:00:00','2057102701:00:00','2058032923:59:59','2058033001:59:59' ], @@ -989,71 +1085,77 @@ 2068 => [ [ [2068,3,24,0,0,0],[2068,3,24,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2068,10,26,22,59,59],[2068,10,27,1,59,59], - '2068032400:00:00','2068032403:00:00','2068102622:59:59','2068102701:59:59' ], - [ [2068,10,26,23,0,0],[2068,10,27,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2068,10,19,22,59,59],[2068,10,20,1,59,59], + '2068032400:00:00','2068032403:00:00','2068101922:59:59','2068102001:59:59' ], + [ [2068,10,19,23,0,0],[2068,10,20,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2069,3,29,23,59,59],[2069,3,30,1,59,59], - '2068102623:00:00','2068102701:00:00','2069032923:59:59','2069033001:59:59' ], + '2068101923:00:00','2068102001:00:00','2069032923:59:59','2069033001:59:59' ], ], 2069 => [ [ [2069,3,30,0,0,0],[2069,3,30,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2069,10,25,22,59,59],[2069,10,26,1,59,59], - '2069033000:00:00','2069033003:00:00','2069102522:59:59','2069102601:59:59' ], - [ [2069,10,25,23,0,0],[2069,10,26,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2069,10,11,22,59,59],[2069,10,12,1,59,59], + '2069033000:00:00','2069033003:00:00','2069101122:59:59','2069101201:59:59' ], + [ [2069,10,11,23,0,0],[2069,10,12,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2070,3,28,23,59,59],[2070,3,29,1,59,59], - '2069102523:00:00','2069102601:00:00','2070032823:59:59','2070032901:59:59' ], + '2069101123:00:00','2069101201:00:00','2070032823:59:59','2070032901:59:59' ], ], 2070 => [ [ [2070,3,29,0,0,0],[2070,3,29,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2070,10,24,22,59,59],[2070,10,25,1,59,59], - '2070032900:00:00','2070032903:00:00','2070102422:59:59','2070102501:59:59' ], - [ [2070,10,24,23,0,0],[2070,10,25,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2070,10,3,22,59,59],[2070,10,4,1,59,59], + '2070032900:00:00','2070032903:00:00','2070100322:59:59','2070100401:59:59' ], + [ [2070,10,3,23,0,0],[2070,10,4,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2071,3,27,23,59,59],[2071,3,28,1,59,59], - '2070102423:00:00','2070102501:00:00','2071032723:59:59','2071032801:59:59' ], + '2070100323:00:00','2070100401:00:00','2071032723:59:59','2071032801:59:59' ], ], 2071 => [ [ [2071,3,28,0,0,0],[2071,3,28,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2071,10,23,22,59,59],[2071,10,24,1,59,59], - '2071032800:00:00','2071032803:00:00','2071102322:59:59','2071102401:59:59' ], - [ [2071,10,23,23,0,0],[2071,10,24,1,0,0],'+02:00:00',[2,0,0], + 'EEST',1,[2071,9,18,22,59,59],[2071,9,19,1,59,59], + '2071032800:00:00','2071032803:00:00','2071091822:59:59','2071091901:59:59' ], + [ [2071,9,18,23,0,0],[2071,9,19,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2072,3,25,23,59,59],[2072,3,26,1,59,59], - '2071102323:00:00','2071102401:00:00','2072032523:59:59','2072032601:59:59' ], + '2071091823:00:00','2071091901:00:00','2072032523:59:59','2072032601:59:59' ], ], 2072 => [ [ [2072,3,26,0,0,0],[2072,3,26,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2072,10,28,22,59,59],[2072,10,29,1,59,59], - '2072032600:00:00','2072032603:00:00','2072102822:59:59','2072102901:59:59' ], - [ [2072,10,28,23,0,0],[2072,10,29,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2073,3,24,23,59,59],[2073,3,25,1,59,59], - '2072102823:00:00','2072102901:00:00','2073032423:59:59','2073032501:59:59' ], + 'EEST',1,[2072,9,9,22,59,59],[2072,9,10,1,59,59], + '2072032600:00:00','2072032603:00:00','2072090922:59:59','2072091001:59:59' ], + [ [2072,9,9,23,0,0],[2072,9,10,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2072,10,14,23,59,59],[2072,10,15,1,59,59], + '2072090923:00:00','2072091001:00:00','2072101423:59:59','2072101501:59:59' ], + [ [2072,10,15,0,0,0],[2072,10,15,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2073,9,1,22,59,59],[2073,9,2,1,59,59], + '2072101500:00:00','2072101503:00:00','2073090122:59:59','2073090201:59:59' ], ], 2073 => [ - [ [2073,3,25,0,0,0],[2073,3,25,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2073,10,27,22,59,59],[2073,10,28,1,59,59], - '2073032500:00:00','2073032503:00:00','2073102722:59:59','2073102801:59:59' ], - [ [2073,10,27,23,0,0],[2073,10,28,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2074,3,23,23,59,59],[2074,3,24,1,59,59], - '2073102723:00:00','2073102801:00:00','2074032323:59:59','2074032401:59:59' ], + [ [2073,9,1,23,0,0],[2073,9,2,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2073,10,6,23,59,59],[2073,10,7,1,59,59], + '2073090123:00:00','2073090201:00:00','2073100623:59:59','2073100701:59:59' ], + [ [2073,10,7,0,0,0],[2073,10,7,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2074,8,17,22,59,59],[2074,8,18,1,59,59], + '2073100700:00:00','2073100703:00:00','2074081722:59:59','2074081801:59:59' ], ], 2074 => [ - [ [2074,3,24,0,0,0],[2074,3,24,3,0,0],'+03:00:00',[3,0,0], - 'EEST',1,[2074,10,26,22,59,59],[2074,10,27,1,59,59], - '2074032400:00:00','2074032403:00:00','2074102622:59:59','2074102701:59:59' ], - [ [2074,10,26,23,0,0],[2074,10,27,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2075,3,29,23,59,59],[2075,3,30,1,59,59], - '2074102623:00:00','2074102701:00:00','2075032923:59:59','2075033001:59:59' ], + [ [2074,8,17,23,0,0],[2074,8,18,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2074,9,28,23,59,59],[2074,9,29,1,59,59], + '2074081723:00:00','2074081801:00:00','2074092823:59:59','2074092901:59:59' ], + [ [2074,9,29,0,0,0],[2074,9,29,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2075,8,9,22,59,59],[2075,8,10,1,59,59], + '2074092900:00:00','2074092903:00:00','2075080922:59:59','2075081001:59:59' ], ], 2075 => [ - [ [2075,3,30,0,0,0],[2075,3,30,3,0,0],'+03:00:00',[3,0,0], + [ [2075,8,9,23,0,0],[2075,8,10,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2075,9,13,23,59,59],[2075,9,14,1,59,59], + '2075080923:00:00','2075081001:00:00','2075091323:59:59','2075091401:59:59' ], + [ [2075,9,14,0,0,0],[2075,9,14,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2075,10,25,22,59,59],[2075,10,26,1,59,59], - '2075033000:00:00','2075033003:00:00','2075102522:59:59','2075102601:59:59' ], + '2075091400:00:00','2075091403:00:00','2075102522:59:59','2075102601:59:59' ], [ [2075,10,25,23,0,0],[2075,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2076,3,27,23,59,59],[2076,3,28,1,59,59], '2075102523:00:00','2075102601:00:00','2076032723:59:59','2076032801:59:59' ], @@ -1211,6 +1313,15 @@ 'EET',0,[2093,3,27,23,59,59],[2093,3,28,1,59,59], '2092102423:00:00','2092102501:00:00','2093032723:59:59','2093032801:59:59' ], ], + 2093 => + [ + [ [2093,3,28,0,0,0],[2093,3,28,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,23,22,59,59],[2093,10,24,1,59,59], + '2093032800:00:00','2093032803:00:00','2093102322:59:59','2093102401:59:59' ], + [ [2093,10,23,23,0,0],[2093,10,24,1,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,26,23,59,59],[2094,3,27,1,59,59], + '2093102323:00:00','2093102401:00:00','2094032623:59:59','2094032701:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asho_c00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asho_c00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asho_c00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asho_c00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ashong00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ashong00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ashong00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ashong00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ashovd00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ashovd00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ashovd00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ashovd00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asirku00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asirku00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asirku00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asirku00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asjaka00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asjaka00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asjaka00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asjaka00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asjaya00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asjaya00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asjaya00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asjaya00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asjeru00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asjeru00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asjeru00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asjeru00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1280,8 +1280,17 @@ 'IDT',1,[2101,10,29,22,59,59],[2101,10,30,1,59,59], '2101032500:00:00','2101032503:00:00','2101102922:59:59','2101103001:59:59' ], [ [2101,10,29,23,0,0],[2101,10,30,1,0,0],'+02:00:00',[2,0,0], + 'IST',0,[2102,3,23,23,59,59],[2102,3,24,1,59,59], + '2101102923:00:00','2101103001:00:00','2102032323:59:59','2102032401:59:59' ], + ], + 2102 => + [ + [ [2102,3,24,0,0,0],[2102,3,24,3,0,0],'+03:00:00',[3,0,0], + 'IDT',1,[2102,10,28,22,59,59],[2102,10,29,1,59,59], + '2102032400:00:00','2102032403:00:00','2102102822:59:59','2102102901:59:59' ], + [ [2102,10,28,23,0,0],[2102,10,29,1,0,0],'+02:00:00',[2,0,0], 'IST',0,[9999,12,31,0,0,0],[9999,12,31,2,0,0], - '2101102923:00:00','2101103001:00:00','9999123100:00:00','9999123102:00:00' ], + '2102102823:00:00','2102102901:00:00','9999123100:00:00','9999123102:00:00' ], ], ); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/askabu00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/askabu00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/askabu00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/askabu00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/askamc00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/askamc00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/askamc00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/askamc00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/askara00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/askara00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/askara00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/askara00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/askath00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/askath00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/askath00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/askath00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/askhan00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/askhan00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/askhan00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/askhan00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/askolk00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/askolk00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/askolk00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/askolk00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/askras00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/askras00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/askras00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/askras00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/askuch00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/askuch00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/askuch00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/askuch00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asmaca00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asmaca00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asmaca00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asmaca00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asmaga00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asmaga00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asmaga00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asmaga00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asmaka00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asmaka00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asmaka00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asmaka00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asmani00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asmani00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asmani00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asmani00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asnico00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asnico00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asnico00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asnico00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1103,6 +1103,15 @@ 'EET',0,[2093,3,29,0,59,59],[2093,3,29,2,59,59], '2092102601:00:00','2092102603:00:00','2093032900:59:59','2093032902:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,4,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,25,0,59,59],[2093,10,25,3,59,59], + '2093032901:00:00','2093032904:00:00','2093102500:59:59','2093102503:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,3,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,28,0,59,59],[2094,3,28,2,59,59], + '2093102501:00:00','2093102503:00:00','2094032800:59:59','2094032802:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asnovo00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asnovo00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asnovo00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asnovo00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asnovo01.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asnovo01.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asnovo01.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asnovo01.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asomsk00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asomsk00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asomsk00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asomsk00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asoral00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asoral00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asoral00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asoral00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aspont00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aspont00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aspont00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aspont00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aspyon00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aspyon00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aspyon00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aspyon00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asqata00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asqata00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asqata00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asqata00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asqost00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asqost00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asqost00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asqost00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asqyzy00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asqyzy00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asqyzy00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asqyzy00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asriya00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asriya00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asriya00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asriya00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/assakh00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/assakh00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/assakh00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/assakh00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/assama00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/assama00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/assama00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/assama00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asseou00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asseou00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asseou00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asseou00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asshan00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asshan00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asshan00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asshan00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/assing00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/assing00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/assing00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/assing00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/assred00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/assred00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/assred00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/assred00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/astaip00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/astaip00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/astaip00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/astaip00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/astash00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/astash00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/astash00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/astash00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/astbil00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/astbil00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/astbil00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/astbil00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/astehr00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/astehr00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/astehr00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/astehr00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asthim00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asthim00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asthim00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asthim00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/astoky00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/astoky00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/astoky00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/astoky00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/astoms00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/astoms00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/astoms00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/astoms00.pm 2023-06-07 16:24:36.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:36 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asulaa00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asulaa00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asulaa00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asulaa00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asurum00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asurum00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asurum00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asurum00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asustm00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asustm00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asustm00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asustm00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asvlad00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asvlad00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asvlad00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asvlad00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asyaku00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asyaku00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asyaku00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asyaku00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asyang00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asyang00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asyang00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asyang00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asyeka00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asyeka00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asyeka00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asyeka00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/asyere00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/asyere00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/asyere00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/asyere00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/atazor00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/atazor00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/atazor00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/atazor00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1526,6 +1526,15 @@ '-01',0,[2093,3,29,0,59,59],[2093,3,28,23,59,59], '2092102601:00:00','2092102600:00:00','2093032900:59:59','2093032823:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,1,0,0],'+00:00:00',[0,0,0], + '+00',1,[2093,10,25,0,59,59],[2093,10,25,0,59,59], + '2093032901:00:00','2093032901:00:00','2093102500:59:59','2093102500:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,0,0,0],'-01:00:00',[-1,0,0], + '-01',0,[2094,3,28,0,59,59],[2094,3,27,23,59,59], + '2093102501:00:00','2093102500:00:00','2094032800:59:59','2094032723:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/atberm00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/atberm00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/atberm00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/atberm00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1235,6 +1235,15 @@ 'AST',0,[2093,3,8,5,59,59],[2093,3,8,1,59,59], '2092110205:00:00','2092110201:00:00','2093030805:59:59','2093030801:59:59' ], ], + 2093 => + [ + [ [2093,3,8,6,0,0],[2093,3,8,3,0,0],'-03:00:00',[-3,0,0], + 'ADT',1,[2093,11,1,4,59,59],[2093,11,1,1,59,59], + '2093030806:00:00','2093030803:00:00','2093110104:59:59','2093110101:59:59' ], + [ [2093,11,1,5,0,0],[2093,11,1,1,0,0],'-04:00:00',[-4,0,0], + 'AST',0,[2094,3,14,5,59,59],[2094,3,14,1,59,59], + '2093110105:00:00','2093110101:00:00','2094031405:59:59','2094031401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/atcana00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/atcana00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/atcana00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/atcana00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1064,6 +1064,15 @@ 'WET',0,[2093,3,29,0,59,59],[2093,3,29,0,59,59], '2092102601:00:00','2092102601:00:00','2093032900:59:59','2093032900:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,2,0,0],'+01:00:00',[1,0,0], + 'WEST',1,[2093,10,25,0,59,59],[2093,10,25,1,59,59], + '2093032901:00:00','2093032902:00:00','2093102500:59:59','2093102501:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,1,0,0],'+00:00:00',[0,0,0], + 'WET',0,[2094,3,28,0,59,59],[2094,3,28,0,59,59], + '2093102501:00:00','2093102501:00:00','2094032800:59:59','2094032800:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/atcape00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/atcape00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/atcape00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/atcape00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/atfaro00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/atfaro00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/atfaro00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/atfaro00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1049,6 +1049,15 @@ 'WET',0,[2093,3,29,0,59,59],[2093,3,29,0,59,59], '2092102601:00:00','2092102601:00:00','2093032900:59:59','2093032900:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,2,0,0],'+01:00:00',[1,0,0], + 'WEST',1,[2093,10,25,0,59,59],[2093,10,25,1,59,59], + '2093032901:00:00','2093032902:00:00','2093102500:59:59','2093102501:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,1,0,0],'+00:00:00',[0,0,0], + 'WET',0,[2094,3,28,0,59,59],[2094,3,28,0,59,59], + '2093102501:00:00','2093102501:00:00','2094032800:59:59','2094032800:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/atmade00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/atmade00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/atmade00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/atmade00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1526,6 +1526,15 @@ 'WET',0,[2093,3,29,0,59,59],[2093,3,29,0,59,59], '2092102601:00:00','2092102601:00:00','2093032900:59:59','2093032900:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,2,0,0],'+01:00:00',[1,0,0], + 'WEST',1,[2093,10,25,0,59,59],[2093,10,25,1,59,59], + '2093032901:00:00','2093032902:00:00','2093102500:59:59','2093102501:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,1,0,0],'+00:00:00',[0,0,0], + 'WET',0,[2094,3,28,0,59,59],[2094,3,28,0,59,59], + '2093102501:00:00','2093102501:00:00','2094032800:59:59','2094032800:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/atsout00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/atsout00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/atsout00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/atsout00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/atstan00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/atstan00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/atstan00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/atstan00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/auadel00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/auadel00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/auadel00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/auadel00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1184,6 +1184,15 @@ 'ACDT',1,[2093,4,4,16,29,59],[2093,4,5,2,59,59], '2092100416:30:00','2092100503:00:00','2093040416:29:59','2093040502:59:59' ], ], + 2093 => + [ + [ [2093,4,4,16,30,0],[2093,4,5,2,0,0],'+09:30:00',[9,30,0], + 'ACST',0,[2093,10,3,16,29,59],[2093,10,4,1,59,59], + '2093040416:30:00','2093040502:00:00','2093100316:29:59','2093100401:59:59' ], + [ [2093,10,3,16,30,0],[2093,10,4,3,0,0],'+10:30:00',[10,30,0], + 'ACDT',1,[2094,4,3,16,29,59],[2094,4,4,2,59,59], + '2093100316:30:00','2093100403:00:00','2094040316:29:59','2094040402:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aubris00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aubris00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aubris00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aubris00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aubrok00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aubrok00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aubrok00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aubrok00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1190,6 +1190,15 @@ 'ACDT',1,[2093,4,4,16,29,59],[2093,4,5,2,59,59], '2092100416:30:00','2092100503:00:00','2093040416:29:59','2093040502:59:59' ], ], + 2093 => + [ + [ [2093,4,4,16,30,0],[2093,4,5,2,0,0],'+09:30:00',[9,30,0], + 'ACST',0,[2093,10,3,16,29,59],[2093,10,4,1,59,59], + '2093040416:30:00','2093040502:00:00','2093100316:29:59','2093100401:59:59' ], + [ [2093,10,3,16,30,0],[2093,10,4,3,0,0],'+10:30:00',[10,30,0], + 'ACDT',1,[2094,4,3,16,29,59],[2094,4,4,2,59,59], + '2093100316:30:00','2093100403:00:00','2094040316:29:59','2094040402:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/audarw00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/audarw00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/audarw00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/audarw00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aueucl00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aueucl00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aueucl00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aueucl00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/auhoba00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/auhoba00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/auhoba00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/auhoba00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1232,6 +1232,15 @@ 'AEDT',1,[2093,4,4,15,59,59],[2093,4,5,2,59,59], '2092100416:00:00','2092100503:00:00','2093040415:59:59','2093040502:59:59' ], ], + 2093 => + [ + [ [2093,4,4,16,0,0],[2093,4,5,2,0,0],'+10:00:00',[10,0,0], + 'AEST',0,[2093,10,3,15,59,59],[2093,10,4,1,59,59], + '2093040416:00:00','2093040502:00:00','2093100315:59:59','2093100401:59:59' ], + [ [2093,10,3,16,0,0],[2093,10,4,3,0,0],'+11:00:00',[11,0,0], + 'AEDT',1,[2094,4,3,15,59,59],[2094,4,4,2,59,59], + '2093100316:00:00','2093100403:00:00','2094040315:59:59','2094040402:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aulind00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aulind00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aulind00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aulind00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aulord00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aulord00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aulord00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aulord00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1049,6 +1049,15 @@ '+11',1,[2093,4,4,14,59,59],[2093,4,5,1,59,59], '2092100415:30:00','2092100502:30:00','2093040414:59:59','2093040501:59:59' ], ], + 2093 => + [ + [ [2093,4,4,15,0,0],[2093,4,5,1,30,0],'+10:30:00',[10,30,0], + '+1030',0,[2093,10,3,15,29,59],[2093,10,4,1,59,59], + '2093040415:00:00','2093040501:30:00','2093100315:29:59','2093100401:59:59' ], + [ [2093,10,3,15,30,0],[2093,10,4,2,30,0],'+11:00:00',[11,0,0], + '+11',1,[2094,4,3,14,59,59],[2094,4,4,1,59,59], + '2093100315:30:00','2093100402:30:00','2094040314:59:59','2094040401:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aumelb00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aumelb00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aumelb00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aumelb00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1178,6 +1178,15 @@ 'AEDT',1,[2093,4,4,15,59,59],[2093,4,5,2,59,59], '2092100416:00:00','2092100503:00:00','2093040415:59:59','2093040502:59:59' ], ], + 2093 => + [ + [ [2093,4,4,16,0,0],[2093,4,5,2,0,0],'+10:00:00',[10,0,0], + 'AEST',0,[2093,10,3,15,59,59],[2093,10,4,1,59,59], + '2093040416:00:00','2093040502:00:00','2093100315:59:59','2093100401:59:59' ], + [ [2093,10,3,16,0,0],[2093,10,4,3,0,0],'+11:00:00',[11,0,0], + 'AEDT',1,[2094,4,3,15,59,59],[2094,4,4,2,59,59], + '2093100316:00:00','2093100403:00:00','2094040315:59:59','2094040402:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/aupert00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/aupert00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/aupert00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/aupert00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ausydn00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ausydn00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ausydn00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ausydn00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1178,6 +1178,15 @@ 'AEDT',1,[2093,4,4,15,59,59],[2093,4,5,2,59,59], '2092100416:00:00','2092100503:00:00','2093040415:59:59','2093040502:59:59' ], ], + 2093 => + [ + [ [2093,4,4,16,0,0],[2093,4,5,2,0,0],'+10:00:00',[10,0,0], + 'AEST',0,[2093,10,3,15,59,59],[2093,10,4,1,59,59], + '2093040416:00:00','2093040502:00:00','2093100315:59:59','2093100401:59:59' ], + [ [2093,10,3,16,0,0],[2093,10,4,3,0,0],'+11:00:00',[11,0,0], + 'AEDT',1,[2094,4,3,15,59,59],[2094,4,4,2,59,59], + '2093100316:00:00','2093100403:00:00','2094040315:59:59','2094040402:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/b00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/b00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/b00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/b00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/c00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/c00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/c00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/c00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/cet00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/cet00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/cet00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/cet00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1145,6 +1145,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/d00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/d00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/d00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/d00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/e00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/e00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/e00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/e00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eet00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eet00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eet00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eet00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1079,6 +1079,15 @@ 'EET',0,[2093,3,29,0,59,59],[2093,3,29,2,59,59], '2092102601:00:00','2092102603:00:00','2093032900:59:59','2093032902:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,4,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,25,0,59,59],[2093,10,25,3,59,59], + '2093032901:00:00','2093032904:00:00','2093102500:59:59','2093102503:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,3,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,28,0,59,59],[2094,3,28,2,59,59], + '2093102501:00:00','2093102503:00:00','2094032800:59:59','2094032802:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmt00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmt00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmt00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmt00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm01.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm01.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm01.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm01.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm02.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm02.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm02.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm02.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm03.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm03.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm03.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm03.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm04.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm04.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm04.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm04.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm05.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm05.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm05.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm05.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm06.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm06.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm06.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm06.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm07.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm07.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm07.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm07.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm08.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm08.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm08.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm08.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm09.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm09.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm09.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm09.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm10.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm10.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm10.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm10.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm11.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm11.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm11.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm11.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm12.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm12.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm12.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm12.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm13.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm13.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtm13.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtm13.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp01.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp01.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp01.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp01.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp02.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp02.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp02.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp02.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp03.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp03.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp03.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp03.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp04.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp04.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp04.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp04.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp05.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp05.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp05.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp05.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp06.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp06.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp06.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp06.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp07.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp07.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp07.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp07.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp08.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp08.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp08.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp08.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp09.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp09.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp09.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp09.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp10.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp10.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp10.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp10.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp11.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp11.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etgmtp11.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etgmtp11.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/etutc00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/etutc00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/etutc00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/etutc00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euando00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euando00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euando00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euando00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1019,6 +1019,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euastr00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euastr00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euastr00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euastr00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euathe00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euathe00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euathe00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euathe00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1157,6 +1157,15 @@ 'EET',0,[2093,3,29,0,59,59],[2093,3,29,2,59,59], '2092102601:00:00','2092102603:00:00','2093032900:59:59','2093032902:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,4,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,25,0,59,59],[2093,10,25,3,59,59], + '2093032901:00:00','2093032904:00:00','2093102500:59:59','2093102503:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,3,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,28,0,59,59],[2094,3,28,2,59,59], + '2093102501:00:00','2093102503:00:00','2094032800:59:59','2094032802:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eubelg00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eubelg00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eubelg00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eubelg00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1070,6 +1070,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euberl00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euberl00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euberl00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euberl00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1172,6 +1172,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eubrus00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eubrus00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eubrus00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eubrus00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1367,6 +1367,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eubuch00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eubuch00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eubuch00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eubuch00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1145,6 +1145,15 @@ 'EET',0,[2093,3,29,0,59,59],[2093,3,29,2,59,59], '2092102601:00:00','2092102603:00:00','2093032900:59:59','2093032902:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,4,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,25,0,59,59],[2093,10,25,3,59,59], + '2093032901:00:00','2093032904:00:00','2093102500:59:59','2093102503:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,3,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,28,0,59,59],[2094,3,28,2,59,59], + '2093102501:00:00','2093102503:00:00','2094032800:59:59','2094032802:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eubuda00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eubuda00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eubuda00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eubuda00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1214,6 +1214,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euchis00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euchis00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euchis00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euchis00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1172,6 +1172,15 @@ 'EET',0,[2093,3,28,23,59,59],[2093,3,29,1,59,59], '2092102600:00:00','2092102602:00:00','2093032823:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,0,0,0],[2093,3,29,3,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,24,23,59,59],[2093,10,25,2,59,59], + '2093032900:00:00','2093032903:00:00','2093102423:59:59','2093102502:59:59' ], + [ [2093,10,25,0,0,0],[2093,10,25,2,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,27,23,59,59],[2094,3,28,1,59,59], + '2093102500:00:00','2093102502:00:00','2094032723:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eudubl00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eudubl00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eudubl00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eudubl00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1562,6 +1562,15 @@ 'GMT',1,[2093,3,29,0,59,59],[2093,3,29,0,59,59], '2092102601:00:00','2092102601:00:00','2093032900:59:59','2093032900:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,2,0,0],'+01:00:00',[1,0,0], + 'IST',0,[2093,10,25,0,59,59],[2093,10,25,1,59,59], + '2093032901:00:00','2093032902:00:00','2093102500:59:59','2093102501:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,1,0,0],'+00:00:00',[0,0,0], + 'GMT',1,[2094,3,28,0,59,59],[2094,3,28,0,59,59], + '2093102501:00:00','2093102501:00:00','2094032800:59:59','2094032800:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eugibr00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eugibr00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eugibr00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eugibr00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1421,6 +1421,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euhels00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euhels00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euhels00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euhels00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1064,6 +1064,15 @@ 'EET',0,[2093,3,29,0,59,59],[2093,3,29,2,59,59], '2092102601:00:00','2092102603:00:00','2093032900:59:59','2093032902:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,4,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,25,0,59,59],[2093,10,25,3,59,59], + '2093032901:00:00','2093032904:00:00','2093102500:59:59','2093102503:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,3,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,28,0,59,59],[2094,3,28,2,59,59], + '2093102501:00:00','2093102503:00:00','2094032800:59:59','2094032802:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euista00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euista00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euista00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euista00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eukali00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eukali00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eukali00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eukali00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eukiro00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eukiro00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eukiro00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eukiro00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -122,19 +122,19 @@ 1989 => [ [ [1989,3,25,22,0,0],[1989,3,26,2,0,0],'+04:00:00',[4,0,0], - '+04',1,[1989,9,23,22,59,59],[1989,9,24,2,59,59], + 'MSD',1,[1989,9,23,22,59,59],[1989,9,24,2,59,59], '1989032522:00:00','1989032602:00:00','1989092322:59:59','1989092402:59:59' ], [ [1989,9,23,23,0,0],[1989,9,24,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1990,3,24,22,59,59],[1990,3,25,1,59,59], + 'MSK',0,[1990,3,24,22,59,59],[1990,3,25,1,59,59], '1989092323:00:00','1989092402:00:00','1990032422:59:59','1990032501:59:59' ], ], 1990 => [ [ [1990,3,24,23,0,0],[1990,3,25,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1990,9,29,22,59,59],[1990,9,30,2,59,59], + 'MSD',1,[1990,9,29,22,59,59],[1990,9,30,2,59,59], '1990032423:00:00','1990032503:00:00','1990092922:59:59','1990093002:59:59' ], [ [1990,9,29,23,0,0],[1990,9,30,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1991,3,30,22,59,59],[1991,3,31,1,59,59], + 'MSK',0,[1991,3,30,22,59,59],[1991,3,31,1,59,59], '1990092923:00:00','1990093002:00:00','1991033022:59:59','1991033101:59:59' ], ], 1991 => @@ -146,184 +146,184 @@ 1992 => [ [ [1992,3,28,22,0,0],[1992,3,29,2,0,0],'+04:00:00',[4,0,0], - '+04',1,[1992,9,26,22,59,59],[1992,9,27,2,59,59], + 'MSD',1,[1992,9,26,22,59,59],[1992,9,27,2,59,59], '1992032822:00:00','1992032902:00:00','1992092622:59:59','1992092702:59:59' ], [ [1992,9,26,23,0,0],[1992,9,27,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1993,3,27,22,59,59],[1993,3,28,1,59,59], + 'MSK',0,[1993,3,27,22,59,59],[1993,3,28,1,59,59], '1992092623:00:00','1992092702:00:00','1993032722:59:59','1993032801:59:59' ], ], 1993 => [ [ [1993,3,27,23,0,0],[1993,3,28,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1993,9,25,22,59,59],[1993,9,26,2,59,59], + 'MSD',1,[1993,9,25,22,59,59],[1993,9,26,2,59,59], '1993032723:00:00','1993032803:00:00','1993092522:59:59','1993092602:59:59' ], [ [1993,9,25,23,0,0],[1993,9,26,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1994,3,26,22,59,59],[1994,3,27,1,59,59], + 'MSK',0,[1994,3,26,22,59,59],[1994,3,27,1,59,59], '1993092523:00:00','1993092602:00:00','1994032622:59:59','1994032701:59:59' ], ], 1994 => [ [ [1994,3,26,23,0,0],[1994,3,27,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1994,9,24,22,59,59],[1994,9,25,2,59,59], + 'MSD',1,[1994,9,24,22,59,59],[1994,9,25,2,59,59], '1994032623:00:00','1994032703:00:00','1994092422:59:59','1994092502:59:59' ], [ [1994,9,24,23,0,0],[1994,9,25,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1995,3,25,22,59,59],[1995,3,26,1,59,59], + 'MSK',0,[1995,3,25,22,59,59],[1995,3,26,1,59,59], '1994092423:00:00','1994092502:00:00','1995032522:59:59','1995032601:59:59' ], ], 1995 => [ [ [1995,3,25,23,0,0],[1995,3,26,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1995,9,23,22,59,59],[1995,9,24,2,59,59], + 'MSD',1,[1995,9,23,22,59,59],[1995,9,24,2,59,59], '1995032523:00:00','1995032603:00:00','1995092322:59:59','1995092402:59:59' ], [ [1995,9,23,23,0,0],[1995,9,24,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1996,3,30,22,59,59],[1996,3,31,1,59,59], + 'MSK',0,[1996,3,30,22,59,59],[1996,3,31,1,59,59], '1995092323:00:00','1995092402:00:00','1996033022:59:59','1996033101:59:59' ], ], 1996 => [ [ [1996,3,30,23,0,0],[1996,3,31,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1996,10,26,22,59,59],[1996,10,27,2,59,59], + 'MSD',1,[1996,10,26,22,59,59],[1996,10,27,2,59,59], '1996033023:00:00','1996033103:00:00','1996102622:59:59','1996102702:59:59' ], [ [1996,10,26,23,0,0],[1996,10,27,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1997,3,29,22,59,59],[1997,3,30,1,59,59], + 'MSK',0,[1997,3,29,22,59,59],[1997,3,30,1,59,59], '1996102623:00:00','1996102702:00:00','1997032922:59:59','1997033001:59:59' ], ], 1997 => [ [ [1997,3,29,23,0,0],[1997,3,30,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1997,10,25,22,59,59],[1997,10,26,2,59,59], + 'MSD',1,[1997,10,25,22,59,59],[1997,10,26,2,59,59], '1997032923:00:00','1997033003:00:00','1997102522:59:59','1997102602:59:59' ], [ [1997,10,25,23,0,0],[1997,10,26,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1998,3,28,22,59,59],[1998,3,29,1,59,59], + 'MSK',0,[1998,3,28,22,59,59],[1998,3,29,1,59,59], '1997102523:00:00','1997102602:00:00','1998032822:59:59','1998032901:59:59' ], ], 1998 => [ [ [1998,3,28,23,0,0],[1998,3,29,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1998,10,24,22,59,59],[1998,10,25,2,59,59], + 'MSD',1,[1998,10,24,22,59,59],[1998,10,25,2,59,59], '1998032823:00:00','1998032903:00:00','1998102422:59:59','1998102502:59:59' ], [ [1998,10,24,23,0,0],[1998,10,25,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1999,3,27,22,59,59],[1999,3,28,1,59,59], + 'MSK',0,[1999,3,27,22,59,59],[1999,3,28,1,59,59], '1998102423:00:00','1998102502:00:00','1999032722:59:59','1999032801:59:59' ], ], 1999 => [ [ [1999,3,27,23,0,0],[1999,3,28,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1999,10,30,22,59,59],[1999,10,31,2,59,59], + 'MSD',1,[1999,10,30,22,59,59],[1999,10,31,2,59,59], '1999032723:00:00','1999032803:00:00','1999103022:59:59','1999103102:59:59' ], [ [1999,10,30,23,0,0],[1999,10,31,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2000,3,25,22,59,59],[2000,3,26,1,59,59], + 'MSK',0,[2000,3,25,22,59,59],[2000,3,26,1,59,59], '1999103023:00:00','1999103102:00:00','2000032522:59:59','2000032601:59:59' ], ], 2000 => [ [ [2000,3,25,23,0,0],[2000,3,26,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2000,10,28,22,59,59],[2000,10,29,2,59,59], + 'MSD',1,[2000,10,28,22,59,59],[2000,10,29,2,59,59], '2000032523:00:00','2000032603:00:00','2000102822:59:59','2000102902:59:59' ], [ [2000,10,28,23,0,0],[2000,10,29,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2001,3,24,22,59,59],[2001,3,25,1,59,59], + 'MSK',0,[2001,3,24,22,59,59],[2001,3,25,1,59,59], '2000102823:00:00','2000102902:00:00','2001032422:59:59','2001032501:59:59' ], ], 2001 => [ [ [2001,3,24,23,0,0],[2001,3,25,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2001,10,27,22,59,59],[2001,10,28,2,59,59], + 'MSD',1,[2001,10,27,22,59,59],[2001,10,28,2,59,59], '2001032423:00:00','2001032503:00:00','2001102722:59:59','2001102802:59:59' ], [ [2001,10,27,23,0,0],[2001,10,28,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2002,3,30,22,59,59],[2002,3,31,1,59,59], + 'MSK',0,[2002,3,30,22,59,59],[2002,3,31,1,59,59], '2001102723:00:00','2001102802:00:00','2002033022:59:59','2002033101:59:59' ], ], 2002 => [ [ [2002,3,30,23,0,0],[2002,3,31,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2002,10,26,22,59,59],[2002,10,27,2,59,59], + 'MSD',1,[2002,10,26,22,59,59],[2002,10,27,2,59,59], '2002033023:00:00','2002033103:00:00','2002102622:59:59','2002102702:59:59' ], [ [2002,10,26,23,0,0],[2002,10,27,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2003,3,29,22,59,59],[2003,3,30,1,59,59], + 'MSK',0,[2003,3,29,22,59,59],[2003,3,30,1,59,59], '2002102623:00:00','2002102702:00:00','2003032922:59:59','2003033001:59:59' ], ], 2003 => [ [ [2003,3,29,23,0,0],[2003,3,30,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2003,10,25,22,59,59],[2003,10,26,2,59,59], + 'MSD',1,[2003,10,25,22,59,59],[2003,10,26,2,59,59], '2003032923:00:00','2003033003:00:00','2003102522:59:59','2003102602:59:59' ], [ [2003,10,25,23,0,0],[2003,10,26,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2004,3,27,22,59,59],[2004,3,28,1,59,59], + 'MSK',0,[2004,3,27,22,59,59],[2004,3,28,1,59,59], '2003102523:00:00','2003102602:00:00','2004032722:59:59','2004032801:59:59' ], ], 2004 => [ [ [2004,3,27,23,0,0],[2004,3,28,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2004,10,30,22,59,59],[2004,10,31,2,59,59], + 'MSD',1,[2004,10,30,22,59,59],[2004,10,31,2,59,59], '2004032723:00:00','2004032803:00:00','2004103022:59:59','2004103102:59:59' ], [ [2004,10,30,23,0,0],[2004,10,31,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2005,3,26,22,59,59],[2005,3,27,1,59,59], + 'MSK',0,[2005,3,26,22,59,59],[2005,3,27,1,59,59], '2004103023:00:00','2004103102:00:00','2005032622:59:59','2005032701:59:59' ], ], 2005 => [ [ [2005,3,26,23,0,0],[2005,3,27,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2005,10,29,22,59,59],[2005,10,30,2,59,59], + 'MSD',1,[2005,10,29,22,59,59],[2005,10,30,2,59,59], '2005032623:00:00','2005032703:00:00','2005102922:59:59','2005103002:59:59' ], [ [2005,10,29,23,0,0],[2005,10,30,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2006,3,25,22,59,59],[2006,3,26,1,59,59], + 'MSK',0,[2006,3,25,22,59,59],[2006,3,26,1,59,59], '2005102923:00:00','2005103002:00:00','2006032522:59:59','2006032601:59:59' ], ], 2006 => [ [ [2006,3,25,23,0,0],[2006,3,26,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2006,10,28,22,59,59],[2006,10,29,2,59,59], + 'MSD',1,[2006,10,28,22,59,59],[2006,10,29,2,59,59], '2006032523:00:00','2006032603:00:00','2006102822:59:59','2006102902:59:59' ], [ [2006,10,28,23,0,0],[2006,10,29,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2007,3,24,22,59,59],[2007,3,25,1,59,59], + 'MSK',0,[2007,3,24,22,59,59],[2007,3,25,1,59,59], '2006102823:00:00','2006102902:00:00','2007032422:59:59','2007032501:59:59' ], ], 2007 => [ [ [2007,3,24,23,0,0],[2007,3,25,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2007,10,27,22,59,59],[2007,10,28,2,59,59], + 'MSD',1,[2007,10,27,22,59,59],[2007,10,28,2,59,59], '2007032423:00:00','2007032503:00:00','2007102722:59:59','2007102802:59:59' ], [ [2007,10,27,23,0,0],[2007,10,28,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2008,3,29,22,59,59],[2008,3,30,1,59,59], + 'MSK',0,[2008,3,29,22,59,59],[2008,3,30,1,59,59], '2007102723:00:00','2007102802:00:00','2008032922:59:59','2008033001:59:59' ], ], 2008 => [ [ [2008,3,29,23,0,0],[2008,3,30,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2008,10,25,22,59,59],[2008,10,26,2,59,59], + 'MSD',1,[2008,10,25,22,59,59],[2008,10,26,2,59,59], '2008032923:00:00','2008033003:00:00','2008102522:59:59','2008102602:59:59' ], [ [2008,10,25,23,0,0],[2008,10,26,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2009,3,28,22,59,59],[2009,3,29,1,59,59], + 'MSK',0,[2009,3,28,22,59,59],[2009,3,29,1,59,59], '2008102523:00:00','2008102602:00:00','2009032822:59:59','2009032901:59:59' ], ], 2009 => [ [ [2009,3,28,23,0,0],[2009,3,29,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2009,10,24,22,59,59],[2009,10,25,2,59,59], + 'MSD',1,[2009,10,24,22,59,59],[2009,10,25,2,59,59], '2009032823:00:00','2009032903:00:00','2009102422:59:59','2009102502:59:59' ], [ [2009,10,24,23,0,0],[2009,10,25,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2010,3,27,22,59,59],[2010,3,28,1,59,59], + 'MSK',0,[2010,3,27,22,59,59],[2010,3,28,1,59,59], '2009102423:00:00','2009102502:00:00','2010032722:59:59','2010032801:59:59' ], ], 2010 => [ [ [2010,3,27,23,0,0],[2010,3,28,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2010,10,30,22,59,59],[2010,10,31,2,59,59], + 'MSD',1,[2010,10,30,22,59,59],[2010,10,31,2,59,59], '2010032723:00:00','2010032803:00:00','2010103022:59:59','2010103102:59:59' ], [ [2010,10,30,23,0,0],[2010,10,31,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2011,3,26,22,59,59],[2011,3,27,1,59,59], + 'MSK',0,[2011,3,26,22,59,59],[2011,3,27,1,59,59], '2010103023:00:00','2010103102:00:00','2011032622:59:59','2011032701:59:59' ], ], 2011 => [ [ [2011,3,26,23,0,0],[2011,3,27,3,0,0],'+04:00:00',[4,0,0], - '+04',0,[2014,10,25,21,59,59],[2014,10,26,1,59,59], + 'MSK',0,[2014,10,25,21,59,59],[2014,10,26,1,59,59], '2011032623:00:00','2011032703:00:00','2014102521:59:59','2014102601:59:59' ], ], 2014 => [ [ [2014,10,25,22,0,0],[2014,10,26,1,0,0],'+03:00:00',[3,0,0], - '+03',0,[9999,12,31,0,0,0],[9999,12,31,3,0,0], + 'MSK',0,[9999,12,31,0,0,0],[9999,12,31,3,0,0], '2014102522:00:00','2014102601:00:00','9999123100:00:00','9999123103:00:00' ], ], ); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eukyiv00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eukyiv00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eukyiv00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eukyiv00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1082,6 +1082,15 @@ 'EET',0,[2093,3,29,0,59,59],[2093,3,29,2,59,59], '2092102601:00:00','2092102603:00:00','2093032900:59:59','2093032902:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,4,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,25,0,59,59],[2093,10,25,3,59,59], + '2093032901:00:00','2093032904:00:00','2093102500:59:59','2093102503:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,3,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,28,0,59,59],[2094,3,28,2,59,59], + '2093102501:00:00','2093102503:00:00','2094032800:59:59','2094032802:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eulisb00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eulisb00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eulisb00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eulisb00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1526,6 +1526,15 @@ 'WET',0,[2093,3,29,0,59,59],[2093,3,29,0,59,59], '2092102601:00:00','2092102601:00:00','2093032900:59:59','2093032900:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,2,0,0],'+01:00:00',[1,0,0], + 'WEST',1,[2093,10,25,0,59,59],[2093,10,25,1,59,59], + '2093032901:00:00','2093032902:00:00','2093102500:59:59','2093102501:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,1,0,0],'+00:00:00',[0,0,0], + 'WET',0,[2094,3,28,0,59,59],[2094,3,28,0,59,59], + '2093102501:00:00','2093102501:00:00','2094032800:59:59','2094032800:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eulond00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eulond00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eulond00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eulond00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1619,6 +1619,15 @@ 'GMT',0,[2093,3,29,0,59,59],[2093,3,29,0,59,59], '2092102601:00:00','2092102601:00:00','2093032900:59:59','2093032900:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,2,0,0],'+01:00:00',[1,0,0], + 'BST',1,[2093,10,25,0,59,59],[2093,10,25,1,59,59], + '2093032901:00:00','2093032902:00:00','2093102500:59:59','2093102501:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,1,0,0],'+00:00:00',[0,0,0], + 'GMT',0,[2094,3,28,0,59,59],[2094,3,28,0,59,59], + '2093102501:00:00','2093102501:00:00','2094032800:59:59','2094032800:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eumadr00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eumadr00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eumadr00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eumadr00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1262,6 +1262,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eumalt00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eumalt00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eumalt00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eumalt00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1295,6 +1295,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eumins00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eumins00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eumins00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eumins00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eumosc00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eumosc00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eumosc00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eumosc00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eupari00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eupari00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eupari00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eupari00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1361,6 +1361,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euprag00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euprag00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euprag00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euprag00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1181,6 +1181,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euriga00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euriga00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euriga00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euriga00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1103,6 +1103,15 @@ 'EET',0,[2093,3,29,0,59,59],[2093,3,29,2,59,59], '2092102601:00:00','2092102603:00:00','2093032900:59:59','2093032902:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,4,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,25,0,59,59],[2093,10,25,3,59,59], + '2093032901:00:00','2093032904:00:00','2093102500:59:59','2093102503:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,3,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,28,0,59,59],[2094,3,28,2,59,59], + '2093102501:00:00','2093102503:00:00','2094032800:59:59','2094032802:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eurome00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eurome00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eurome00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eurome00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1301,6 +1301,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eusama00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eusama00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eusama00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eusama00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eusara00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eusara00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eusara00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eusara00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eusimf00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eusimf00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eusimf00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eusimf00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eusofi00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eusofi00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eusofi00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eusofi00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1103,6 +1103,15 @@ 'EET',0,[2093,3,29,0,59,59],[2093,3,29,2,59,59], '2092102601:00:00','2092102603:00:00','2093032900:59:59','2093032902:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,4,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,25,0,59,59],[2093,10,25,3,59,59], + '2093032901:00:00','2093032904:00:00','2093102500:59:59','2093102503:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,3,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,28,0,59,59],[2094,3,28,2,59,59], + '2093102501:00:00','2093102503:00:00','2094032800:59:59','2094032802:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eutall00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eutall00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eutall00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eutall00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1091,6 +1091,15 @@ 'EET',0,[2093,3,29,0,59,59],[2093,3,29,2,59,59], '2092102601:00:00','2092102603:00:00','2093032900:59:59','2093032902:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,4,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,25,0,59,59],[2093,10,25,3,59,59], + '2093032901:00:00','2093032904:00:00','2093102500:59:59','2093102503:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,3,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,28,0,59,59],[2094,3,28,2,59,59], + '2093102501:00:00','2093102503:00:00','2094032800:59:59','2094032802:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/eutira00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/eutira00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/eutira00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/eutira00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1133,6 +1133,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euulya00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euulya00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euulya00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euulya00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euvien00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euvien00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euvien00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euvien00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1160,6 +1160,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euviln00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euviln00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euviln00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euviln00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1079,6 +1079,15 @@ 'EET',0,[2093,3,29,0,59,59],[2093,3,29,2,59,59], '2092102601:00:00','2092102603:00:00','2093032900:59:59','2093032902:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,4,0,0],'+03:00:00',[3,0,0], + 'EEST',1,[2093,10,25,0,59,59],[2093,10,25,3,59,59], + '2093032901:00:00','2093032904:00:00','2093102500:59:59','2093102503:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,3,0,0],'+02:00:00',[2,0,0], + 'EET',0,[2094,3,28,0,59,59],[2094,3,28,2,59,59], + '2093102501:00:00','2093102503:00:00','2094032800:59:59','2094032802:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euvolg00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euvolg00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euvolg00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euvolg00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -113,28 +113,28 @@ 1988 => [ [ [1988,3,26,22,0,0],[1988,3,27,2,0,0],'+04:00:00',[4,0,0], - '+04',1,[1988,9,24,22,59,59],[1988,9,25,2,59,59], + 'MSD',1,[1988,9,24,22,59,59],[1988,9,25,2,59,59], '1988032622:00:00','1988032702:00:00','1988092422:59:59','1988092502:59:59' ], [ [1988,9,24,23,0,0],[1988,9,25,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1989,3,25,22,59,59],[1989,3,26,1,59,59], + 'MSK',0,[1989,3,25,22,59,59],[1989,3,26,1,59,59], '1988092423:00:00','1988092502:00:00','1989032522:59:59','1989032601:59:59' ], ], 1989 => [ [ [1989,3,25,23,0,0],[1989,3,26,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1989,9,23,22,59,59],[1989,9,24,2,59,59], + 'MSD',1,[1989,9,23,22,59,59],[1989,9,24,2,59,59], '1989032523:00:00','1989032603:00:00','1989092322:59:59','1989092402:59:59' ], [ [1989,9,23,23,0,0],[1989,9,24,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1990,3,24,22,59,59],[1990,3,25,1,59,59], + 'MSK',0,[1990,3,24,22,59,59],[1990,3,25,1,59,59], '1989092323:00:00','1989092402:00:00','1990032422:59:59','1990032501:59:59' ], ], 1990 => [ [ [1990,3,24,23,0,0],[1990,3,25,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1990,9,29,22,59,59],[1990,9,30,2,59,59], + 'MSD',1,[1990,9,29,22,59,59],[1990,9,30,2,59,59], '1990032423:00:00','1990032503:00:00','1990092922:59:59','1990093002:59:59' ], [ [1990,9,29,23,0,0],[1990,9,30,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1991,3,30,22,59,59],[1991,3,31,1,59,59], + 'MSK',0,[1991,3,30,22,59,59],[1991,3,31,1,59,59], '1990092923:00:00','1990093002:00:00','1991033022:59:59','1991033101:59:59' ], ], 1991 => @@ -146,184 +146,184 @@ 1992 => [ [ [1992,3,28,22,0,0],[1992,3,29,2,0,0],'+04:00:00',[4,0,0], - '+04',1,[1992,9,26,22,59,59],[1992,9,27,2,59,59], + 'MSD',1,[1992,9,26,22,59,59],[1992,9,27,2,59,59], '1992032822:00:00','1992032902:00:00','1992092622:59:59','1992092702:59:59' ], [ [1992,9,26,23,0,0],[1992,9,27,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1993,3,27,22,59,59],[1993,3,28,1,59,59], + 'MSK',0,[1993,3,27,22,59,59],[1993,3,28,1,59,59], '1992092623:00:00','1992092702:00:00','1993032722:59:59','1993032801:59:59' ], ], 1993 => [ [ [1993,3,27,23,0,0],[1993,3,28,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1993,9,25,22,59,59],[1993,9,26,2,59,59], + 'MSD',1,[1993,9,25,22,59,59],[1993,9,26,2,59,59], '1993032723:00:00','1993032803:00:00','1993092522:59:59','1993092602:59:59' ], [ [1993,9,25,23,0,0],[1993,9,26,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1994,3,26,22,59,59],[1994,3,27,1,59,59], + 'MSK',0,[1994,3,26,22,59,59],[1994,3,27,1,59,59], '1993092523:00:00','1993092602:00:00','1994032622:59:59','1994032701:59:59' ], ], 1994 => [ [ [1994,3,26,23,0,0],[1994,3,27,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1994,9,24,22,59,59],[1994,9,25,2,59,59], + 'MSD',1,[1994,9,24,22,59,59],[1994,9,25,2,59,59], '1994032623:00:00','1994032703:00:00','1994092422:59:59','1994092502:59:59' ], [ [1994,9,24,23,0,0],[1994,9,25,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1995,3,25,22,59,59],[1995,3,26,1,59,59], + 'MSK',0,[1995,3,25,22,59,59],[1995,3,26,1,59,59], '1994092423:00:00','1994092502:00:00','1995032522:59:59','1995032601:59:59' ], ], 1995 => [ [ [1995,3,25,23,0,0],[1995,3,26,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1995,9,23,22,59,59],[1995,9,24,2,59,59], + 'MSD',1,[1995,9,23,22,59,59],[1995,9,24,2,59,59], '1995032523:00:00','1995032603:00:00','1995092322:59:59','1995092402:59:59' ], [ [1995,9,23,23,0,0],[1995,9,24,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1996,3,30,22,59,59],[1996,3,31,1,59,59], + 'MSK',0,[1996,3,30,22,59,59],[1996,3,31,1,59,59], '1995092323:00:00','1995092402:00:00','1996033022:59:59','1996033101:59:59' ], ], 1996 => [ [ [1996,3,30,23,0,0],[1996,3,31,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1996,10,26,22,59,59],[1996,10,27,2,59,59], + 'MSD',1,[1996,10,26,22,59,59],[1996,10,27,2,59,59], '1996033023:00:00','1996033103:00:00','1996102622:59:59','1996102702:59:59' ], [ [1996,10,26,23,0,0],[1996,10,27,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1997,3,29,22,59,59],[1997,3,30,1,59,59], + 'MSK',0,[1997,3,29,22,59,59],[1997,3,30,1,59,59], '1996102623:00:00','1996102702:00:00','1997032922:59:59','1997033001:59:59' ], ], 1997 => [ [ [1997,3,29,23,0,0],[1997,3,30,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1997,10,25,22,59,59],[1997,10,26,2,59,59], + 'MSD',1,[1997,10,25,22,59,59],[1997,10,26,2,59,59], '1997032923:00:00','1997033003:00:00','1997102522:59:59','1997102602:59:59' ], [ [1997,10,25,23,0,0],[1997,10,26,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1998,3,28,22,59,59],[1998,3,29,1,59,59], + 'MSK',0,[1998,3,28,22,59,59],[1998,3,29,1,59,59], '1997102523:00:00','1997102602:00:00','1998032822:59:59','1998032901:59:59' ], ], 1998 => [ [ [1998,3,28,23,0,0],[1998,3,29,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1998,10,24,22,59,59],[1998,10,25,2,59,59], + 'MSD',1,[1998,10,24,22,59,59],[1998,10,25,2,59,59], '1998032823:00:00','1998032903:00:00','1998102422:59:59','1998102502:59:59' ], [ [1998,10,24,23,0,0],[1998,10,25,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[1999,3,27,22,59,59],[1999,3,28,1,59,59], + 'MSK',0,[1999,3,27,22,59,59],[1999,3,28,1,59,59], '1998102423:00:00','1998102502:00:00','1999032722:59:59','1999032801:59:59' ], ], 1999 => [ [ [1999,3,27,23,0,0],[1999,3,28,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[1999,10,30,22,59,59],[1999,10,31,2,59,59], + 'MSD',1,[1999,10,30,22,59,59],[1999,10,31,2,59,59], '1999032723:00:00','1999032803:00:00','1999103022:59:59','1999103102:59:59' ], [ [1999,10,30,23,0,0],[1999,10,31,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2000,3,25,22,59,59],[2000,3,26,1,59,59], + 'MSK',0,[2000,3,25,22,59,59],[2000,3,26,1,59,59], '1999103023:00:00','1999103102:00:00','2000032522:59:59','2000032601:59:59' ], ], 2000 => [ [ [2000,3,25,23,0,0],[2000,3,26,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2000,10,28,22,59,59],[2000,10,29,2,59,59], + 'MSD',1,[2000,10,28,22,59,59],[2000,10,29,2,59,59], '2000032523:00:00','2000032603:00:00','2000102822:59:59','2000102902:59:59' ], [ [2000,10,28,23,0,0],[2000,10,29,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2001,3,24,22,59,59],[2001,3,25,1,59,59], + 'MSK',0,[2001,3,24,22,59,59],[2001,3,25,1,59,59], '2000102823:00:00','2000102902:00:00','2001032422:59:59','2001032501:59:59' ], ], 2001 => [ [ [2001,3,24,23,0,0],[2001,3,25,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2001,10,27,22,59,59],[2001,10,28,2,59,59], + 'MSD',1,[2001,10,27,22,59,59],[2001,10,28,2,59,59], '2001032423:00:00','2001032503:00:00','2001102722:59:59','2001102802:59:59' ], [ [2001,10,27,23,0,0],[2001,10,28,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2002,3,30,22,59,59],[2002,3,31,1,59,59], + 'MSK',0,[2002,3,30,22,59,59],[2002,3,31,1,59,59], '2001102723:00:00','2001102802:00:00','2002033022:59:59','2002033101:59:59' ], ], 2002 => [ [ [2002,3,30,23,0,0],[2002,3,31,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2002,10,26,22,59,59],[2002,10,27,2,59,59], + 'MSD',1,[2002,10,26,22,59,59],[2002,10,27,2,59,59], '2002033023:00:00','2002033103:00:00','2002102622:59:59','2002102702:59:59' ], [ [2002,10,26,23,0,0],[2002,10,27,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2003,3,29,22,59,59],[2003,3,30,1,59,59], + 'MSK',0,[2003,3,29,22,59,59],[2003,3,30,1,59,59], '2002102623:00:00','2002102702:00:00','2003032922:59:59','2003033001:59:59' ], ], 2003 => [ [ [2003,3,29,23,0,0],[2003,3,30,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2003,10,25,22,59,59],[2003,10,26,2,59,59], + 'MSD',1,[2003,10,25,22,59,59],[2003,10,26,2,59,59], '2003032923:00:00','2003033003:00:00','2003102522:59:59','2003102602:59:59' ], [ [2003,10,25,23,0,0],[2003,10,26,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2004,3,27,22,59,59],[2004,3,28,1,59,59], + 'MSK',0,[2004,3,27,22,59,59],[2004,3,28,1,59,59], '2003102523:00:00','2003102602:00:00','2004032722:59:59','2004032801:59:59' ], ], 2004 => [ [ [2004,3,27,23,0,0],[2004,3,28,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2004,10,30,22,59,59],[2004,10,31,2,59,59], + 'MSD',1,[2004,10,30,22,59,59],[2004,10,31,2,59,59], '2004032723:00:00','2004032803:00:00','2004103022:59:59','2004103102:59:59' ], [ [2004,10,30,23,0,0],[2004,10,31,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2005,3,26,22,59,59],[2005,3,27,1,59,59], + 'MSK',0,[2005,3,26,22,59,59],[2005,3,27,1,59,59], '2004103023:00:00','2004103102:00:00','2005032622:59:59','2005032701:59:59' ], ], 2005 => [ [ [2005,3,26,23,0,0],[2005,3,27,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2005,10,29,22,59,59],[2005,10,30,2,59,59], + 'MSD',1,[2005,10,29,22,59,59],[2005,10,30,2,59,59], '2005032623:00:00','2005032703:00:00','2005102922:59:59','2005103002:59:59' ], [ [2005,10,29,23,0,0],[2005,10,30,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2006,3,25,22,59,59],[2006,3,26,1,59,59], + 'MSK',0,[2006,3,25,22,59,59],[2006,3,26,1,59,59], '2005102923:00:00','2005103002:00:00','2006032522:59:59','2006032601:59:59' ], ], 2006 => [ [ [2006,3,25,23,0,0],[2006,3,26,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2006,10,28,22,59,59],[2006,10,29,2,59,59], + 'MSD',1,[2006,10,28,22,59,59],[2006,10,29,2,59,59], '2006032523:00:00','2006032603:00:00','2006102822:59:59','2006102902:59:59' ], [ [2006,10,28,23,0,0],[2006,10,29,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2007,3,24,22,59,59],[2007,3,25,1,59,59], + 'MSK',0,[2007,3,24,22,59,59],[2007,3,25,1,59,59], '2006102823:00:00','2006102902:00:00','2007032422:59:59','2007032501:59:59' ], ], 2007 => [ [ [2007,3,24,23,0,0],[2007,3,25,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2007,10,27,22,59,59],[2007,10,28,2,59,59], + 'MSD',1,[2007,10,27,22,59,59],[2007,10,28,2,59,59], '2007032423:00:00','2007032503:00:00','2007102722:59:59','2007102802:59:59' ], [ [2007,10,27,23,0,0],[2007,10,28,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2008,3,29,22,59,59],[2008,3,30,1,59,59], + 'MSK',0,[2008,3,29,22,59,59],[2008,3,30,1,59,59], '2007102723:00:00','2007102802:00:00','2008032922:59:59','2008033001:59:59' ], ], 2008 => [ [ [2008,3,29,23,0,0],[2008,3,30,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2008,10,25,22,59,59],[2008,10,26,2,59,59], + 'MSD',1,[2008,10,25,22,59,59],[2008,10,26,2,59,59], '2008032923:00:00','2008033003:00:00','2008102522:59:59','2008102602:59:59' ], [ [2008,10,25,23,0,0],[2008,10,26,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2009,3,28,22,59,59],[2009,3,29,1,59,59], + 'MSK',0,[2009,3,28,22,59,59],[2009,3,29,1,59,59], '2008102523:00:00','2008102602:00:00','2009032822:59:59','2009032901:59:59' ], ], 2009 => [ [ [2009,3,28,23,0,0],[2009,3,29,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2009,10,24,22,59,59],[2009,10,25,2,59,59], + 'MSD',1,[2009,10,24,22,59,59],[2009,10,25,2,59,59], '2009032823:00:00','2009032903:00:00','2009102422:59:59','2009102502:59:59' ], [ [2009,10,24,23,0,0],[2009,10,25,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2010,3,27,22,59,59],[2010,3,28,1,59,59], + 'MSK',0,[2010,3,27,22,59,59],[2010,3,28,1,59,59], '2009102423:00:00','2009102502:00:00','2010032722:59:59','2010032801:59:59' ], ], 2010 => [ [ [2010,3,27,23,0,0],[2010,3,28,3,0,0],'+04:00:00',[4,0,0], - '+04',1,[2010,10,30,22,59,59],[2010,10,31,2,59,59], + 'MSD',1,[2010,10,30,22,59,59],[2010,10,31,2,59,59], '2010032723:00:00','2010032803:00:00','2010103022:59:59','2010103102:59:59' ], [ [2010,10,30,23,0,0],[2010,10,31,2,0,0],'+03:00:00',[3,0,0], - '+03',0,[2011,3,26,22,59,59],[2011,3,27,1,59,59], + 'MSK',0,[2011,3,26,22,59,59],[2011,3,27,1,59,59], '2010103023:00:00','2010103102:00:00','2011032622:59:59','2011032701:59:59' ], ], 2011 => [ [ [2011,3,26,23,0,0],[2011,3,27,3,0,0],'+04:00:00',[4,0,0], - '+04',0,[2014,10,25,21,59,59],[2014,10,26,1,59,59], + 'MSK',0,[2014,10,25,21,59,59],[2014,10,26,1,59,59], '2011032623:00:00','2011032703:00:00','2014102521:59:59','2014102601:59:59' ], ], 2014 => [ [ [2014,10,25,22,0,0],[2014,10,26,1,0,0],'+03:00:00',[3,0,0], - '+03',0,[2018,10,27,22,59,59],[2018,10,28,1,59,59], + 'MSK',0,[2018,10,27,22,59,59],[2018,10,28,1,59,59], '2014102522:00:00','2014102601:00:00','2018102722:59:59','2018102801:59:59' ], ], 2018 => @@ -335,7 +335,7 @@ 2020 => [ [ [2020,12,26,22,0,0],[2020,12,27,1,0,0],'+03:00:00',[3,0,0], - '+03',0,[9999,12,31,0,0,0],[9999,12,31,3,0,0], + 'MSK',0,[9999,12,31,0,0,0],[9999,12,31,3,0,0], '2020122622:00:00','2020122701:00:00','9999123100:00:00','9999123103:00:00' ], ], ); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euwars00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euwars00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euwars00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euwars00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1280,6 +1280,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/euzuri00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/euzuri00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/euzuri00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/euzuri00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1073,6 +1073,15 @@ 'CET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'CEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'CET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/f00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/f00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/f00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/f00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/g00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/g00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/g00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/g00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/h00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/h00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/h00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/h00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/i00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/i00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/i00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/i00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/inchag00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/inchag00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/inchag00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/inchag00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/inmald00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/inmald00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/inmald00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/inmald00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/inmaur00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/inmaur00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/inmaur00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/inmaur00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/k00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/k00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/k00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/k00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:41 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/l00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/l00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/l00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/l00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/m00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/m00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/m00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/m00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/met00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/met00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/met00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/met00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1145,6 +1145,15 @@ 'MET',0,[2093,3,29,0,59,59],[2093,3,29,1,59,59], '2092102601:00:00','2092102602:00:00','2093032900:59:59','2093032901:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,3,0,0],'+02:00:00',[2,0,0], + 'MEST',1,[2093,10,25,0,59,59],[2093,10,25,2,59,59], + '2093032901:00:00','2093032903:00:00','2093102500:59:59','2093102502:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,2,0,0],'+01:00:00',[1,0,0], + 'MET',0,[2094,3,28,0,59,59],[2094,3,28,1,59,59], + '2093102501:00:00','2093102502:00:00','2094032800:59:59','2094032801:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/n00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/n00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/n00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/n00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/o00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/o00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/o00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/o00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/p00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/p00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/p00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/p00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/paapia00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/paapia00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/paapia00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/paapia00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/paauck00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/paauck00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/paauck00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/paauck00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1238,6 +1238,15 @@ 'NZDT',1,[2093,4,4,13,59,59],[2093,4,5,2,59,59], '2092092714:00:00','2092092803:00:00','2093040413:59:59','2093040502:59:59' ], ], + 2093 => + [ + [ [2093,4,4,14,0,0],[2093,4,5,2,0,0],'+12:00:00',[12,0,0], + 'NZST',0,[2093,9,26,13,59,59],[2093,9,27,1,59,59], + '2093040414:00:00','2093040502:00:00','2093092613:59:59','2093092701:59:59' ], + [ [2093,9,26,14,0,0],[2093,9,27,3,0,0],'+13:00:00',[13,0,0], + 'NZDT',1,[2094,4,3,13,59,59],[2094,4,4,2,59,59], + '2093092614:00:00','2093092703:00:00','2094040313:59:59','2094040402:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/paboug00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/paboug00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/paboug00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/paboug00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/pachat00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/pachat00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/pachat00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/pachat00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1115,6 +1115,15 @@ '+1345',1,[2093,4,4,13,59,59],[2093,4,5,3,44,59], '2092092714:00:00','2092092803:45:00','2093040413:59:59','2093040503:44:59' ], ], + 2093 => + [ + [ [2093,4,4,14,0,0],[2093,4,5,2,45,0],'+12:45:00',[12,45,0], + '+1245',0,[2093,9,26,13,59,59],[2093,9,27,2,44,59], + '2093040414:00:00','2093040502:45:00','2093092613:59:59','2093092702:44:59' ], + [ [2093,9,26,14,0,0],[2093,9,27,3,45,0],'+13:45:00',[13,45,0], + '+1345',1,[2094,4,3,13,59,59],[2094,4,4,3,44,59], + '2093092614:00:00','2093092703:45:00','2094040313:59:59','2094040403:44:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/paeast00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/paeast00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/paeast00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/paeast00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1160,6 +1160,15 @@ '-05',1,[2093,4,5,2,59,59],[2093,4,4,21,59,59], '2092090704:00:00','2092090623:00:00','2093040502:59:59','2093040421:59:59' ], ], + 2093 => + [ + [ [2093,4,5,3,0,0],[2093,4,4,21,0,0],'-06:00:00',[-6,0,0], + '-06',0,[2093,9,6,3,59,59],[2093,9,5,21,59,59], + '2093040503:00:00','2093040421:00:00','2093090603:59:59','2093090521:59:59' ], + [ [2093,9,6,4,0,0],[2093,9,5,23,0,0],'-05:00:00',[-5,0,0], + '-05',1,[2094,4,4,2,59,59],[2094,4,3,21,59,59], + '2093090604:00:00','2093090523:00:00','2094040402:59:59','2094040321:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/paefat00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/paefat00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/paefat00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/paefat00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/pafaka00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/pafaka00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/pafaka00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/pafaka00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/pafiji00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/pafiji00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/pafiji00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/pafiji00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/pagala00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/pagala00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/pagala00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/pagala00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/pagamb00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/pagamb00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/pagamb00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/pagamb00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/paguad00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/paguad00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/paguad00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/paguad00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/paguam00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/paguam00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/paguam00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/paguam00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/pahono00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/pahono00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/pahono00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/pahono00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/pakant00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/pakant00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/pakant00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/pakant00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/pakiri00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/pakiri00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/pakiri00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/pakiri00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/pakosr00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/pakosr00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/pakosr00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/pakosr00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:47 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/pakwaj00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/pakwaj00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/pakwaj00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/pakwaj00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/pamarq00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/pamarq00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/pamarq00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/pamarq00.pm 2023-06-07 16:24:44.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:44 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/panaur00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/panaur00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/panaur00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/panaur00.pm 2023-06-07 16:24:40.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:40 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/paniue00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/paniue00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/paniue00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/paniue00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/panorf00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/panorf00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/panorf00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/panorf00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -728,6 +728,15 @@ '+12',1,[2093,4,4,14,59,59],[2093,4,5,2,59,59], '2092100415:00:00','2092100503:00:00','2093040414:59:59','2093040502:59:59' ], ], + 2093 => + [ + [ [2093,4,4,15,0,0],[2093,4,5,2,0,0],'+11:00:00',[11,0,0], + '+11',0,[2093,10,3,14,59,59],[2093,10,4,1,59,59], + '2093040415:00:00','2093040502:00:00','2093100314:59:59','2093100401:59:59' ], + [ [2093,10,3,15,0,0],[2093,10,4,3,0,0],'+12:00:00',[12,0,0], + '+12',1,[2094,4,3,14,59,59],[2094,4,4,2,59,59], + '2093100315:00:00','2093100403:00:00','2094040314:59:59','2094040402:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/panoum00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/panoum00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/panoum00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/panoum00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/papago00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/papago00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/papago00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/papago00.pm 2023-06-07 16:24:45.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:50 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:45 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/papala00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/papala00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/papala00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/papala00.pm 2023-06-07 16:24:41.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:45 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/papitc00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/papitc00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/papitc00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/papitc00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:48 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/paport00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/paport00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/paport00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/paport00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/pararo00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/pararo00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/pararo00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/pararo00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/patahi00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/patahi00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/patahi00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/patahi00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/patara00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/patara00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/patara00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/patara00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:44 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/patong00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/patong00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/patong00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/patong00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/q00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/q00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/q00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/q00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/r00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/r00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/r00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/r00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/s00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/s00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/s00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/s00.pm 2023-06-07 16:24:48.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:51 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:48 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/t00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/t00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/t00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/t00.pm 2023-06-07 16:24:42.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:42 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/u00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/u00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/u00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/u00.pm 2023-06-07 16:24:46.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:46 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/ut00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/ut00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/ut00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/ut00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/v00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/v00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/v00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/v00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/w00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/w00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/w00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/w00.pm 2023-06-07 16:24:38.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:52 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:38 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/wet00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/wet00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/wet00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/wet00.pm 2023-06-07 16:24:47.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:49 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:47 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( @@ -1079,6 +1079,15 @@ 'WET',0,[2093,3,29,0,59,59],[2093,3,29,0,59,59], '2092102601:00:00','2092102601:00:00','2093032900:59:59','2093032900:59:59' ], ], + 2093 => + [ + [ [2093,3,29,1,0,0],[2093,3,29,2,0,0],'+01:00:00',[1,0,0], + 'WEST',1,[2093,10,25,0,59,59],[2093,10,25,1,59,59], + '2093032901:00:00','2093032902:00:00','2093102500:59:59','2093102501:59:59' ], + [ [2093,10,25,1,0,0],[2093,10,25,1,0,0],'+00:00:00',[0,0,0], + 'WET',0,[2094,3,28,0,59,59],[2094,3,28,0,59,59], + '2093102501:00:00','2093102501:00:00','2094032800:59:59','2094032800:59:59' ], + ], ); %LastRule = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/x00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/x00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/x00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/x00.pm 2023-06-07 16:24:43.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:42 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:43 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/y00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/y00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/y00.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/y00.pm 2023-06-07 16:24:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:46 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:39 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ/z00.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ/z00.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ/z00.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ/z00.pm 2023-06-07 16:24:37.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:31:43 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:24:37 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ_Base.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ_Base.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ_Base.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ_Base.pm 2023-03-01 16:58:57.000000000 +0000 @@ -13,7 +13,7 @@ use Carp; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } ######################################################################## diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZdata.pm libdate-manip-perl-6.92/lib/Date/Manip/TZdata.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZdata.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZdata.pm 2023-03-01 16:58:57.000000000 +0000 @@ -14,7 +14,7 @@ use warnings; our $VERSION; -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } ############################################################################### diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/TZ.pm libdate-manip-perl-6.92/lib/Date/Manip/TZ.pm --- libdate-manip-perl-6.91/lib/Date/Manip/TZ.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/TZ.pm 2023-03-01 16:58:57.000000000 +0000 @@ -26,7 +26,7 @@ use Carp; our $VERSION; -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } # To get rid of a 'used only once' warnings. diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Zones.pm libdate-manip-perl-6.92/lib/Date/Manip/Zones.pm --- libdate-manip-perl-6.91/lib/Date/Manip/Zones.pm 2023-03-01 16:55:58.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Zones.pm 2023-06-07 16:25:41.000000000 +0000 @@ -5,9 +5,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:34:19 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -18,7 +18,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.91'; +$VERSION='6.92'; END { undef $VERSION; } our ($TzdataVersion,$TzcodeVersion, @@ -37,11 +37,11 @@ undef %Offmod; } -$TzdataVersion = 'tzdata2022g'; -$TzcodeVersion = 'tzcode2022g'; +$TzdataVersion = 'tzdata2023c'; +$TzcodeVersion = 'tzcode2023c'; $FirstDate = '0001010200:00:00'; $LastDate = '9999123100:00:00'; -$LastYear = '2092'; +$LastYear = '2093'; %Module = ( @@ -184,7 +184,6 @@ 'america/whitehorse' => 'amwhit00', 'america/winnipeg' => 'amwinn00', 'america/yakutat' => 'amyaku00', - 'america/yellowknife' => 'amyell00', 'antarctica/casey' => 'ancase00', 'antarctica/davis' => 'andavi00', 'antarctica/macquarie' => 'anmacq00', @@ -557,7 +556,6 @@ 'america/whitehorse' => 'America/Whitehorse', 'america/winnipeg' => 'America/Winnipeg', 'america/yakutat' => 'America/Yakutat', - 'america/yellowknife' => 'America/Yellowknife', 'antarctica/casey' => 'Antarctica/Casey', 'antarctica/davis' => 'Antarctica/Davis', 'antarctica/macquarie' => 'Antarctica/Macquarie', @@ -931,7 +929,6 @@ 'america/whitehorse' => 'america/whitehorse', 'america/winnipeg' => 'america/winnipeg', 'america/yakutat' => 'america/yakutat', - 'america/yellowknife' => 'america/yellowknife', 'antarctica/casey' => 'antarctica/casey', 'antarctica/davis' => 'antarctica/davis', 'antarctica/macquarie' => 'antarctica/macquarie', @@ -1243,6 +1240,7 @@ 'america/thunder_bay' => 'america/toronto', 'america/tortola' => 'america/puerto_rico', 'america/virgin' => 'america/puerto_rico', + 'america/yellowknife' => 'america/edmonton', 'antarctica/dumontdurville' => 'pacific/port_moresby', 'antarctica/mcmurdo' => 'pacific/auckland', 'antarctica/south_pole' => 'pacific/auckland', @@ -1524,6 +1522,7 @@ 'america/thunder_bay' => 'america/toronto', 'america/tortola' => 'america/puerto_rico', 'america/virgin' => 'america/puerto_rico', + 'america/yellowknife' => 'america/edmonton', 'antarctica/dumontdurville' => 'pacific/port_moresby', 'antarctica/mcmurdo' => 'pacific/auckland', 'antarctica/south_pole' => 'pacific/auckland', @@ -2146,6 +2145,7 @@ 'europe/chisinau', 'asia/gaza', 'asia/hebron', + 'africa/cairo', 'europe/helsinki', 'asia/famagusta', 'asia/nicosia', @@ -2157,7 +2157,6 @@ 'asia/damascus', 'asia/amman', 'europe/istanbul', - 'africa/cairo', 'europe/simferopol', 'europe/kaliningrad', 'europe/minsk', @@ -2321,7 +2320,6 @@ 'america/ciudad_juarez', 'america/boise', 'america/cambridge_bay', - 'america/yellowknife', 'america/inuvik', 'america/chihuahua', 'america/mazatlan', @@ -2354,9 +2352,10 @@ 'america/north_dakota/center', 'america/north_dakota/new_salem', 'america/regina', - 'america/swift_current', - 'america/yellowknife' ], + 'america/swift_current' ], 'msd' => [ 'europe/moscow', + 'europe/volgograd', + 'europe/kirov', 'europe/simferopol', 'europe/chisinau', 'europe/kyiv', @@ -2367,6 +2366,8 @@ 'europe/vilnius' ], 'msk' => [ 'europe/moscow', 'europe/simferopol', + 'europe/volgograd', + 'europe/kirov', 'europe/minsk', 'europe/kyiv', 'europe/chisinau', @@ -2382,7 +2383,6 @@ 'america/hermosillo', 'america/mazatlan', 'america/boise', - 'america/yellowknife', 'america/dawson_creek', 'america/inuvik', 'america/fort_nelson', @@ -2408,7 +2408,6 @@ 'america/north_dakota/new_salem', 'america/regina', 'america/swift_current', - 'america/yellowknife', 'america/phoenix' ], 'n' => [ 'n' ], 'nddt' => [ 'america/st_johns' ], diff -Nru libdate-manip-perl-6.91/lib/Date/Manip/Zones.pod libdate-manip-perl-6.92/lib/Date/Manip/Zones.pod --- libdate-manip-perl-6.91/lib/Date/Manip/Zones.pod 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip/Zones.pod 2023-06-07 16:25:41.000000000 +0000 @@ -5,9 +5,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Fri Dec 2 12:34:19 EST 2022 -# Data version: tzdata2022g -# Code version: tzcode2022g +# Generated on: Wed Jun 7 12:25:41 EDT 2023 +# Data version: tzdata2023c +# Code version: tzcode2023c # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -188,7 +188,6 @@ America/Whitehorse amwhit00 America/Winnipeg amwinn00 America/Yakutat amyaku00 - America/Yellowknife amyell00 Antarctica/Casey ancase00 Antarctica/Davis andavi00 Antarctica/Macquarie anmacq00 @@ -523,6 +522,7 @@ America/Thunder_Bay America/Toronto America/Tortola America/Puerto_Rico America/Virgin America/Puerto_Rico + America/Yellowknife America/Edmonton Antarctica/DumontDUrville Pacific/Port_Moresby Antarctica/McMurdo Pacific/Auckland Antarctica/South_Pole Pacific/Auckland @@ -803,6 +803,7 @@ Europe/Athens Europe/Bucharest Europe/Chisinau + Africa/Cairo Europe/Helsinki Asia/Gaza Asia/Hebron @@ -819,7 +820,6 @@ Europe/Simferopol Europe/Kaliningrad Europe/Minsk - Africa/Cairo Europe/Moscow Europe/Warsaw EST5EDT America/New_York @@ -865,6 +865,8 @@ Europe/Tallinn Europe/Vilnius MSK-3MSD Europe/Moscow + Europe/Volgograd + Europe/Kirov Europe/Simferopol Europe/Chisinau Europe/Kyiv @@ -878,7 +880,6 @@ America/Ciudad_Juarez America/Boise America/Cambridge_Bay - America/Yellowknife America/Inuvik America/Mazatlan America/Chihuahua @@ -901,7 +902,6 @@ America/North_Dakota/New_Salem America/Regina America/Swift_Current - America/Yellowknife NST11NPT America/Adak America/Nome NZST-12NZDT Pacific/Auckland @@ -1043,6 +1043,7 @@ America/Thunder_Bay America/Toronto America/Tortola America/Puerto_Rico America/Virgin America/Puerto_Rico + America/Yellowknife America/Edmonton Antarctica/DumontDUrville Pacific/Port_Moresby Antarctica/McMurdo Pacific/Auckland Antarctica/South_Pole Pacific/Auckland @@ -1458,16 +1459,15 @@ America/Hermosillo America/Mazatlan America/Boise - America/Yellowknife America/Dawson_Creek America/Inuvik America/Fort_Nelson America/Dawson America/Whitehorse - America/Chihuahua - America/Ojinaga Etc/GMT-7 G + America/Chihuahua + America/Ojinaga America/North_Dakota/Beulah America/Bahia_Banderas America/North_Dakota/New_Salem @@ -1515,9 +1515,9 @@ America/North_Dakota/Center America/North_Dakota/New_Salem America/North_Dakota/Beulah - America/Ciudad_Juarez Etc/GMT-6 F + America/Ciudad_Juarez America/Cancun America/Indiana/Petersburg America/Indiana/Vincennes @@ -1764,9 +1764,9 @@ 0 -02:09:40 America/Noronha 0 -02:00:00 Atlantic/South_Georgia America/Noronha + America/Nuuk Etc/GMT-2 B - America/Nuuk America/Scoresbysund Atlantic/Cape_Verde Atlantic/Azores @@ -1832,7 +1832,6 @@ Europe/Madrid Europe/Paris Pacific/Kanton - America/Yellowknife America/Cambridge_Bay Africa/Lagos Antarctica/Casey @@ -1951,10 +1950,10 @@ Europe/Chisinau Europe/Kaliningrad Africa/Tripoli - Asia/Damascus - Asia/Amman Etc/GMT+2 O + Asia/Damascus + Asia/Amman Europe/Istanbul Europe/Simferopol Europe/Minsk @@ -2413,7 +2412,6 @@ America/Ciudad_Juarez America/Boise America/Cambridge_Bay - America/Yellowknife America/Inuvik America/Chihuahua America/Mazatlan @@ -2562,7 +2560,8 @@ Antarctica/Palmer 1 -01:30:00 America/St_Johns America/Montevideo - 1 -01:00:00 America/Noronha + 1 -01:00:00 America/Nuuk + America/Noronha America/Scoresbysund Atlantic/Azores Atlantic/Cape_Verde @@ -2634,6 +2633,7 @@ Asia/Gaza Asia/Hebron Asia/Jerusalem + Africa/Cairo Europe/Helsinki Asia/Famagusta Asia/Nicosia @@ -2645,7 +2645,6 @@ Asia/Damascus Asia/Amman Europe/Istanbul - Africa/Cairo Europe/Simferopol Europe/Kaliningrad Europe/Minsk @@ -3153,6 +3152,7 @@ Europe/Chisinau Asia/Gaza Asia/Hebron + Africa/Cairo Europe/Helsinki Asia/Famagusta Asia/Nicosia @@ -3164,7 +3164,6 @@ Asia/Damascus Asia/Amman Europe/Istanbul - Africa/Cairo Europe/Simferopol Europe/Kaliningrad Europe/Minsk @@ -3328,7 +3327,6 @@ America/Ciudad_Juarez America/Boise America/Cambridge_Bay - America/Yellowknife America/Inuvik America/Chihuahua America/Mazatlan @@ -3362,8 +3360,9 @@ America/North_Dakota/New_Salem America/Regina America/Swift_Current - America/Yellowknife MSD Europe/Moscow + Europe/Volgograd + Europe/Kirov Europe/Simferopol Europe/Chisinau Europe/Kyiv @@ -3374,6 +3373,8 @@ Europe/Vilnius MSK Europe/Moscow Europe/Simferopol + Europe/Volgograd + Europe/Kirov Europe/Minsk Europe/Kyiv Europe/Chisinau @@ -3389,7 +3390,6 @@ America/Hermosillo America/Mazatlan America/Boise - America/Yellowknife America/Dawson_Creek America/Inuvik America/Fort_Nelson @@ -3415,7 +3415,6 @@ America/North_Dakota/New_Salem America/Regina America/Swift_Current - America/Yellowknife America/Phoenix N N NDDT America/St_Johns diff -Nru libdate-manip-perl-6.91/lib/Date/Manip.pm libdate-manip-perl-6.92/lib/Date/Manip.pm --- libdate-manip-perl-6.91/lib/Date/Manip.pm 2023-03-01 16:55:57.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip.pm 2023-03-01 16:58:57.000000000 +0000 @@ -11,7 +11,7 @@ use Exporter; our $VERSION; -$VERSION='6.91'; +$VERSION='6.92'; our (@ISA,@EXPORT); diff -Nru libdate-manip-perl-6.91/lib/Date/Manip.pod libdate-manip-perl-6.92/lib/Date/Manip.pod --- libdate-manip-perl-6.91/lib/Date/Manip.pod 2023-03-01 16:55:59.000000000 +0000 +++ libdate-manip-perl-6.92/lib/Date/Manip.pod 2023-04-04 21:58:01.000000000 +0000 @@ -125,7 +125,7 @@ A complete description of the functional interfaces available. NOTE: it is recommended that you use the OO interface wherever possible -as the functional interfaces have some imitations. +as the functional interfaces have some limitations. =back diff -Nru libdate-manip-perl-6.91/Makefile.PL libdate-manip-perl-6.92/Makefile.PL --- libdate-manip-perl-6.91/Makefile.PL 2023-03-01 16:57:17.000000000 +0000 +++ libdate-manip-perl-6.92/Makefile.PL 2023-06-07 16:30:43.000000000 +0000 @@ -51,7 +51,7 @@ WriteMakefile( NAME => "Date::Manip", - VERSION => "6.91", + VERSION => "6.92", ABSTRACT => "Date manipulation routines", LICENSE => "perl", ($EU_MM_V >= 6.48 @@ -72,3235 +72,3231 @@ provides => { 'Date::Manip' => { file => 'lib/Date/Manip.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Base' => { file => 'lib/Date/Manip/Base.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::DM5' => { file => 'lib/Date/Manip/DM5.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::DM5abbrevs' => { file => 'lib/Date/Manip/DM5abbrevs.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::DM6' => { file => 'lib/Date/Manip/DM6.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Date' => { file => 'lib/Date/Manip/Date.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Delta' => { file => 'lib/Date/Manip/Delta.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::catalan' => { file => 'lib/Date/Manip/Lang/catalan.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::danish' => { file => 'lib/Date/Manip/Lang/danish.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::dutch' => { file => 'lib/Date/Manip/Lang/dutch.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::english' => { file => 'lib/Date/Manip/Lang/english.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::finnish' => { file => 'lib/Date/Manip/Lang/finnish.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::french' => { file => 'lib/Date/Manip/Lang/french.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::german' => { file => 'lib/Date/Manip/Lang/german.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::index' => { file => 'lib/Date/Manip/Lang/index.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::italian' => { file => 'lib/Date/Manip/Lang/italian.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::norwegian' => { file => 'lib/Date/Manip/Lang/norwegian.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::polish' => { file => 'lib/Date/Manip/Lang/polish.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::portugue' => { file => 'lib/Date/Manip/Lang/portugue.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::romanian' => { file => 'lib/Date/Manip/Lang/romanian.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::russian' => { file => 'lib/Date/Manip/Lang/russian.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::spanish' => { file => 'lib/Date/Manip/Lang/spanish.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::swedish' => { file => 'lib/Date/Manip/Lang/swedish.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Lang::turkish' => { file => 'lib/Date/Manip/Lang/turkish.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Obj' => { file => 'lib/Date/Manip/Obj.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off000' => { file => 'lib/Date/Manip/Offset/off000.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off001' => { file => 'lib/Date/Manip/Offset/off001.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off002' => { file => 'lib/Date/Manip/Offset/off002.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off003' => { file => 'lib/Date/Manip/Offset/off003.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off004' => { file => 'lib/Date/Manip/Offset/off004.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off005' => { file => 'lib/Date/Manip/Offset/off005.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off006' => { file => 'lib/Date/Manip/Offset/off006.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off007' => { file => 'lib/Date/Manip/Offset/off007.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off008' => { file => 'lib/Date/Manip/Offset/off008.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off009' => { file => 'lib/Date/Manip/Offset/off009.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off010' => { file => 'lib/Date/Manip/Offset/off010.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off011' => { file => 'lib/Date/Manip/Offset/off011.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off012' => { file => 'lib/Date/Manip/Offset/off012.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off013' => { file => 'lib/Date/Manip/Offset/off013.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off014' => { file => 'lib/Date/Manip/Offset/off014.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off015' => { file => 'lib/Date/Manip/Offset/off015.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off016' => { file => 'lib/Date/Manip/Offset/off016.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off017' => { file => 'lib/Date/Manip/Offset/off017.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off018' => { file => 'lib/Date/Manip/Offset/off018.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off019' => { file => 'lib/Date/Manip/Offset/off019.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off020' => { file => 'lib/Date/Manip/Offset/off020.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off021' => { file => 'lib/Date/Manip/Offset/off021.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off022' => { file => 'lib/Date/Manip/Offset/off022.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off023' => { file => 'lib/Date/Manip/Offset/off023.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off024' => { file => 'lib/Date/Manip/Offset/off024.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off025' => { file => 'lib/Date/Manip/Offset/off025.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off026' => { file => 'lib/Date/Manip/Offset/off026.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off027' => { file => 'lib/Date/Manip/Offset/off027.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off028' => { file => 'lib/Date/Manip/Offset/off028.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off029' => { file => 'lib/Date/Manip/Offset/off029.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off030' => { file => 'lib/Date/Manip/Offset/off030.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off031' => { file => 'lib/Date/Manip/Offset/off031.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off032' => { file => 'lib/Date/Manip/Offset/off032.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off033' => { file => 'lib/Date/Manip/Offset/off033.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off034' => { file => 'lib/Date/Manip/Offset/off034.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off035' => { file => 'lib/Date/Manip/Offset/off035.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off036' => { file => 'lib/Date/Manip/Offset/off036.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off037' => { file => 'lib/Date/Manip/Offset/off037.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off038' => { file => 'lib/Date/Manip/Offset/off038.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off039' => { file => 'lib/Date/Manip/Offset/off039.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off040' => { file => 'lib/Date/Manip/Offset/off040.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off041' => { file => 'lib/Date/Manip/Offset/off041.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off042' => { file => 'lib/Date/Manip/Offset/off042.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off043' => { file => 'lib/Date/Manip/Offset/off043.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off044' => { file => 'lib/Date/Manip/Offset/off044.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off045' => { file => 'lib/Date/Manip/Offset/off045.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off046' => { file => 'lib/Date/Manip/Offset/off046.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off047' => { file => 'lib/Date/Manip/Offset/off047.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off048' => { file => 'lib/Date/Manip/Offset/off048.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off049' => { file => 'lib/Date/Manip/Offset/off049.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off050' => { file => 'lib/Date/Manip/Offset/off050.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off051' => { file => 'lib/Date/Manip/Offset/off051.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off052' => { file => 'lib/Date/Manip/Offset/off052.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off053' => { file => 'lib/Date/Manip/Offset/off053.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off054' => { file => 'lib/Date/Manip/Offset/off054.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off055' => { file => 'lib/Date/Manip/Offset/off055.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off056' => { file => 'lib/Date/Manip/Offset/off056.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off057' => { file => 'lib/Date/Manip/Offset/off057.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off058' => { file => 'lib/Date/Manip/Offset/off058.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off059' => { file => 'lib/Date/Manip/Offset/off059.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off060' => { file => 'lib/Date/Manip/Offset/off060.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off061' => { file => 'lib/Date/Manip/Offset/off061.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off062' => { file => 'lib/Date/Manip/Offset/off062.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off063' => { file => 'lib/Date/Manip/Offset/off063.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off064' => { file => 'lib/Date/Manip/Offset/off064.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off065' => { file => 'lib/Date/Manip/Offset/off065.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off066' => { file => 'lib/Date/Manip/Offset/off066.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off067' => { file => 'lib/Date/Manip/Offset/off067.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off068' => { file => 'lib/Date/Manip/Offset/off068.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off069' => { file => 'lib/Date/Manip/Offset/off069.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off070' => { file => 'lib/Date/Manip/Offset/off070.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off071' => { file => 'lib/Date/Manip/Offset/off071.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off072' => { file => 'lib/Date/Manip/Offset/off072.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off073' => { file => 'lib/Date/Manip/Offset/off073.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off074' => { file => 'lib/Date/Manip/Offset/off074.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off075' => { file => 'lib/Date/Manip/Offset/off075.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off076' => { file => 'lib/Date/Manip/Offset/off076.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off077' => { file => 'lib/Date/Manip/Offset/off077.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off078' => { file => 'lib/Date/Manip/Offset/off078.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off079' => { file => 'lib/Date/Manip/Offset/off079.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off080' => { file => 'lib/Date/Manip/Offset/off080.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off081' => { file => 'lib/Date/Manip/Offset/off081.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off082' => { file => 'lib/Date/Manip/Offset/off082.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off083' => { file => 'lib/Date/Manip/Offset/off083.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off084' => { file => 'lib/Date/Manip/Offset/off084.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off085' => { file => 'lib/Date/Manip/Offset/off085.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off086' => { file => 'lib/Date/Manip/Offset/off086.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off087' => { file => 'lib/Date/Manip/Offset/off087.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off088' => { file => 'lib/Date/Manip/Offset/off088.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off089' => { file => 'lib/Date/Manip/Offset/off089.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off090' => { file => 'lib/Date/Manip/Offset/off090.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off091' => { file => 'lib/Date/Manip/Offset/off091.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off092' => { file => 'lib/Date/Manip/Offset/off092.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off093' => { file => 'lib/Date/Manip/Offset/off093.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off094' => { file => 'lib/Date/Manip/Offset/off094.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off095' => { file => 'lib/Date/Manip/Offset/off095.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off096' => { file => 'lib/Date/Manip/Offset/off096.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off097' => { file => 'lib/Date/Manip/Offset/off097.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off098' => { file => 'lib/Date/Manip/Offset/off098.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off099' => { file => 'lib/Date/Manip/Offset/off099.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off100' => { file => 'lib/Date/Manip/Offset/off100.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off101' => { file => 'lib/Date/Manip/Offset/off101.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off102' => { file => 'lib/Date/Manip/Offset/off102.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off103' => { file => 'lib/Date/Manip/Offset/off103.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off104' => { file => 'lib/Date/Manip/Offset/off104.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off105' => { file => 'lib/Date/Manip/Offset/off105.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off106' => { file => 'lib/Date/Manip/Offset/off106.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off107' => { file => 'lib/Date/Manip/Offset/off107.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off108' => { file => 'lib/Date/Manip/Offset/off108.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off109' => { file => 'lib/Date/Manip/Offset/off109.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off110' => { file => 'lib/Date/Manip/Offset/off110.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off111' => { file => 'lib/Date/Manip/Offset/off111.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off112' => { file => 'lib/Date/Manip/Offset/off112.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off113' => { file => 'lib/Date/Manip/Offset/off113.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off114' => { file => 'lib/Date/Manip/Offset/off114.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off115' => { file => 'lib/Date/Manip/Offset/off115.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off116' => { file => 'lib/Date/Manip/Offset/off116.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off117' => { file => 'lib/Date/Manip/Offset/off117.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off118' => { file => 'lib/Date/Manip/Offset/off118.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off119' => { file => 'lib/Date/Manip/Offset/off119.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off120' => { file => 'lib/Date/Manip/Offset/off120.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off121' => { file => 'lib/Date/Manip/Offset/off121.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off122' => { file => 'lib/Date/Manip/Offset/off122.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off123' => { file => 'lib/Date/Manip/Offset/off123.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off124' => { file => 'lib/Date/Manip/Offset/off124.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off125' => { file => 'lib/Date/Manip/Offset/off125.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off126' => { file => 'lib/Date/Manip/Offset/off126.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off127' => { file => 'lib/Date/Manip/Offset/off127.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off128' => { file => 'lib/Date/Manip/Offset/off128.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off129' => { file => 'lib/Date/Manip/Offset/off129.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off130' => { file => 'lib/Date/Manip/Offset/off130.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off131' => { file => 'lib/Date/Manip/Offset/off131.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off132' => { file => 'lib/Date/Manip/Offset/off132.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off133' => { file => 'lib/Date/Manip/Offset/off133.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off134' => { file => 'lib/Date/Manip/Offset/off134.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off135' => { file => 'lib/Date/Manip/Offset/off135.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off136' => { file => 'lib/Date/Manip/Offset/off136.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off137' => { file => 'lib/Date/Manip/Offset/off137.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off138' => { file => 'lib/Date/Manip/Offset/off138.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off139' => { file => 'lib/Date/Manip/Offset/off139.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off140' => { file => 'lib/Date/Manip/Offset/off140.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off141' => { file => 'lib/Date/Manip/Offset/off141.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off142' => { file => 'lib/Date/Manip/Offset/off142.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off143' => { file => 'lib/Date/Manip/Offset/off143.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off144' => { file => 'lib/Date/Manip/Offset/off144.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off145' => { file => 'lib/Date/Manip/Offset/off145.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off146' => { file => 'lib/Date/Manip/Offset/off146.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off147' => { file => 'lib/Date/Manip/Offset/off147.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off148' => { file => 'lib/Date/Manip/Offset/off148.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off149' => { file => 'lib/Date/Manip/Offset/off149.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off150' => { file => 'lib/Date/Manip/Offset/off150.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off151' => { file => 'lib/Date/Manip/Offset/off151.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off152' => { file => 'lib/Date/Manip/Offset/off152.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off153' => { file => 'lib/Date/Manip/Offset/off153.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off154' => { file => 'lib/Date/Manip/Offset/off154.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off155' => { file => 'lib/Date/Manip/Offset/off155.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off156' => { file => 'lib/Date/Manip/Offset/off156.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off157' => { file => 'lib/Date/Manip/Offset/off157.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off158' => { file => 'lib/Date/Manip/Offset/off158.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off159' => { file => 'lib/Date/Manip/Offset/off159.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off160' => { file => 'lib/Date/Manip/Offset/off160.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off161' => { file => 'lib/Date/Manip/Offset/off161.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off162' => { file => 'lib/Date/Manip/Offset/off162.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off163' => { file => 'lib/Date/Manip/Offset/off163.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off164' => { file => 'lib/Date/Manip/Offset/off164.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off165' => { file => 'lib/Date/Manip/Offset/off165.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off166' => { file => 'lib/Date/Manip/Offset/off166.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off167' => { file => 'lib/Date/Manip/Offset/off167.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off168' => { file => 'lib/Date/Manip/Offset/off168.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off169' => { file => 'lib/Date/Manip/Offset/off169.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off170' => { file => 'lib/Date/Manip/Offset/off170.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off171' => { file => 'lib/Date/Manip/Offset/off171.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off172' => { file => 'lib/Date/Manip/Offset/off172.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off173' => { file => 'lib/Date/Manip/Offset/off173.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off174' => { file => 'lib/Date/Manip/Offset/off174.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off175' => { file => 'lib/Date/Manip/Offset/off175.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off176' => { file => 'lib/Date/Manip/Offset/off176.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off177' => { file => 'lib/Date/Manip/Offset/off177.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off178' => { file => 'lib/Date/Manip/Offset/off178.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off179' => { file => 'lib/Date/Manip/Offset/off179.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off180' => { file => 'lib/Date/Manip/Offset/off180.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off181' => { file => 'lib/Date/Manip/Offset/off181.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off182' => { file => 'lib/Date/Manip/Offset/off182.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off183' => { file => 'lib/Date/Manip/Offset/off183.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off184' => { file => 'lib/Date/Manip/Offset/off184.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off185' => { file => 'lib/Date/Manip/Offset/off185.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off186' => { file => 'lib/Date/Manip/Offset/off186.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off187' => { file => 'lib/Date/Manip/Offset/off187.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off188' => { file => 'lib/Date/Manip/Offset/off188.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off189' => { file => 'lib/Date/Manip/Offset/off189.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off190' => { file => 'lib/Date/Manip/Offset/off190.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off191' => { file => 'lib/Date/Manip/Offset/off191.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off192' => { file => 'lib/Date/Manip/Offset/off192.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off193' => { file => 'lib/Date/Manip/Offset/off193.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off194' => { file => 'lib/Date/Manip/Offset/off194.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off195' => { file => 'lib/Date/Manip/Offset/off195.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off196' => { file => 'lib/Date/Manip/Offset/off196.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off197' => { file => 'lib/Date/Manip/Offset/off197.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off198' => { file => 'lib/Date/Manip/Offset/off198.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off199' => { file => 'lib/Date/Manip/Offset/off199.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off200' => { file => 'lib/Date/Manip/Offset/off200.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off201' => { file => 'lib/Date/Manip/Offset/off201.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off202' => { file => 'lib/Date/Manip/Offset/off202.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off203' => { file => 'lib/Date/Manip/Offset/off203.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off204' => { file => 'lib/Date/Manip/Offset/off204.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off205' => { file => 'lib/Date/Manip/Offset/off205.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off206' => { file => 'lib/Date/Manip/Offset/off206.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off207' => { file => 'lib/Date/Manip/Offset/off207.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off208' => { file => 'lib/Date/Manip/Offset/off208.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off209' => { file => 'lib/Date/Manip/Offset/off209.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off210' => { file => 'lib/Date/Manip/Offset/off210.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off211' => { file => 'lib/Date/Manip/Offset/off211.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off212' => { file => 'lib/Date/Manip/Offset/off212.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off213' => { file => 'lib/Date/Manip/Offset/off213.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off214' => { file => 'lib/Date/Manip/Offset/off214.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off215' => { file => 'lib/Date/Manip/Offset/off215.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off216' => { file => 'lib/Date/Manip/Offset/off216.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off217' => { file => 'lib/Date/Manip/Offset/off217.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off218' => { file => 'lib/Date/Manip/Offset/off218.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off219' => { file => 'lib/Date/Manip/Offset/off219.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off220' => { file => 'lib/Date/Manip/Offset/off220.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off221' => { file => 'lib/Date/Manip/Offset/off221.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off222' => { file => 'lib/Date/Manip/Offset/off222.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off223' => { file => 'lib/Date/Manip/Offset/off223.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off224' => { file => 'lib/Date/Manip/Offset/off224.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off225' => { file => 'lib/Date/Manip/Offset/off225.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off226' => { file => 'lib/Date/Manip/Offset/off226.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off227' => { file => 'lib/Date/Manip/Offset/off227.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off228' => { file => 'lib/Date/Manip/Offset/off228.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off229' => { file => 'lib/Date/Manip/Offset/off229.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off230' => { file => 'lib/Date/Manip/Offset/off230.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off231' => { file => 'lib/Date/Manip/Offset/off231.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off232' => { file => 'lib/Date/Manip/Offset/off232.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off233' => { file => 'lib/Date/Manip/Offset/off233.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off234' => { file => 'lib/Date/Manip/Offset/off234.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off235' => { file => 'lib/Date/Manip/Offset/off235.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off236' => { file => 'lib/Date/Manip/Offset/off236.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off237' => { file => 'lib/Date/Manip/Offset/off237.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off238' => { file => 'lib/Date/Manip/Offset/off238.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off239' => { file => 'lib/Date/Manip/Offset/off239.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off240' => { file => 'lib/Date/Manip/Offset/off240.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off241' => { file => 'lib/Date/Manip/Offset/off241.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off242' => { file => 'lib/Date/Manip/Offset/off242.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off243' => { file => 'lib/Date/Manip/Offset/off243.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off244' => { file => 'lib/Date/Manip/Offset/off244.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off245' => { file => 'lib/Date/Manip/Offset/off245.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off246' => { file => 'lib/Date/Manip/Offset/off246.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off247' => { file => 'lib/Date/Manip/Offset/off247.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off248' => { file => 'lib/Date/Manip/Offset/off248.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off249' => { file => 'lib/Date/Manip/Offset/off249.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off250' => { file => 'lib/Date/Manip/Offset/off250.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off251' => { file => 'lib/Date/Manip/Offset/off251.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off252' => { file => 'lib/Date/Manip/Offset/off252.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off253' => { file => 'lib/Date/Manip/Offset/off253.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off254' => { file => 'lib/Date/Manip/Offset/off254.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off255' => { file => 'lib/Date/Manip/Offset/off255.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off256' => { file => 'lib/Date/Manip/Offset/off256.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off257' => { file => 'lib/Date/Manip/Offset/off257.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off258' => { file => 'lib/Date/Manip/Offset/off258.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off259' => { file => 'lib/Date/Manip/Offset/off259.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off260' => { file => 'lib/Date/Manip/Offset/off260.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off261' => { file => 'lib/Date/Manip/Offset/off261.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off262' => { file => 'lib/Date/Manip/Offset/off262.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off263' => { file => 'lib/Date/Manip/Offset/off263.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off264' => { file => 'lib/Date/Manip/Offset/off264.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off265' => { file => 'lib/Date/Manip/Offset/off265.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off266' => { file => 'lib/Date/Manip/Offset/off266.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off267' => { file => 'lib/Date/Manip/Offset/off267.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off268' => { file => 'lib/Date/Manip/Offset/off268.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off269' => { file => 'lib/Date/Manip/Offset/off269.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off270' => { file => 'lib/Date/Manip/Offset/off270.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off271' => { file => 'lib/Date/Manip/Offset/off271.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off272' => { file => 'lib/Date/Manip/Offset/off272.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off273' => { file => 'lib/Date/Manip/Offset/off273.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off274' => { file => 'lib/Date/Manip/Offset/off274.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off275' => { file => 'lib/Date/Manip/Offset/off275.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off276' => { file => 'lib/Date/Manip/Offset/off276.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off277' => { file => 'lib/Date/Manip/Offset/off277.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off278' => { file => 'lib/Date/Manip/Offset/off278.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off279' => { file => 'lib/Date/Manip/Offset/off279.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off280' => { file => 'lib/Date/Manip/Offset/off280.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off281' => { file => 'lib/Date/Manip/Offset/off281.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off282' => { file => 'lib/Date/Manip/Offset/off282.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off283' => { file => 'lib/Date/Manip/Offset/off283.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off284' => { file => 'lib/Date/Manip/Offset/off284.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off285' => { file => 'lib/Date/Manip/Offset/off285.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off286' => { file => 'lib/Date/Manip/Offset/off286.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off287' => { file => 'lib/Date/Manip/Offset/off287.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off288' => { file => 'lib/Date/Manip/Offset/off288.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off289' => { file => 'lib/Date/Manip/Offset/off289.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off290' => { file => 'lib/Date/Manip/Offset/off290.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off291' => { file => 'lib/Date/Manip/Offset/off291.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off292' => { file => 'lib/Date/Manip/Offset/off292.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off293' => { file => 'lib/Date/Manip/Offset/off293.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off294' => { file => 'lib/Date/Manip/Offset/off294.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off295' => { file => 'lib/Date/Manip/Offset/off295.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off296' => { file => 'lib/Date/Manip/Offset/off296.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off297' => { file => 'lib/Date/Manip/Offset/off297.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off298' => { file => 'lib/Date/Manip/Offset/off298.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off299' => { file => 'lib/Date/Manip/Offset/off299.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off300' => { file => 'lib/Date/Manip/Offset/off300.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off301' => { file => 'lib/Date/Manip/Offset/off301.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off302' => { file => 'lib/Date/Manip/Offset/off302.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off303' => { file => 'lib/Date/Manip/Offset/off303.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off304' => { file => 'lib/Date/Manip/Offset/off304.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off305' => { file => 'lib/Date/Manip/Offset/off305.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off306' => { file => 'lib/Date/Manip/Offset/off306.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off307' => { file => 'lib/Date/Manip/Offset/off307.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off308' => { file => 'lib/Date/Manip/Offset/off308.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off309' => { file => 'lib/Date/Manip/Offset/off309.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off310' => { file => 'lib/Date/Manip/Offset/off310.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off311' => { file => 'lib/Date/Manip/Offset/off311.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off312' => { file => 'lib/Date/Manip/Offset/off312.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off313' => { file => 'lib/Date/Manip/Offset/off313.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off314' => { file => 'lib/Date/Manip/Offset/off314.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off315' => { file => 'lib/Date/Manip/Offset/off315.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off316' => { file => 'lib/Date/Manip/Offset/off316.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off317' => { file => 'lib/Date/Manip/Offset/off317.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off318' => { file => 'lib/Date/Manip/Offset/off318.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off319' => { file => 'lib/Date/Manip/Offset/off319.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off320' => { file => 'lib/Date/Manip/Offset/off320.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off321' => { file => 'lib/Date/Manip/Offset/off321.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off322' => { file => 'lib/Date/Manip/Offset/off322.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off323' => { file => 'lib/Date/Manip/Offset/off323.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off324' => { file => 'lib/Date/Manip/Offset/off324.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off325' => { file => 'lib/Date/Manip/Offset/off325.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off326' => { file => 'lib/Date/Manip/Offset/off326.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off327' => { file => 'lib/Date/Manip/Offset/off327.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off328' => { file => 'lib/Date/Manip/Offset/off328.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off329' => { file => 'lib/Date/Manip/Offset/off329.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off330' => { file => 'lib/Date/Manip/Offset/off330.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off331' => { file => 'lib/Date/Manip/Offset/off331.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off332' => { file => 'lib/Date/Manip/Offset/off332.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off333' => { file => 'lib/Date/Manip/Offset/off333.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off334' => { file => 'lib/Date/Manip/Offset/off334.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off335' => { file => 'lib/Date/Manip/Offset/off335.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off336' => { file => 'lib/Date/Manip/Offset/off336.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off337' => { file => 'lib/Date/Manip/Offset/off337.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off338' => { file => 'lib/Date/Manip/Offset/off338.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off339' => { file => 'lib/Date/Manip/Offset/off339.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off340' => { file => 'lib/Date/Manip/Offset/off340.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off341' => { file => 'lib/Date/Manip/Offset/off341.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off342' => { file => 'lib/Date/Manip/Offset/off342.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off343' => { file => 'lib/Date/Manip/Offset/off343.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off344' => { file => 'lib/Date/Manip/Offset/off344.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off345' => { file => 'lib/Date/Manip/Offset/off345.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off346' => { file => 'lib/Date/Manip/Offset/off346.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off347' => { file => 'lib/Date/Manip/Offset/off347.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off348' => { file => 'lib/Date/Manip/Offset/off348.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off349' => { file => 'lib/Date/Manip/Offset/off349.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off350' => { file => 'lib/Date/Manip/Offset/off350.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off351' => { file => 'lib/Date/Manip/Offset/off351.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off352' => { file => 'lib/Date/Manip/Offset/off352.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off353' => { file => 'lib/Date/Manip/Offset/off353.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off354' => { file => 'lib/Date/Manip/Offset/off354.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off355' => { file => 'lib/Date/Manip/Offset/off355.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off356' => { file => 'lib/Date/Manip/Offset/off356.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off357' => { file => 'lib/Date/Manip/Offset/off357.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off358' => { file => 'lib/Date/Manip/Offset/off358.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off359' => { file => 'lib/Date/Manip/Offset/off359.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off360' => { file => 'lib/Date/Manip/Offset/off360.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off361' => { file => 'lib/Date/Manip/Offset/off361.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off362' => { file => 'lib/Date/Manip/Offset/off362.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off363' => { file => 'lib/Date/Manip/Offset/off363.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off364' => { file => 'lib/Date/Manip/Offset/off364.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off365' => { file => 'lib/Date/Manip/Offset/off365.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off366' => { file => 'lib/Date/Manip/Offset/off366.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off367' => { file => 'lib/Date/Manip/Offset/off367.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off368' => { file => 'lib/Date/Manip/Offset/off368.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off369' => { file => 'lib/Date/Manip/Offset/off369.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off370' => { file => 'lib/Date/Manip/Offset/off370.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off371' => { file => 'lib/Date/Manip/Offset/off371.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off372' => { file => 'lib/Date/Manip/Offset/off372.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off373' => { file => 'lib/Date/Manip/Offset/off373.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off374' => { file => 'lib/Date/Manip/Offset/off374.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off375' => { file => 'lib/Date/Manip/Offset/off375.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off376' => { file => 'lib/Date/Manip/Offset/off376.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off377' => { file => 'lib/Date/Manip/Offset/off377.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off378' => { file => 'lib/Date/Manip/Offset/off378.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off379' => { file => 'lib/Date/Manip/Offset/off379.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off380' => { file => 'lib/Date/Manip/Offset/off380.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off381' => { file => 'lib/Date/Manip/Offset/off381.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off382' => { file => 'lib/Date/Manip/Offset/off382.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off383' => { file => 'lib/Date/Manip/Offset/off383.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off384' => { file => 'lib/Date/Manip/Offset/off384.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off385' => { file => 'lib/Date/Manip/Offset/off385.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off386' => { file => 'lib/Date/Manip/Offset/off386.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off387' => { file => 'lib/Date/Manip/Offset/off387.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off388' => { file => 'lib/Date/Manip/Offset/off388.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off389' => { file => 'lib/Date/Manip/Offset/off389.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off390' => { file => 'lib/Date/Manip/Offset/off390.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off391' => { file => 'lib/Date/Manip/Offset/off391.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off392' => { file => 'lib/Date/Manip/Offset/off392.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off393' => { file => 'lib/Date/Manip/Offset/off393.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off394' => { file => 'lib/Date/Manip/Offset/off394.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off395' => { file => 'lib/Date/Manip/Offset/off395.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off396' => { file => 'lib/Date/Manip/Offset/off396.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off397' => { file => 'lib/Date/Manip/Offset/off397.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off398' => { file => 'lib/Date/Manip/Offset/off398.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off399' => { file => 'lib/Date/Manip/Offset/off399.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off400' => { file => 'lib/Date/Manip/Offset/off400.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off401' => { file => 'lib/Date/Manip/Offset/off401.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off402' => { file => 'lib/Date/Manip/Offset/off402.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off403' => { file => 'lib/Date/Manip/Offset/off403.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off404' => { file => 'lib/Date/Manip/Offset/off404.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off405' => { file => 'lib/Date/Manip/Offset/off405.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off406' => { file => 'lib/Date/Manip/Offset/off406.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Offset::off407' => { file => 'lib/Date/Manip/Offset/off407.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Recur' => { file => 'lib/Date/Manip/Recur.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ' => { file => 'lib/Date/Manip/TZ.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::a00' => { file => 'lib/Date/Manip/TZ/a00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afabid00' => { file => 'lib/Date/Manip/TZ/afabid00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afalgi00' => { file => 'lib/Date/Manip/TZ/afalgi00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afbiss00' => { file => 'lib/Date/Manip/TZ/afbiss00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afcair00' => { file => 'lib/Date/Manip/TZ/afcair00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afcasa00' => { file => 'lib/Date/Manip/TZ/afcasa00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afceut00' => { file => 'lib/Date/Manip/TZ/afceut00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afel_a00' => { file => 'lib/Date/Manip/TZ/afel_a00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afjoha00' => { file => 'lib/Date/Manip/TZ/afjoha00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afjuba00' => { file => 'lib/Date/Manip/TZ/afjuba00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afkhar00' => { file => 'lib/Date/Manip/TZ/afkhar00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aflago00' => { file => 'lib/Date/Manip/TZ/aflago00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afmapu00' => { file => 'lib/Date/Manip/TZ/afmapu00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afmonr00' => { file => 'lib/Date/Manip/TZ/afmonr00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afnair00' => { file => 'lib/Date/Manip/TZ/afnair00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afndja00' => { file => 'lib/Date/Manip/TZ/afndja00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afsao_00' => { file => 'lib/Date/Manip/TZ/afsao_00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aftrip00' => { file => 'lib/Date/Manip/TZ/aftrip00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aftuni00' => { file => 'lib/Date/Manip/TZ/aftuni00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::afwind00' => { file => 'lib/Date/Manip/TZ/afwind00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amadak00' => { file => 'lib/Date/Manip/TZ/amadak00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amanch00' => { file => 'lib/Date/Manip/TZ/amanch00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amarag00' => { file => 'lib/Date/Manip/TZ/amarag00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amasun00' => { file => 'lib/Date/Manip/TZ/amasun00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ambahi00' => { file => 'lib/Date/Manip/TZ/ambahi00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ambahi01' => { file => 'lib/Date/Manip/TZ/ambahi01.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ambarb00' => { file => 'lib/Date/Manip/TZ/ambarb00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ambele00' => { file => 'lib/Date/Manip/TZ/ambele00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ambeli00' => { file => 'lib/Date/Manip/TZ/ambeli00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ambeul00' => { file => 'lib/Date/Manip/TZ/ambeul00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amboa_00' => { file => 'lib/Date/Manip/TZ/amboa_00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ambogo00' => { file => 'lib/Date/Manip/TZ/ambogo00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ambois00' => { file => 'lib/Date/Manip/TZ/ambois00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ambuen00' => { file => 'lib/Date/Manip/TZ/ambuen00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amcamb00' => { file => 'lib/Date/Manip/TZ/amcamb00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amcamp00' => { file => 'lib/Date/Manip/TZ/amcamp00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amcanc00' => { file => 'lib/Date/Manip/TZ/amcanc00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amcara00' => { file => 'lib/Date/Manip/TZ/amcara00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amcata00' => { file => 'lib/Date/Manip/TZ/amcata00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amcaye00' => { file => 'lib/Date/Manip/TZ/amcaye00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amcent00' => { file => 'lib/Date/Manip/TZ/amcent00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amchic00' => { file => 'lib/Date/Manip/TZ/amchic00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amchih00' => { file => 'lib/Date/Manip/TZ/amchih00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amciud00' => { file => 'lib/Date/Manip/TZ/amciud00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amcord00' => { file => 'lib/Date/Manip/TZ/amcord00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amcost00' => { file => 'lib/Date/Manip/TZ/amcost00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amcuia00' => { file => 'lib/Date/Manip/TZ/amcuia00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amdanm00' => { file => 'lib/Date/Manip/TZ/amdanm00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amdaws00' => { file => 'lib/Date/Manip/TZ/amdaws00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amdaws01' => { file => 'lib/Date/Manip/TZ/amdaws01.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amdenv00' => { file => 'lib/Date/Manip/TZ/amdenv00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amdetr00' => { file => 'lib/Date/Manip/TZ/amdetr00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amedmo00' => { file => 'lib/Date/Manip/TZ/amedmo00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ameiru00' => { file => 'lib/Date/Manip/TZ/ameiru00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amel_s00' => { file => 'lib/Date/Manip/TZ/amel_s00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amfort00' => { file => 'lib/Date/Manip/TZ/amfort00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amfort01' => { file => 'lib/Date/Manip/TZ/amfort01.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amglac00' => { file => 'lib/Date/Manip/TZ/amglac00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amgoos00' => { file => 'lib/Date/Manip/TZ/amgoos00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amgran00' => { file => 'lib/Date/Manip/TZ/amgran00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amguat00' => { file => 'lib/Date/Manip/TZ/amguat00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amguay00' => { file => 'lib/Date/Manip/TZ/amguay00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amguya00' => { file => 'lib/Date/Manip/TZ/amguya00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amhali00' => { file => 'lib/Date/Manip/TZ/amhali00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amhava00' => { file => 'lib/Date/Manip/TZ/amhava00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amherm00' => { file => 'lib/Date/Manip/TZ/amherm00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amindi00' => { file => 'lib/Date/Manip/TZ/amindi00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aminuv00' => { file => 'lib/Date/Manip/TZ/aminuv00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amiqal00' => { file => 'lib/Date/Manip/TZ/amiqal00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amjama00' => { file => 'lib/Date/Manip/TZ/amjama00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amjuju00' => { file => 'lib/Date/Manip/TZ/amjuju00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amjune00' => { file => 'lib/Date/Manip/TZ/amjune00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amknox00' => { file => 'lib/Date/Manip/TZ/amknox00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amla_p00' => { file => 'lib/Date/Manip/TZ/amla_p00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amla_r00' => { file => 'lib/Date/Manip/TZ/amla_r00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amlima00' => { file => 'lib/Date/Manip/TZ/amlima00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amlos_00' => { file => 'lib/Date/Manip/TZ/amlos_00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amloui00' => { file => 'lib/Date/Manip/TZ/amloui00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammace00' => { file => 'lib/Date/Manip/TZ/ammace00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammana00' => { file => 'lib/Date/Manip/TZ/ammana00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammana01' => { file => 'lib/Date/Manip/TZ/ammana01.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammare00' => { file => 'lib/Date/Manip/TZ/ammare00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammart00' => { file => 'lib/Date/Manip/TZ/ammart00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammata00' => { file => 'lib/Date/Manip/TZ/ammata00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammaza00' => { file => 'lib/Date/Manip/TZ/ammaza00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammend00' => { file => 'lib/Date/Manip/TZ/ammend00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammeno00' => { file => 'lib/Date/Manip/TZ/ammeno00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammeri00' => { file => 'lib/Date/Manip/TZ/ammeri00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammetl00' => { file => 'lib/Date/Manip/TZ/ammetl00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammexi00' => { file => 'lib/Date/Manip/TZ/ammexi00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammiqu00' => { file => 'lib/Date/Manip/TZ/ammiqu00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammonc00' => { file => 'lib/Date/Manip/TZ/ammonc00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammont00' => { file => 'lib/Date/Manip/TZ/ammont00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammont01' => { file => 'lib/Date/Manip/TZ/ammont01.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ammont02' => { file => 'lib/Date/Manip/TZ/ammont02.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amnew_00' => { file => 'lib/Date/Manip/TZ/amnew_00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amnew_01' => { file => 'lib/Date/Manip/TZ/amnew_01.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amnome00' => { file => 'lib/Date/Manip/TZ/amnome00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amnoro00' => { file => 'lib/Date/Manip/TZ/amnoro00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amnuuk00' => { file => 'lib/Date/Manip/TZ/amnuuk00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amojin00' => { file => 'lib/Date/Manip/TZ/amojin00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ampana00' => { file => 'lib/Date/Manip/TZ/ampana00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ampara00' => { file => 'lib/Date/Manip/TZ/ampara00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ampete00' => { file => 'lib/Date/Manip/TZ/ampete00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amphoe00' => { file => 'lib/Date/Manip/TZ/amphoe00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amport00' => { file => 'lib/Date/Manip/TZ/amport00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amport01' => { file => 'lib/Date/Manip/TZ/amport01.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ampuer00' => { file => 'lib/Date/Manip/TZ/ampuer00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ampunt00' => { file => 'lib/Date/Manip/TZ/ampunt00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amrank00' => { file => 'lib/Date/Manip/TZ/amrank00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amreci00' => { file => 'lib/Date/Manip/TZ/amreci00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amregi00' => { file => 'lib/Date/Manip/TZ/amregi00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amreso00' => { file => 'lib/Date/Manip/TZ/amreso00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amrio_00' => { file => 'lib/Date/Manip/TZ/amrio_00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amrio_01' => { file => 'lib/Date/Manip/TZ/amrio_01.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amsalt00' => { file => 'lib/Date/Manip/TZ/amsalt00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amsan_00' => { file => 'lib/Date/Manip/TZ/amsan_00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amsan_01' => { file => 'lib/Date/Manip/TZ/amsan_01.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amsant00' => { file => 'lib/Date/Manip/TZ/amsant00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amsant01' => { file => 'lib/Date/Manip/TZ/amsant01.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amsant02' => { file => 'lib/Date/Manip/TZ/amsant02.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amsao_00' => { file => 'lib/Date/Manip/TZ/amsao_00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amscor00' => { file => 'lib/Date/Manip/TZ/amscor00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amsitk00' => { file => 'lib/Date/Manip/TZ/amsitk00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amst_j00' => { file => 'lib/Date/Manip/TZ/amst_j00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amswif00' => { file => 'lib/Date/Manip/TZ/amswif00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amtegu00' => { file => 'lib/Date/Manip/TZ/amtegu00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amtell00' => { file => 'lib/Date/Manip/TZ/amtell00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amthul00' => { file => 'lib/Date/Manip/TZ/amthul00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amtiju00' => { file => 'lib/Date/Manip/TZ/amtiju00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amtoro00' => { file => 'lib/Date/Manip/TZ/amtoro00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amtucu00' => { file => 'lib/Date/Manip/TZ/amtucu00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amushu00' => { file => 'lib/Date/Manip/TZ/amushu00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amvanc00' => { file => 'lib/Date/Manip/TZ/amvanc00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amveva00' => { file => 'lib/Date/Manip/TZ/amveva00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amvinc00' => { file => 'lib/Date/Manip/TZ/amvinc00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amwhit00' => { file => 'lib/Date/Manip/TZ/amwhit00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amwina00' => { file => 'lib/Date/Manip/TZ/amwina00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amwinn00' => { file => 'lib/Date/Manip/TZ/amwinn00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::amyaku00' => { file => 'lib/Date/Manip/TZ/amyaku00.pm', - version => '6.91', - }, - 'Date::Manip::TZ::amyell00' => { - file => 'lib/Date/Manip/TZ/amyell00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ancase00' => { file => 'lib/Date/Manip/TZ/ancase00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::andavi00' => { file => 'lib/Date/Manip/TZ/andavi00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::anmacq00' => { file => 'lib/Date/Manip/TZ/anmacq00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::anmaws00' => { file => 'lib/Date/Manip/TZ/anmaws00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::anpalm00' => { file => 'lib/Date/Manip/TZ/anpalm00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::anroth00' => { file => 'lib/Date/Manip/TZ/anroth00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::antrol00' => { file => 'lib/Date/Manip/TZ/antrol00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asalma00' => { file => 'lib/Date/Manip/TZ/asalma00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asamma00' => { file => 'lib/Date/Manip/TZ/asamma00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asanad00' => { file => 'lib/Date/Manip/TZ/asanad00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asaqta00' => { file => 'lib/Date/Manip/TZ/asaqta00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asaqto00' => { file => 'lib/Date/Manip/TZ/asaqto00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asashg00' => { file => 'lib/Date/Manip/TZ/asashg00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asatyr00' => { file => 'lib/Date/Manip/TZ/asatyr00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asbagh00' => { file => 'lib/Date/Manip/TZ/asbagh00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asbaku00' => { file => 'lib/Date/Manip/TZ/asbaku00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asbang00' => { file => 'lib/Date/Manip/TZ/asbang00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asbarn00' => { file => 'lib/Date/Manip/TZ/asbarn00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asbeir00' => { file => 'lib/Date/Manip/TZ/asbeir00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asbish00' => { file => 'lib/Date/Manip/TZ/asbish00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aschit00' => { file => 'lib/Date/Manip/TZ/aschit00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aschoi00' => { file => 'lib/Date/Manip/TZ/aschoi00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ascolo00' => { file => 'lib/Date/Manip/TZ/ascolo00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asdama00' => { file => 'lib/Date/Manip/TZ/asdama00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asdhak00' => { file => 'lib/Date/Manip/TZ/asdhak00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asdili00' => { file => 'lib/Date/Manip/TZ/asdili00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asduba00' => { file => 'lib/Date/Manip/TZ/asduba00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asdush00' => { file => 'lib/Date/Manip/TZ/asdush00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asfama00' => { file => 'lib/Date/Manip/TZ/asfama00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asgaza00' => { file => 'lib/Date/Manip/TZ/asgaza00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ashebr00' => { file => 'lib/Date/Manip/TZ/ashebr00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asho_c00' => { file => 'lib/Date/Manip/TZ/asho_c00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ashong00' => { file => 'lib/Date/Manip/TZ/ashong00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ashovd00' => { file => 'lib/Date/Manip/TZ/ashovd00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asirku00' => { file => 'lib/Date/Manip/TZ/asirku00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asjaka00' => { file => 'lib/Date/Manip/TZ/asjaka00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asjaya00' => { file => 'lib/Date/Manip/TZ/asjaya00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asjeru00' => { file => 'lib/Date/Manip/TZ/asjeru00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::askabu00' => { file => 'lib/Date/Manip/TZ/askabu00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::askamc00' => { file => 'lib/Date/Manip/TZ/askamc00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::askara00' => { file => 'lib/Date/Manip/TZ/askara00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::askath00' => { file => 'lib/Date/Manip/TZ/askath00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::askhan00' => { file => 'lib/Date/Manip/TZ/askhan00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::askolk00' => { file => 'lib/Date/Manip/TZ/askolk00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::askras00' => { file => 'lib/Date/Manip/TZ/askras00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::askuch00' => { file => 'lib/Date/Manip/TZ/askuch00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asmaca00' => { file => 'lib/Date/Manip/TZ/asmaca00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asmaga00' => { file => 'lib/Date/Manip/TZ/asmaga00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asmaka00' => { file => 'lib/Date/Manip/TZ/asmaka00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asmani00' => { file => 'lib/Date/Manip/TZ/asmani00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asnico00' => { file => 'lib/Date/Manip/TZ/asnico00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asnovo00' => { file => 'lib/Date/Manip/TZ/asnovo00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asnovo01' => { file => 'lib/Date/Manip/TZ/asnovo01.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asomsk00' => { file => 'lib/Date/Manip/TZ/asomsk00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asoral00' => { file => 'lib/Date/Manip/TZ/asoral00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aspont00' => { file => 'lib/Date/Manip/TZ/aspont00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aspyon00' => { file => 'lib/Date/Manip/TZ/aspyon00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asqata00' => { file => 'lib/Date/Manip/TZ/asqata00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asqost00' => { file => 'lib/Date/Manip/TZ/asqost00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asqyzy00' => { file => 'lib/Date/Manip/TZ/asqyzy00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asriya00' => { file => 'lib/Date/Manip/TZ/asriya00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::assakh00' => { file => 'lib/Date/Manip/TZ/assakh00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::assama00' => { file => 'lib/Date/Manip/TZ/assama00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asseou00' => { file => 'lib/Date/Manip/TZ/asseou00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asshan00' => { file => 'lib/Date/Manip/TZ/asshan00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::assing00' => { file => 'lib/Date/Manip/TZ/assing00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::assred00' => { file => 'lib/Date/Manip/TZ/assred00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::astaip00' => { file => 'lib/Date/Manip/TZ/astaip00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::astash00' => { file => 'lib/Date/Manip/TZ/astash00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::astbil00' => { file => 'lib/Date/Manip/TZ/astbil00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::astehr00' => { file => 'lib/Date/Manip/TZ/astehr00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asthim00' => { file => 'lib/Date/Manip/TZ/asthim00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::astoky00' => { file => 'lib/Date/Manip/TZ/astoky00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::astoms00' => { file => 'lib/Date/Manip/TZ/astoms00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asulaa00' => { file => 'lib/Date/Manip/TZ/asulaa00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asurum00' => { file => 'lib/Date/Manip/TZ/asurum00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asustm00' => { file => 'lib/Date/Manip/TZ/asustm00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asvlad00' => { file => 'lib/Date/Manip/TZ/asvlad00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asyaku00' => { file => 'lib/Date/Manip/TZ/asyaku00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asyang00' => { file => 'lib/Date/Manip/TZ/asyang00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asyeka00' => { file => 'lib/Date/Manip/TZ/asyeka00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::asyere00' => { file => 'lib/Date/Manip/TZ/asyere00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::atazor00' => { file => 'lib/Date/Manip/TZ/atazor00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::atberm00' => { file => 'lib/Date/Manip/TZ/atberm00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::atcana00' => { file => 'lib/Date/Manip/TZ/atcana00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::atcape00' => { file => 'lib/Date/Manip/TZ/atcape00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::atfaro00' => { file => 'lib/Date/Manip/TZ/atfaro00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::atmade00' => { file => 'lib/Date/Manip/TZ/atmade00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::atsout00' => { file => 'lib/Date/Manip/TZ/atsout00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::atstan00' => { file => 'lib/Date/Manip/TZ/atstan00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::auadel00' => { file => 'lib/Date/Manip/TZ/auadel00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aubris00' => { file => 'lib/Date/Manip/TZ/aubris00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aubrok00' => { file => 'lib/Date/Manip/TZ/aubrok00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::audarw00' => { file => 'lib/Date/Manip/TZ/audarw00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aueucl00' => { file => 'lib/Date/Manip/TZ/aueucl00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::auhoba00' => { file => 'lib/Date/Manip/TZ/auhoba00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aulind00' => { file => 'lib/Date/Manip/TZ/aulind00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aulord00' => { file => 'lib/Date/Manip/TZ/aulord00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aumelb00' => { file => 'lib/Date/Manip/TZ/aumelb00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::aupert00' => { file => 'lib/Date/Manip/TZ/aupert00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ausydn00' => { file => 'lib/Date/Manip/TZ/ausydn00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::b00' => { file => 'lib/Date/Manip/TZ/b00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::c00' => { file => 'lib/Date/Manip/TZ/c00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::cet00' => { file => 'lib/Date/Manip/TZ/cet00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::d00' => { file => 'lib/Date/Manip/TZ/d00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::e00' => { file => 'lib/Date/Manip/TZ/e00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eet00' => { file => 'lib/Date/Manip/TZ/eet00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmt00' => { file => 'lib/Date/Manip/TZ/etgmt00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm00' => { file => 'lib/Date/Manip/TZ/etgmtm00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm01' => { file => 'lib/Date/Manip/TZ/etgmtm01.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm02' => { file => 'lib/Date/Manip/TZ/etgmtm02.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm03' => { file => 'lib/Date/Manip/TZ/etgmtm03.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm04' => { file => 'lib/Date/Manip/TZ/etgmtm04.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm05' => { file => 'lib/Date/Manip/TZ/etgmtm05.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm06' => { file => 'lib/Date/Manip/TZ/etgmtm06.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm07' => { file => 'lib/Date/Manip/TZ/etgmtm07.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm08' => { file => 'lib/Date/Manip/TZ/etgmtm08.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm09' => { file => 'lib/Date/Manip/TZ/etgmtm09.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm10' => { file => 'lib/Date/Manip/TZ/etgmtm10.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm11' => { file => 'lib/Date/Manip/TZ/etgmtm11.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm12' => { file => 'lib/Date/Manip/TZ/etgmtm12.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtm13' => { file => 'lib/Date/Manip/TZ/etgmtm13.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtp00' => { file => 'lib/Date/Manip/TZ/etgmtp00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtp01' => { file => 'lib/Date/Manip/TZ/etgmtp01.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtp02' => { file => 'lib/Date/Manip/TZ/etgmtp02.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtp03' => { file => 'lib/Date/Manip/TZ/etgmtp03.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtp04' => { file => 'lib/Date/Manip/TZ/etgmtp04.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtp05' => { file => 'lib/Date/Manip/TZ/etgmtp05.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtp06' => { file => 'lib/Date/Manip/TZ/etgmtp06.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtp07' => { file => 'lib/Date/Manip/TZ/etgmtp07.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtp08' => { file => 'lib/Date/Manip/TZ/etgmtp08.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtp09' => { file => 'lib/Date/Manip/TZ/etgmtp09.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtp10' => { file => 'lib/Date/Manip/TZ/etgmtp10.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etgmtp11' => { file => 'lib/Date/Manip/TZ/etgmtp11.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::etutc00' => { file => 'lib/Date/Manip/TZ/etutc00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euando00' => { file => 'lib/Date/Manip/TZ/euando00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euastr00' => { file => 'lib/Date/Manip/TZ/euastr00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euathe00' => { file => 'lib/Date/Manip/TZ/euathe00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eubelg00' => { file => 'lib/Date/Manip/TZ/eubelg00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euberl00' => { file => 'lib/Date/Manip/TZ/euberl00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eubrus00' => { file => 'lib/Date/Manip/TZ/eubrus00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eubuch00' => { file => 'lib/Date/Manip/TZ/eubuch00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eubuda00' => { file => 'lib/Date/Manip/TZ/eubuda00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euchis00' => { file => 'lib/Date/Manip/TZ/euchis00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eudubl00' => { file => 'lib/Date/Manip/TZ/eudubl00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eugibr00' => { file => 'lib/Date/Manip/TZ/eugibr00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euhels00' => { file => 'lib/Date/Manip/TZ/euhels00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euista00' => { file => 'lib/Date/Manip/TZ/euista00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eukali00' => { file => 'lib/Date/Manip/TZ/eukali00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eukiro00' => { file => 'lib/Date/Manip/TZ/eukiro00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eukyiv00' => { file => 'lib/Date/Manip/TZ/eukyiv00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eulisb00' => { file => 'lib/Date/Manip/TZ/eulisb00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eulond00' => { file => 'lib/Date/Manip/TZ/eulond00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eumadr00' => { file => 'lib/Date/Manip/TZ/eumadr00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eumalt00' => { file => 'lib/Date/Manip/TZ/eumalt00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eumins00' => { file => 'lib/Date/Manip/TZ/eumins00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eumosc00' => { file => 'lib/Date/Manip/TZ/eumosc00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eupari00' => { file => 'lib/Date/Manip/TZ/eupari00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euprag00' => { file => 'lib/Date/Manip/TZ/euprag00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euriga00' => { file => 'lib/Date/Manip/TZ/euriga00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eurome00' => { file => 'lib/Date/Manip/TZ/eurome00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eusama00' => { file => 'lib/Date/Manip/TZ/eusama00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eusara00' => { file => 'lib/Date/Manip/TZ/eusara00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eusimf00' => { file => 'lib/Date/Manip/TZ/eusimf00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eusofi00' => { file => 'lib/Date/Manip/TZ/eusofi00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eutall00' => { file => 'lib/Date/Manip/TZ/eutall00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::eutira00' => { file => 'lib/Date/Manip/TZ/eutira00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euulya00' => { file => 'lib/Date/Manip/TZ/euulya00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euvien00' => { file => 'lib/Date/Manip/TZ/euvien00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euviln00' => { file => 'lib/Date/Manip/TZ/euviln00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euvolg00' => { file => 'lib/Date/Manip/TZ/euvolg00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euwars00' => { file => 'lib/Date/Manip/TZ/euwars00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::euzuri00' => { file => 'lib/Date/Manip/TZ/euzuri00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::f00' => { file => 'lib/Date/Manip/TZ/f00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::g00' => { file => 'lib/Date/Manip/TZ/g00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::h00' => { file => 'lib/Date/Manip/TZ/h00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::i00' => { file => 'lib/Date/Manip/TZ/i00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::inchag00' => { file => 'lib/Date/Manip/TZ/inchag00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::inmald00' => { file => 'lib/Date/Manip/TZ/inmald00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::inmaur00' => { file => 'lib/Date/Manip/TZ/inmaur00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::k00' => { file => 'lib/Date/Manip/TZ/k00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::l00' => { file => 'lib/Date/Manip/TZ/l00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::m00' => { file => 'lib/Date/Manip/TZ/m00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::met00' => { file => 'lib/Date/Manip/TZ/met00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::n00' => { file => 'lib/Date/Manip/TZ/n00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::o00' => { file => 'lib/Date/Manip/TZ/o00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::p00' => { file => 'lib/Date/Manip/TZ/p00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::paapia00' => { file => 'lib/Date/Manip/TZ/paapia00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::paauck00' => { file => 'lib/Date/Manip/TZ/paauck00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::paboug00' => { file => 'lib/Date/Manip/TZ/paboug00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::pachat00' => { file => 'lib/Date/Manip/TZ/pachat00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::paeast00' => { file => 'lib/Date/Manip/TZ/paeast00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::paefat00' => { file => 'lib/Date/Manip/TZ/paefat00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::pafaka00' => { file => 'lib/Date/Manip/TZ/pafaka00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::pafiji00' => { file => 'lib/Date/Manip/TZ/pafiji00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::pagala00' => { file => 'lib/Date/Manip/TZ/pagala00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::pagamb00' => { file => 'lib/Date/Manip/TZ/pagamb00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::paguad00' => { file => 'lib/Date/Manip/TZ/paguad00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::paguam00' => { file => 'lib/Date/Manip/TZ/paguam00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::pahono00' => { file => 'lib/Date/Manip/TZ/pahono00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::pakant00' => { file => 'lib/Date/Manip/TZ/pakant00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::pakiri00' => { file => 'lib/Date/Manip/TZ/pakiri00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::pakosr00' => { file => 'lib/Date/Manip/TZ/pakosr00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::pakwaj00' => { file => 'lib/Date/Manip/TZ/pakwaj00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::pamarq00' => { file => 'lib/Date/Manip/TZ/pamarq00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::panaur00' => { file => 'lib/Date/Manip/TZ/panaur00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::paniue00' => { file => 'lib/Date/Manip/TZ/paniue00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::panorf00' => { file => 'lib/Date/Manip/TZ/panorf00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::panoum00' => { file => 'lib/Date/Manip/TZ/panoum00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::papago00' => { file => 'lib/Date/Manip/TZ/papago00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::papala00' => { file => 'lib/Date/Manip/TZ/papala00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::papitc00' => { file => 'lib/Date/Manip/TZ/papitc00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::paport00' => { file => 'lib/Date/Manip/TZ/paport00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::pararo00' => { file => 'lib/Date/Manip/TZ/pararo00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::patahi00' => { file => 'lib/Date/Manip/TZ/patahi00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::patara00' => { file => 'lib/Date/Manip/TZ/patara00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::patong00' => { file => 'lib/Date/Manip/TZ/patong00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::q00' => { file => 'lib/Date/Manip/TZ/q00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::r00' => { file => 'lib/Date/Manip/TZ/r00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::s00' => { file => 'lib/Date/Manip/TZ/s00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::t00' => { file => 'lib/Date/Manip/TZ/t00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::u00' => { file => 'lib/Date/Manip/TZ/u00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::ut00' => { file => 'lib/Date/Manip/TZ/ut00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::v00' => { file => 'lib/Date/Manip/TZ/v00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::w00' => { file => 'lib/Date/Manip/TZ/w00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::wet00' => { file => 'lib/Date/Manip/TZ/wet00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::x00' => { file => 'lib/Date/Manip/TZ/x00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::y00' => { file => 'lib/Date/Manip/TZ/y00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ::z00' => { file => 'lib/Date/Manip/TZ/z00.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZ_Base' => { file => 'lib/Date/Manip/TZ_Base.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::TZdata' => { file => 'lib/Date/Manip/TZdata.pm', - version => '6.91', + version => '6.92', }, 'Date::Manip::Zones' => { file => 'lib/Date/Manip/Zones.pm', - version => '6.91', + version => '6.92', }, }, diff -Nru libdate-manip-perl-6.91/MANIFEST libdate-manip-perl-6.92/MANIFEST --- libdate-manip-perl-6.91/MANIFEST 2023-03-01 16:57:22.000000000 +0000 +++ libdate-manip-perl-6.92/MANIFEST 2023-06-07 16:30:48.000000000 +0000 @@ -651,7 +651,6 @@ lib/Date/Manip/TZ/amwina00.pm lib/Date/Manip/TZ/amwinn00.pm lib/Date/Manip/TZ/amyaku00.pm -lib/Date/Manip/TZ/amyell00.pm lib/Date/Manip/TZ/ancase00.pm lib/Date/Manip/TZ/andavi00.pm lib/Date/Manip/TZ/anmacq00.pm diff -Nru libdate-manip-perl-6.91/META.json libdate-manip-perl-6.92/META.json --- libdate-manip-perl-6.91/META.json 2023-03-01 16:57:22.000000000 +0000 +++ libdate-manip-perl-6.92/META.json 2023-06-07 16:30:48.000000000 +0000 @@ -54,3235 +54,3231 @@ "provides" : { "Date::Manip" : { "file" : "lib/Date/Manip.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Base" : { "file" : "lib/Date/Manip/Base.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::DM5" : { "file" : "lib/Date/Manip/DM5.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::DM5abbrevs" : { "file" : "lib/Date/Manip/DM5abbrevs.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::DM6" : { "file" : "lib/Date/Manip/DM6.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Date" : { "file" : "lib/Date/Manip/Date.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Delta" : { "file" : "lib/Date/Manip/Delta.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::catalan" : { "file" : "lib/Date/Manip/Lang/catalan.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::danish" : { "file" : "lib/Date/Manip/Lang/danish.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::dutch" : { "file" : "lib/Date/Manip/Lang/dutch.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::english" : { "file" : "lib/Date/Manip/Lang/english.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::finnish" : { "file" : "lib/Date/Manip/Lang/finnish.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::french" : { "file" : "lib/Date/Manip/Lang/french.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::german" : { "file" : "lib/Date/Manip/Lang/german.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::index" : { "file" : "lib/Date/Manip/Lang/index.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::italian" : { "file" : "lib/Date/Manip/Lang/italian.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::norwegian" : { "file" : "lib/Date/Manip/Lang/norwegian.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::polish" : { "file" : "lib/Date/Manip/Lang/polish.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::portugue" : { "file" : "lib/Date/Manip/Lang/portugue.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::romanian" : { "file" : "lib/Date/Manip/Lang/romanian.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::russian" : { "file" : "lib/Date/Manip/Lang/russian.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::spanish" : { "file" : "lib/Date/Manip/Lang/spanish.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::swedish" : { "file" : "lib/Date/Manip/Lang/swedish.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Lang::turkish" : { "file" : "lib/Date/Manip/Lang/turkish.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Obj" : { "file" : "lib/Date/Manip/Obj.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off000" : { "file" : "lib/Date/Manip/Offset/off000.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off001" : { "file" : "lib/Date/Manip/Offset/off001.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off002" : { "file" : "lib/Date/Manip/Offset/off002.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off003" : { "file" : "lib/Date/Manip/Offset/off003.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off004" : { "file" : "lib/Date/Manip/Offset/off004.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off005" : { "file" : "lib/Date/Manip/Offset/off005.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off006" : { "file" : "lib/Date/Manip/Offset/off006.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off007" : { "file" : "lib/Date/Manip/Offset/off007.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off008" : { "file" : "lib/Date/Manip/Offset/off008.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off009" : { "file" : "lib/Date/Manip/Offset/off009.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off010" : { "file" : "lib/Date/Manip/Offset/off010.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off011" : { "file" : "lib/Date/Manip/Offset/off011.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off012" : { "file" : "lib/Date/Manip/Offset/off012.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off013" : { "file" : "lib/Date/Manip/Offset/off013.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off014" : { "file" : "lib/Date/Manip/Offset/off014.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off015" : { "file" : "lib/Date/Manip/Offset/off015.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off016" : { "file" : "lib/Date/Manip/Offset/off016.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off017" : { "file" : "lib/Date/Manip/Offset/off017.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off018" : { "file" : "lib/Date/Manip/Offset/off018.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off019" : { "file" : "lib/Date/Manip/Offset/off019.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off020" : { "file" : "lib/Date/Manip/Offset/off020.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off021" : { "file" : "lib/Date/Manip/Offset/off021.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off022" : { "file" : "lib/Date/Manip/Offset/off022.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off023" : { "file" : "lib/Date/Manip/Offset/off023.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off024" : { "file" : "lib/Date/Manip/Offset/off024.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off025" : { "file" : "lib/Date/Manip/Offset/off025.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off026" : { "file" : "lib/Date/Manip/Offset/off026.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off027" : { "file" : "lib/Date/Manip/Offset/off027.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off028" : { "file" : "lib/Date/Manip/Offset/off028.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off029" : { "file" : "lib/Date/Manip/Offset/off029.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off030" : { "file" : "lib/Date/Manip/Offset/off030.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off031" : { "file" : "lib/Date/Manip/Offset/off031.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off032" : { "file" : "lib/Date/Manip/Offset/off032.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off033" : { "file" : "lib/Date/Manip/Offset/off033.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off034" : { "file" : "lib/Date/Manip/Offset/off034.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off035" : { "file" : "lib/Date/Manip/Offset/off035.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off036" : { "file" : "lib/Date/Manip/Offset/off036.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off037" : { "file" : "lib/Date/Manip/Offset/off037.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off038" : { "file" : "lib/Date/Manip/Offset/off038.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off039" : { "file" : "lib/Date/Manip/Offset/off039.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off040" : { "file" : "lib/Date/Manip/Offset/off040.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off041" : { "file" : "lib/Date/Manip/Offset/off041.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off042" : { "file" : "lib/Date/Manip/Offset/off042.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off043" : { "file" : "lib/Date/Manip/Offset/off043.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off044" : { "file" : "lib/Date/Manip/Offset/off044.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off045" : { "file" : "lib/Date/Manip/Offset/off045.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off046" : { "file" : "lib/Date/Manip/Offset/off046.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off047" : { "file" : "lib/Date/Manip/Offset/off047.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off048" : { "file" : "lib/Date/Manip/Offset/off048.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off049" : { "file" : "lib/Date/Manip/Offset/off049.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off050" : { "file" : "lib/Date/Manip/Offset/off050.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off051" : { "file" : "lib/Date/Manip/Offset/off051.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off052" : { "file" : "lib/Date/Manip/Offset/off052.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off053" : { "file" : "lib/Date/Manip/Offset/off053.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off054" : { "file" : "lib/Date/Manip/Offset/off054.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off055" : { "file" : "lib/Date/Manip/Offset/off055.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off056" : { "file" : "lib/Date/Manip/Offset/off056.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off057" : { "file" : "lib/Date/Manip/Offset/off057.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off058" : { "file" : "lib/Date/Manip/Offset/off058.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off059" : { "file" : "lib/Date/Manip/Offset/off059.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off060" : { "file" : "lib/Date/Manip/Offset/off060.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off061" : { "file" : "lib/Date/Manip/Offset/off061.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off062" : { "file" : "lib/Date/Manip/Offset/off062.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off063" : { "file" : "lib/Date/Manip/Offset/off063.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off064" : { "file" : "lib/Date/Manip/Offset/off064.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off065" : { "file" : "lib/Date/Manip/Offset/off065.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off066" : { "file" : "lib/Date/Manip/Offset/off066.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off067" : { "file" : "lib/Date/Manip/Offset/off067.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off068" : { "file" : "lib/Date/Manip/Offset/off068.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off069" : { "file" : "lib/Date/Manip/Offset/off069.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off070" : { "file" : "lib/Date/Manip/Offset/off070.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off071" : { "file" : "lib/Date/Manip/Offset/off071.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off072" : { "file" : "lib/Date/Manip/Offset/off072.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off073" : { "file" : "lib/Date/Manip/Offset/off073.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off074" : { "file" : "lib/Date/Manip/Offset/off074.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off075" : { "file" : "lib/Date/Manip/Offset/off075.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off076" : { "file" : "lib/Date/Manip/Offset/off076.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off077" : { "file" : "lib/Date/Manip/Offset/off077.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off078" : { "file" : "lib/Date/Manip/Offset/off078.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off079" : { "file" : "lib/Date/Manip/Offset/off079.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off080" : { "file" : "lib/Date/Manip/Offset/off080.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off081" : { "file" : "lib/Date/Manip/Offset/off081.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off082" : { "file" : "lib/Date/Manip/Offset/off082.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off083" : { "file" : "lib/Date/Manip/Offset/off083.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off084" : { "file" : "lib/Date/Manip/Offset/off084.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off085" : { "file" : "lib/Date/Manip/Offset/off085.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off086" : { "file" : "lib/Date/Manip/Offset/off086.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off087" : { "file" : "lib/Date/Manip/Offset/off087.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off088" : { "file" : "lib/Date/Manip/Offset/off088.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off089" : { "file" : "lib/Date/Manip/Offset/off089.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off090" : { "file" : "lib/Date/Manip/Offset/off090.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off091" : { "file" : "lib/Date/Manip/Offset/off091.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off092" : { "file" : "lib/Date/Manip/Offset/off092.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off093" : { "file" : "lib/Date/Manip/Offset/off093.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off094" : { "file" : "lib/Date/Manip/Offset/off094.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off095" : { "file" : "lib/Date/Manip/Offset/off095.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off096" : { "file" : "lib/Date/Manip/Offset/off096.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off097" : { "file" : "lib/Date/Manip/Offset/off097.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off098" : { "file" : "lib/Date/Manip/Offset/off098.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off099" : { "file" : "lib/Date/Manip/Offset/off099.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off100" : { "file" : "lib/Date/Manip/Offset/off100.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off101" : { "file" : "lib/Date/Manip/Offset/off101.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off102" : { "file" : "lib/Date/Manip/Offset/off102.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off103" : { "file" : "lib/Date/Manip/Offset/off103.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off104" : { "file" : "lib/Date/Manip/Offset/off104.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off105" : { "file" : "lib/Date/Manip/Offset/off105.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off106" : { "file" : "lib/Date/Manip/Offset/off106.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off107" : { "file" : "lib/Date/Manip/Offset/off107.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off108" : { "file" : "lib/Date/Manip/Offset/off108.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off109" : { "file" : "lib/Date/Manip/Offset/off109.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off110" : { "file" : "lib/Date/Manip/Offset/off110.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off111" : { "file" : "lib/Date/Manip/Offset/off111.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off112" : { "file" : "lib/Date/Manip/Offset/off112.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off113" : { "file" : "lib/Date/Manip/Offset/off113.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off114" : { "file" : "lib/Date/Manip/Offset/off114.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off115" : { "file" : "lib/Date/Manip/Offset/off115.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off116" : { "file" : "lib/Date/Manip/Offset/off116.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off117" : { "file" : "lib/Date/Manip/Offset/off117.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off118" : { "file" : "lib/Date/Manip/Offset/off118.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off119" : { "file" : "lib/Date/Manip/Offset/off119.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off120" : { "file" : "lib/Date/Manip/Offset/off120.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off121" : { "file" : "lib/Date/Manip/Offset/off121.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off122" : { "file" : "lib/Date/Manip/Offset/off122.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off123" : { "file" : "lib/Date/Manip/Offset/off123.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off124" : { "file" : "lib/Date/Manip/Offset/off124.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off125" : { "file" : "lib/Date/Manip/Offset/off125.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off126" : { "file" : "lib/Date/Manip/Offset/off126.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off127" : { "file" : "lib/Date/Manip/Offset/off127.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off128" : { "file" : "lib/Date/Manip/Offset/off128.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off129" : { "file" : "lib/Date/Manip/Offset/off129.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off130" : { "file" : "lib/Date/Manip/Offset/off130.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off131" : { "file" : "lib/Date/Manip/Offset/off131.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off132" : { "file" : "lib/Date/Manip/Offset/off132.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off133" : { "file" : "lib/Date/Manip/Offset/off133.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off134" : { "file" : "lib/Date/Manip/Offset/off134.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off135" : { "file" : "lib/Date/Manip/Offset/off135.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off136" : { "file" : "lib/Date/Manip/Offset/off136.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off137" : { "file" : "lib/Date/Manip/Offset/off137.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off138" : { "file" : "lib/Date/Manip/Offset/off138.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off139" : { "file" : "lib/Date/Manip/Offset/off139.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off140" : { "file" : "lib/Date/Manip/Offset/off140.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off141" : { "file" : "lib/Date/Manip/Offset/off141.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off142" : { "file" : "lib/Date/Manip/Offset/off142.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off143" : { "file" : "lib/Date/Manip/Offset/off143.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off144" : { "file" : "lib/Date/Manip/Offset/off144.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off145" : { "file" : "lib/Date/Manip/Offset/off145.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off146" : { "file" : "lib/Date/Manip/Offset/off146.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off147" : { "file" : "lib/Date/Manip/Offset/off147.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off148" : { "file" : "lib/Date/Manip/Offset/off148.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off149" : { "file" : "lib/Date/Manip/Offset/off149.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off150" : { "file" : "lib/Date/Manip/Offset/off150.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off151" : { "file" : "lib/Date/Manip/Offset/off151.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off152" : { "file" : "lib/Date/Manip/Offset/off152.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off153" : { "file" : "lib/Date/Manip/Offset/off153.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off154" : { "file" : "lib/Date/Manip/Offset/off154.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off155" : { "file" : "lib/Date/Manip/Offset/off155.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off156" : { "file" : "lib/Date/Manip/Offset/off156.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off157" : { "file" : "lib/Date/Manip/Offset/off157.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off158" : { "file" : "lib/Date/Manip/Offset/off158.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off159" : { "file" : "lib/Date/Manip/Offset/off159.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off160" : { "file" : "lib/Date/Manip/Offset/off160.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off161" : { "file" : "lib/Date/Manip/Offset/off161.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off162" : { "file" : "lib/Date/Manip/Offset/off162.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off163" : { "file" : "lib/Date/Manip/Offset/off163.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off164" : { "file" : "lib/Date/Manip/Offset/off164.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off165" : { "file" : "lib/Date/Manip/Offset/off165.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off166" : { "file" : "lib/Date/Manip/Offset/off166.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off167" : { "file" : "lib/Date/Manip/Offset/off167.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off168" : { "file" : "lib/Date/Manip/Offset/off168.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off169" : { "file" : "lib/Date/Manip/Offset/off169.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off170" : { "file" : "lib/Date/Manip/Offset/off170.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off171" : { "file" : "lib/Date/Manip/Offset/off171.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off172" : { "file" : "lib/Date/Manip/Offset/off172.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off173" : { "file" : "lib/Date/Manip/Offset/off173.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off174" : { "file" : "lib/Date/Manip/Offset/off174.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off175" : { "file" : "lib/Date/Manip/Offset/off175.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off176" : { "file" : "lib/Date/Manip/Offset/off176.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off177" : { "file" : "lib/Date/Manip/Offset/off177.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off178" : { "file" : "lib/Date/Manip/Offset/off178.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off179" : { "file" : "lib/Date/Manip/Offset/off179.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off180" : { "file" : "lib/Date/Manip/Offset/off180.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off181" : { "file" : "lib/Date/Manip/Offset/off181.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off182" : { "file" : "lib/Date/Manip/Offset/off182.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off183" : { "file" : "lib/Date/Manip/Offset/off183.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off184" : { "file" : "lib/Date/Manip/Offset/off184.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off185" : { "file" : "lib/Date/Manip/Offset/off185.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off186" : { "file" : "lib/Date/Manip/Offset/off186.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off187" : { "file" : "lib/Date/Manip/Offset/off187.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off188" : { "file" : "lib/Date/Manip/Offset/off188.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off189" : { "file" : "lib/Date/Manip/Offset/off189.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off190" : { "file" : "lib/Date/Manip/Offset/off190.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off191" : { "file" : "lib/Date/Manip/Offset/off191.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off192" : { "file" : "lib/Date/Manip/Offset/off192.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off193" : { "file" : "lib/Date/Manip/Offset/off193.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off194" : { "file" : "lib/Date/Manip/Offset/off194.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off195" : { "file" : "lib/Date/Manip/Offset/off195.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off196" : { "file" : "lib/Date/Manip/Offset/off196.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off197" : { "file" : "lib/Date/Manip/Offset/off197.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off198" : { "file" : "lib/Date/Manip/Offset/off198.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off199" : { "file" : "lib/Date/Manip/Offset/off199.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off200" : { "file" : "lib/Date/Manip/Offset/off200.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off201" : { "file" : "lib/Date/Manip/Offset/off201.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off202" : { "file" : "lib/Date/Manip/Offset/off202.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off203" : { "file" : "lib/Date/Manip/Offset/off203.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off204" : { "file" : "lib/Date/Manip/Offset/off204.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off205" : { "file" : "lib/Date/Manip/Offset/off205.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off206" : { "file" : "lib/Date/Manip/Offset/off206.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off207" : { "file" : "lib/Date/Manip/Offset/off207.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off208" : { "file" : "lib/Date/Manip/Offset/off208.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off209" : { "file" : "lib/Date/Manip/Offset/off209.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off210" : { "file" : "lib/Date/Manip/Offset/off210.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off211" : { "file" : "lib/Date/Manip/Offset/off211.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off212" : { "file" : "lib/Date/Manip/Offset/off212.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off213" : { "file" : "lib/Date/Manip/Offset/off213.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off214" : { "file" : "lib/Date/Manip/Offset/off214.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off215" : { "file" : "lib/Date/Manip/Offset/off215.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off216" : { "file" : "lib/Date/Manip/Offset/off216.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off217" : { "file" : "lib/Date/Manip/Offset/off217.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off218" : { "file" : "lib/Date/Manip/Offset/off218.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off219" : { "file" : "lib/Date/Manip/Offset/off219.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off220" : { "file" : "lib/Date/Manip/Offset/off220.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off221" : { "file" : "lib/Date/Manip/Offset/off221.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off222" : { "file" : "lib/Date/Manip/Offset/off222.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off223" : { "file" : "lib/Date/Manip/Offset/off223.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off224" : { "file" : "lib/Date/Manip/Offset/off224.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off225" : { "file" : "lib/Date/Manip/Offset/off225.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off226" : { "file" : "lib/Date/Manip/Offset/off226.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off227" : { "file" : "lib/Date/Manip/Offset/off227.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off228" : { "file" : "lib/Date/Manip/Offset/off228.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off229" : { "file" : "lib/Date/Manip/Offset/off229.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off230" : { "file" : "lib/Date/Manip/Offset/off230.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off231" : { "file" : "lib/Date/Manip/Offset/off231.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off232" : { "file" : "lib/Date/Manip/Offset/off232.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off233" : { "file" : "lib/Date/Manip/Offset/off233.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off234" : { "file" : "lib/Date/Manip/Offset/off234.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off235" : { "file" : "lib/Date/Manip/Offset/off235.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off236" : { "file" : "lib/Date/Manip/Offset/off236.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off237" : { "file" : "lib/Date/Manip/Offset/off237.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off238" : { "file" : "lib/Date/Manip/Offset/off238.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off239" : { "file" : "lib/Date/Manip/Offset/off239.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off240" : { "file" : "lib/Date/Manip/Offset/off240.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off241" : { "file" : "lib/Date/Manip/Offset/off241.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off242" : { "file" : "lib/Date/Manip/Offset/off242.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off243" : { "file" : "lib/Date/Manip/Offset/off243.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off244" : { "file" : "lib/Date/Manip/Offset/off244.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off245" : { "file" : "lib/Date/Manip/Offset/off245.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off246" : { "file" : "lib/Date/Manip/Offset/off246.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off247" : { "file" : "lib/Date/Manip/Offset/off247.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off248" : { "file" : "lib/Date/Manip/Offset/off248.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off249" : { "file" : "lib/Date/Manip/Offset/off249.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off250" : { "file" : "lib/Date/Manip/Offset/off250.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off251" : { "file" : "lib/Date/Manip/Offset/off251.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off252" : { "file" : "lib/Date/Manip/Offset/off252.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off253" : { "file" : "lib/Date/Manip/Offset/off253.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off254" : { "file" : "lib/Date/Manip/Offset/off254.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off255" : { "file" : "lib/Date/Manip/Offset/off255.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off256" : { "file" : "lib/Date/Manip/Offset/off256.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off257" : { "file" : "lib/Date/Manip/Offset/off257.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off258" : { "file" : "lib/Date/Manip/Offset/off258.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off259" : { "file" : "lib/Date/Manip/Offset/off259.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off260" : { "file" : "lib/Date/Manip/Offset/off260.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off261" : { "file" : "lib/Date/Manip/Offset/off261.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off262" : { "file" : "lib/Date/Manip/Offset/off262.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off263" : { "file" : "lib/Date/Manip/Offset/off263.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off264" : { "file" : "lib/Date/Manip/Offset/off264.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off265" : { "file" : "lib/Date/Manip/Offset/off265.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off266" : { "file" : "lib/Date/Manip/Offset/off266.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off267" : { "file" : "lib/Date/Manip/Offset/off267.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off268" : { "file" : "lib/Date/Manip/Offset/off268.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off269" : { "file" : "lib/Date/Manip/Offset/off269.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off270" : { "file" : "lib/Date/Manip/Offset/off270.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off271" : { "file" : "lib/Date/Manip/Offset/off271.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off272" : { "file" : "lib/Date/Manip/Offset/off272.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off273" : { "file" : "lib/Date/Manip/Offset/off273.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off274" : { "file" : "lib/Date/Manip/Offset/off274.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off275" : { "file" : "lib/Date/Manip/Offset/off275.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off276" : { "file" : "lib/Date/Manip/Offset/off276.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off277" : { "file" : "lib/Date/Manip/Offset/off277.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off278" : { "file" : "lib/Date/Manip/Offset/off278.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off279" : { "file" : "lib/Date/Manip/Offset/off279.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off280" : { "file" : "lib/Date/Manip/Offset/off280.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off281" : { "file" : "lib/Date/Manip/Offset/off281.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off282" : { "file" : "lib/Date/Manip/Offset/off282.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off283" : { "file" : "lib/Date/Manip/Offset/off283.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off284" : { "file" : "lib/Date/Manip/Offset/off284.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off285" : { "file" : "lib/Date/Manip/Offset/off285.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off286" : { "file" : "lib/Date/Manip/Offset/off286.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off287" : { "file" : "lib/Date/Manip/Offset/off287.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off288" : { "file" : "lib/Date/Manip/Offset/off288.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off289" : { "file" : "lib/Date/Manip/Offset/off289.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off290" : { "file" : "lib/Date/Manip/Offset/off290.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off291" : { "file" : "lib/Date/Manip/Offset/off291.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off292" : { "file" : "lib/Date/Manip/Offset/off292.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off293" : { "file" : "lib/Date/Manip/Offset/off293.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off294" : { "file" : "lib/Date/Manip/Offset/off294.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off295" : { "file" : "lib/Date/Manip/Offset/off295.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off296" : { "file" : "lib/Date/Manip/Offset/off296.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off297" : { "file" : "lib/Date/Manip/Offset/off297.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off298" : { "file" : "lib/Date/Manip/Offset/off298.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off299" : { "file" : "lib/Date/Manip/Offset/off299.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off300" : { "file" : "lib/Date/Manip/Offset/off300.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off301" : { "file" : "lib/Date/Manip/Offset/off301.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off302" : { "file" : "lib/Date/Manip/Offset/off302.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off303" : { "file" : "lib/Date/Manip/Offset/off303.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off304" : { "file" : "lib/Date/Manip/Offset/off304.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off305" : { "file" : "lib/Date/Manip/Offset/off305.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off306" : { "file" : "lib/Date/Manip/Offset/off306.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off307" : { "file" : "lib/Date/Manip/Offset/off307.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off308" : { "file" : "lib/Date/Manip/Offset/off308.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off309" : { "file" : "lib/Date/Manip/Offset/off309.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off310" : { "file" : "lib/Date/Manip/Offset/off310.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off311" : { "file" : "lib/Date/Manip/Offset/off311.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off312" : { "file" : "lib/Date/Manip/Offset/off312.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off313" : { "file" : "lib/Date/Manip/Offset/off313.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off314" : { "file" : "lib/Date/Manip/Offset/off314.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off315" : { "file" : "lib/Date/Manip/Offset/off315.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off316" : { "file" : "lib/Date/Manip/Offset/off316.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off317" : { "file" : "lib/Date/Manip/Offset/off317.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off318" : { "file" : "lib/Date/Manip/Offset/off318.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off319" : { "file" : "lib/Date/Manip/Offset/off319.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off320" : { "file" : "lib/Date/Manip/Offset/off320.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off321" : { "file" : "lib/Date/Manip/Offset/off321.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off322" : { "file" : "lib/Date/Manip/Offset/off322.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off323" : { "file" : "lib/Date/Manip/Offset/off323.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off324" : { "file" : "lib/Date/Manip/Offset/off324.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off325" : { "file" : "lib/Date/Manip/Offset/off325.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off326" : { "file" : "lib/Date/Manip/Offset/off326.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off327" : { "file" : "lib/Date/Manip/Offset/off327.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off328" : { "file" : "lib/Date/Manip/Offset/off328.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off329" : { "file" : "lib/Date/Manip/Offset/off329.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off330" : { "file" : "lib/Date/Manip/Offset/off330.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off331" : { "file" : "lib/Date/Manip/Offset/off331.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off332" : { "file" : "lib/Date/Manip/Offset/off332.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off333" : { "file" : "lib/Date/Manip/Offset/off333.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off334" : { "file" : "lib/Date/Manip/Offset/off334.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off335" : { "file" : "lib/Date/Manip/Offset/off335.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off336" : { "file" : "lib/Date/Manip/Offset/off336.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off337" : { "file" : "lib/Date/Manip/Offset/off337.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off338" : { "file" : "lib/Date/Manip/Offset/off338.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off339" : { "file" : "lib/Date/Manip/Offset/off339.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off340" : { "file" : "lib/Date/Manip/Offset/off340.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off341" : { "file" : "lib/Date/Manip/Offset/off341.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off342" : { "file" : "lib/Date/Manip/Offset/off342.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off343" : { "file" : "lib/Date/Manip/Offset/off343.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off344" : { "file" : "lib/Date/Manip/Offset/off344.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off345" : { "file" : "lib/Date/Manip/Offset/off345.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off346" : { "file" : "lib/Date/Manip/Offset/off346.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off347" : { "file" : "lib/Date/Manip/Offset/off347.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off348" : { "file" : "lib/Date/Manip/Offset/off348.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off349" : { "file" : "lib/Date/Manip/Offset/off349.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off350" : { "file" : "lib/Date/Manip/Offset/off350.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off351" : { "file" : "lib/Date/Manip/Offset/off351.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off352" : { "file" : "lib/Date/Manip/Offset/off352.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off353" : { "file" : "lib/Date/Manip/Offset/off353.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off354" : { "file" : "lib/Date/Manip/Offset/off354.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off355" : { "file" : "lib/Date/Manip/Offset/off355.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off356" : { "file" : "lib/Date/Manip/Offset/off356.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off357" : { "file" : "lib/Date/Manip/Offset/off357.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off358" : { "file" : "lib/Date/Manip/Offset/off358.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off359" : { "file" : "lib/Date/Manip/Offset/off359.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off360" : { "file" : "lib/Date/Manip/Offset/off360.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off361" : { "file" : "lib/Date/Manip/Offset/off361.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off362" : { "file" : "lib/Date/Manip/Offset/off362.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off363" : { "file" : "lib/Date/Manip/Offset/off363.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off364" : { "file" : "lib/Date/Manip/Offset/off364.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off365" : { "file" : "lib/Date/Manip/Offset/off365.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off366" : { "file" : "lib/Date/Manip/Offset/off366.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off367" : { "file" : "lib/Date/Manip/Offset/off367.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off368" : { "file" : "lib/Date/Manip/Offset/off368.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off369" : { "file" : "lib/Date/Manip/Offset/off369.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off370" : { "file" : "lib/Date/Manip/Offset/off370.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off371" : { "file" : "lib/Date/Manip/Offset/off371.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off372" : { "file" : "lib/Date/Manip/Offset/off372.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off373" : { "file" : "lib/Date/Manip/Offset/off373.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off374" : { "file" : "lib/Date/Manip/Offset/off374.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off375" : { "file" : "lib/Date/Manip/Offset/off375.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off376" : { "file" : "lib/Date/Manip/Offset/off376.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off377" : { "file" : "lib/Date/Manip/Offset/off377.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off378" : { "file" : "lib/Date/Manip/Offset/off378.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off379" : { "file" : "lib/Date/Manip/Offset/off379.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off380" : { "file" : "lib/Date/Manip/Offset/off380.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off381" : { "file" : "lib/Date/Manip/Offset/off381.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off382" : { "file" : "lib/Date/Manip/Offset/off382.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off383" : { "file" : "lib/Date/Manip/Offset/off383.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off384" : { "file" : "lib/Date/Manip/Offset/off384.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off385" : { "file" : "lib/Date/Manip/Offset/off385.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off386" : { "file" : "lib/Date/Manip/Offset/off386.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off387" : { "file" : "lib/Date/Manip/Offset/off387.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off388" : { "file" : "lib/Date/Manip/Offset/off388.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off389" : { "file" : "lib/Date/Manip/Offset/off389.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off390" : { "file" : "lib/Date/Manip/Offset/off390.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off391" : { "file" : "lib/Date/Manip/Offset/off391.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off392" : { "file" : "lib/Date/Manip/Offset/off392.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off393" : { "file" : "lib/Date/Manip/Offset/off393.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off394" : { "file" : "lib/Date/Manip/Offset/off394.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off395" : { "file" : "lib/Date/Manip/Offset/off395.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off396" : { "file" : "lib/Date/Manip/Offset/off396.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off397" : { "file" : "lib/Date/Manip/Offset/off397.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off398" : { "file" : "lib/Date/Manip/Offset/off398.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off399" : { "file" : "lib/Date/Manip/Offset/off399.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off400" : { "file" : "lib/Date/Manip/Offset/off400.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off401" : { "file" : "lib/Date/Manip/Offset/off401.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off402" : { "file" : "lib/Date/Manip/Offset/off402.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off403" : { "file" : "lib/Date/Manip/Offset/off403.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off404" : { "file" : "lib/Date/Manip/Offset/off404.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off405" : { "file" : "lib/Date/Manip/Offset/off405.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off406" : { "file" : "lib/Date/Manip/Offset/off406.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Offset::off407" : { "file" : "lib/Date/Manip/Offset/off407.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Recur" : { "file" : "lib/Date/Manip/Recur.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ" : { "file" : "lib/Date/Manip/TZ.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::a00" : { "file" : "lib/Date/Manip/TZ/a00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afabid00" : { "file" : "lib/Date/Manip/TZ/afabid00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afalgi00" : { "file" : "lib/Date/Manip/TZ/afalgi00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afbiss00" : { "file" : "lib/Date/Manip/TZ/afbiss00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afcair00" : { "file" : "lib/Date/Manip/TZ/afcair00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afcasa00" : { "file" : "lib/Date/Manip/TZ/afcasa00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afceut00" : { "file" : "lib/Date/Manip/TZ/afceut00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afel_a00" : { "file" : "lib/Date/Manip/TZ/afel_a00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afjoha00" : { "file" : "lib/Date/Manip/TZ/afjoha00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afjuba00" : { "file" : "lib/Date/Manip/TZ/afjuba00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afkhar00" : { "file" : "lib/Date/Manip/TZ/afkhar00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aflago00" : { "file" : "lib/Date/Manip/TZ/aflago00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afmapu00" : { "file" : "lib/Date/Manip/TZ/afmapu00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afmonr00" : { "file" : "lib/Date/Manip/TZ/afmonr00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afnair00" : { "file" : "lib/Date/Manip/TZ/afnair00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afndja00" : { "file" : "lib/Date/Manip/TZ/afndja00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afsao_00" : { "file" : "lib/Date/Manip/TZ/afsao_00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aftrip00" : { "file" : "lib/Date/Manip/TZ/aftrip00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aftuni00" : { "file" : "lib/Date/Manip/TZ/aftuni00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::afwind00" : { "file" : "lib/Date/Manip/TZ/afwind00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amadak00" : { "file" : "lib/Date/Manip/TZ/amadak00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amanch00" : { "file" : "lib/Date/Manip/TZ/amanch00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amarag00" : { "file" : "lib/Date/Manip/TZ/amarag00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amasun00" : { "file" : "lib/Date/Manip/TZ/amasun00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ambahi00" : { "file" : "lib/Date/Manip/TZ/ambahi00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ambahi01" : { "file" : "lib/Date/Manip/TZ/ambahi01.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ambarb00" : { "file" : "lib/Date/Manip/TZ/ambarb00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ambele00" : { "file" : "lib/Date/Manip/TZ/ambele00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ambeli00" : { "file" : "lib/Date/Manip/TZ/ambeli00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ambeul00" : { "file" : "lib/Date/Manip/TZ/ambeul00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amboa_00" : { "file" : "lib/Date/Manip/TZ/amboa_00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ambogo00" : { "file" : "lib/Date/Manip/TZ/ambogo00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ambois00" : { "file" : "lib/Date/Manip/TZ/ambois00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ambuen00" : { "file" : "lib/Date/Manip/TZ/ambuen00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amcamb00" : { "file" : "lib/Date/Manip/TZ/amcamb00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amcamp00" : { "file" : "lib/Date/Manip/TZ/amcamp00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amcanc00" : { "file" : "lib/Date/Manip/TZ/amcanc00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amcara00" : { "file" : "lib/Date/Manip/TZ/amcara00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amcata00" : { "file" : "lib/Date/Manip/TZ/amcata00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amcaye00" : { "file" : "lib/Date/Manip/TZ/amcaye00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amcent00" : { "file" : "lib/Date/Manip/TZ/amcent00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amchic00" : { "file" : "lib/Date/Manip/TZ/amchic00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amchih00" : { "file" : "lib/Date/Manip/TZ/amchih00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amciud00" : { "file" : "lib/Date/Manip/TZ/amciud00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amcord00" : { "file" : "lib/Date/Manip/TZ/amcord00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amcost00" : { "file" : "lib/Date/Manip/TZ/amcost00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amcuia00" : { "file" : "lib/Date/Manip/TZ/amcuia00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amdanm00" : { "file" : "lib/Date/Manip/TZ/amdanm00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amdaws00" : { "file" : "lib/Date/Manip/TZ/amdaws00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amdaws01" : { "file" : "lib/Date/Manip/TZ/amdaws01.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amdenv00" : { "file" : "lib/Date/Manip/TZ/amdenv00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amdetr00" : { "file" : "lib/Date/Manip/TZ/amdetr00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amedmo00" : { "file" : "lib/Date/Manip/TZ/amedmo00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ameiru00" : { "file" : "lib/Date/Manip/TZ/ameiru00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amel_s00" : { "file" : "lib/Date/Manip/TZ/amel_s00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amfort00" : { "file" : "lib/Date/Manip/TZ/amfort00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amfort01" : { "file" : "lib/Date/Manip/TZ/amfort01.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amglac00" : { "file" : "lib/Date/Manip/TZ/amglac00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amgoos00" : { "file" : "lib/Date/Manip/TZ/amgoos00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amgran00" : { "file" : "lib/Date/Manip/TZ/amgran00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amguat00" : { "file" : "lib/Date/Manip/TZ/amguat00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amguay00" : { "file" : "lib/Date/Manip/TZ/amguay00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amguya00" : { "file" : "lib/Date/Manip/TZ/amguya00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amhali00" : { "file" : "lib/Date/Manip/TZ/amhali00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amhava00" : { "file" : "lib/Date/Manip/TZ/amhava00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amherm00" : { "file" : "lib/Date/Manip/TZ/amherm00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amindi00" : { "file" : "lib/Date/Manip/TZ/amindi00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aminuv00" : { "file" : "lib/Date/Manip/TZ/aminuv00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amiqal00" : { "file" : "lib/Date/Manip/TZ/amiqal00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amjama00" : { "file" : "lib/Date/Manip/TZ/amjama00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amjuju00" : { "file" : "lib/Date/Manip/TZ/amjuju00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amjune00" : { "file" : "lib/Date/Manip/TZ/amjune00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amknox00" : { "file" : "lib/Date/Manip/TZ/amknox00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amla_p00" : { "file" : "lib/Date/Manip/TZ/amla_p00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amla_r00" : { "file" : "lib/Date/Manip/TZ/amla_r00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amlima00" : { "file" : "lib/Date/Manip/TZ/amlima00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amlos_00" : { "file" : "lib/Date/Manip/TZ/amlos_00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amloui00" : { "file" : "lib/Date/Manip/TZ/amloui00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammace00" : { "file" : "lib/Date/Manip/TZ/ammace00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammana00" : { "file" : "lib/Date/Manip/TZ/ammana00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammana01" : { "file" : "lib/Date/Manip/TZ/ammana01.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammare00" : { "file" : "lib/Date/Manip/TZ/ammare00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammart00" : { "file" : "lib/Date/Manip/TZ/ammart00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammata00" : { "file" : "lib/Date/Manip/TZ/ammata00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammaza00" : { "file" : "lib/Date/Manip/TZ/ammaza00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammend00" : { "file" : "lib/Date/Manip/TZ/ammend00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammeno00" : { "file" : "lib/Date/Manip/TZ/ammeno00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammeri00" : { "file" : "lib/Date/Manip/TZ/ammeri00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammetl00" : { "file" : "lib/Date/Manip/TZ/ammetl00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammexi00" : { "file" : "lib/Date/Manip/TZ/ammexi00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammiqu00" : { "file" : "lib/Date/Manip/TZ/ammiqu00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammonc00" : { "file" : "lib/Date/Manip/TZ/ammonc00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammont00" : { "file" : "lib/Date/Manip/TZ/ammont00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammont01" : { "file" : "lib/Date/Manip/TZ/ammont01.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ammont02" : { "file" : "lib/Date/Manip/TZ/ammont02.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amnew_00" : { "file" : "lib/Date/Manip/TZ/amnew_00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amnew_01" : { "file" : "lib/Date/Manip/TZ/amnew_01.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amnome00" : { "file" : "lib/Date/Manip/TZ/amnome00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amnoro00" : { "file" : "lib/Date/Manip/TZ/amnoro00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amnuuk00" : { "file" : "lib/Date/Manip/TZ/amnuuk00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amojin00" : { "file" : "lib/Date/Manip/TZ/amojin00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ampana00" : { "file" : "lib/Date/Manip/TZ/ampana00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ampara00" : { "file" : "lib/Date/Manip/TZ/ampara00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ampete00" : { "file" : "lib/Date/Manip/TZ/ampete00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amphoe00" : { "file" : "lib/Date/Manip/TZ/amphoe00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amport00" : { "file" : "lib/Date/Manip/TZ/amport00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amport01" : { "file" : "lib/Date/Manip/TZ/amport01.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ampuer00" : { "file" : "lib/Date/Manip/TZ/ampuer00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ampunt00" : { "file" : "lib/Date/Manip/TZ/ampunt00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amrank00" : { "file" : "lib/Date/Manip/TZ/amrank00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amreci00" : { "file" : "lib/Date/Manip/TZ/amreci00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amregi00" : { "file" : "lib/Date/Manip/TZ/amregi00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amreso00" : { "file" : "lib/Date/Manip/TZ/amreso00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amrio_00" : { "file" : "lib/Date/Manip/TZ/amrio_00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amrio_01" : { "file" : "lib/Date/Manip/TZ/amrio_01.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amsalt00" : { "file" : "lib/Date/Manip/TZ/amsalt00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amsan_00" : { "file" : "lib/Date/Manip/TZ/amsan_00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amsan_01" : { "file" : "lib/Date/Manip/TZ/amsan_01.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amsant00" : { "file" : "lib/Date/Manip/TZ/amsant00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amsant01" : { "file" : "lib/Date/Manip/TZ/amsant01.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amsant02" : { "file" : "lib/Date/Manip/TZ/amsant02.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amsao_00" : { "file" : "lib/Date/Manip/TZ/amsao_00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amscor00" : { "file" : "lib/Date/Manip/TZ/amscor00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amsitk00" : { "file" : "lib/Date/Manip/TZ/amsitk00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amst_j00" : { "file" : "lib/Date/Manip/TZ/amst_j00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amswif00" : { "file" : "lib/Date/Manip/TZ/amswif00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amtegu00" : { "file" : "lib/Date/Manip/TZ/amtegu00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amtell00" : { "file" : "lib/Date/Manip/TZ/amtell00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amthul00" : { "file" : "lib/Date/Manip/TZ/amthul00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amtiju00" : { "file" : "lib/Date/Manip/TZ/amtiju00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amtoro00" : { "file" : "lib/Date/Manip/TZ/amtoro00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amtucu00" : { "file" : "lib/Date/Manip/TZ/amtucu00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amushu00" : { "file" : "lib/Date/Manip/TZ/amushu00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amvanc00" : { "file" : "lib/Date/Manip/TZ/amvanc00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amveva00" : { "file" : "lib/Date/Manip/TZ/amveva00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amvinc00" : { "file" : "lib/Date/Manip/TZ/amvinc00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amwhit00" : { "file" : "lib/Date/Manip/TZ/amwhit00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amwina00" : { "file" : "lib/Date/Manip/TZ/amwina00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amwinn00" : { "file" : "lib/Date/Manip/TZ/amwinn00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::amyaku00" : { "file" : "lib/Date/Manip/TZ/amyaku00.pm", - "version" : "6.91" - }, - "Date::Manip::TZ::amyell00" : { - "file" : "lib/Date/Manip/TZ/amyell00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ancase00" : { "file" : "lib/Date/Manip/TZ/ancase00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::andavi00" : { "file" : "lib/Date/Manip/TZ/andavi00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::anmacq00" : { "file" : "lib/Date/Manip/TZ/anmacq00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::anmaws00" : { "file" : "lib/Date/Manip/TZ/anmaws00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::anpalm00" : { "file" : "lib/Date/Manip/TZ/anpalm00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::anroth00" : { "file" : "lib/Date/Manip/TZ/anroth00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::antrol00" : { "file" : "lib/Date/Manip/TZ/antrol00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asalma00" : { "file" : "lib/Date/Manip/TZ/asalma00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asamma00" : { "file" : "lib/Date/Manip/TZ/asamma00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asanad00" : { "file" : "lib/Date/Manip/TZ/asanad00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asaqta00" : { "file" : "lib/Date/Manip/TZ/asaqta00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asaqto00" : { "file" : "lib/Date/Manip/TZ/asaqto00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asashg00" : { "file" : "lib/Date/Manip/TZ/asashg00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asatyr00" : { "file" : "lib/Date/Manip/TZ/asatyr00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asbagh00" : { "file" : "lib/Date/Manip/TZ/asbagh00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asbaku00" : { "file" : "lib/Date/Manip/TZ/asbaku00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asbang00" : { "file" : "lib/Date/Manip/TZ/asbang00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asbarn00" : { "file" : "lib/Date/Manip/TZ/asbarn00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asbeir00" : { "file" : "lib/Date/Manip/TZ/asbeir00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asbish00" : { "file" : "lib/Date/Manip/TZ/asbish00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aschit00" : { "file" : "lib/Date/Manip/TZ/aschit00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aschoi00" : { "file" : "lib/Date/Manip/TZ/aschoi00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ascolo00" : { "file" : "lib/Date/Manip/TZ/ascolo00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asdama00" : { "file" : "lib/Date/Manip/TZ/asdama00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asdhak00" : { "file" : "lib/Date/Manip/TZ/asdhak00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asdili00" : { "file" : "lib/Date/Manip/TZ/asdili00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asduba00" : { "file" : "lib/Date/Manip/TZ/asduba00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asdush00" : { "file" : "lib/Date/Manip/TZ/asdush00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asfama00" : { "file" : "lib/Date/Manip/TZ/asfama00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asgaza00" : { "file" : "lib/Date/Manip/TZ/asgaza00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ashebr00" : { "file" : "lib/Date/Manip/TZ/ashebr00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asho_c00" : { "file" : "lib/Date/Manip/TZ/asho_c00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ashong00" : { "file" : "lib/Date/Manip/TZ/ashong00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ashovd00" : { "file" : "lib/Date/Manip/TZ/ashovd00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asirku00" : { "file" : "lib/Date/Manip/TZ/asirku00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asjaka00" : { "file" : "lib/Date/Manip/TZ/asjaka00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asjaya00" : { "file" : "lib/Date/Manip/TZ/asjaya00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asjeru00" : { "file" : "lib/Date/Manip/TZ/asjeru00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::askabu00" : { "file" : "lib/Date/Manip/TZ/askabu00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::askamc00" : { "file" : "lib/Date/Manip/TZ/askamc00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::askara00" : { "file" : "lib/Date/Manip/TZ/askara00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::askath00" : { "file" : "lib/Date/Manip/TZ/askath00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::askhan00" : { "file" : "lib/Date/Manip/TZ/askhan00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::askolk00" : { "file" : "lib/Date/Manip/TZ/askolk00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::askras00" : { "file" : "lib/Date/Manip/TZ/askras00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::askuch00" : { "file" : "lib/Date/Manip/TZ/askuch00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asmaca00" : { "file" : "lib/Date/Manip/TZ/asmaca00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asmaga00" : { "file" : "lib/Date/Manip/TZ/asmaga00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asmaka00" : { "file" : "lib/Date/Manip/TZ/asmaka00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asmani00" : { "file" : "lib/Date/Manip/TZ/asmani00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asnico00" : { "file" : "lib/Date/Manip/TZ/asnico00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asnovo00" : { "file" : "lib/Date/Manip/TZ/asnovo00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asnovo01" : { "file" : "lib/Date/Manip/TZ/asnovo01.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asomsk00" : { "file" : "lib/Date/Manip/TZ/asomsk00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asoral00" : { "file" : "lib/Date/Manip/TZ/asoral00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aspont00" : { "file" : "lib/Date/Manip/TZ/aspont00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aspyon00" : { "file" : "lib/Date/Manip/TZ/aspyon00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asqata00" : { "file" : "lib/Date/Manip/TZ/asqata00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asqost00" : { "file" : "lib/Date/Manip/TZ/asqost00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asqyzy00" : { "file" : "lib/Date/Manip/TZ/asqyzy00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asriya00" : { "file" : "lib/Date/Manip/TZ/asriya00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::assakh00" : { "file" : "lib/Date/Manip/TZ/assakh00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::assama00" : { "file" : "lib/Date/Manip/TZ/assama00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asseou00" : { "file" : "lib/Date/Manip/TZ/asseou00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asshan00" : { "file" : "lib/Date/Manip/TZ/asshan00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::assing00" : { "file" : "lib/Date/Manip/TZ/assing00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::assred00" : { "file" : "lib/Date/Manip/TZ/assred00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::astaip00" : { "file" : "lib/Date/Manip/TZ/astaip00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::astash00" : { "file" : "lib/Date/Manip/TZ/astash00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::astbil00" : { "file" : "lib/Date/Manip/TZ/astbil00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::astehr00" : { "file" : "lib/Date/Manip/TZ/astehr00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asthim00" : { "file" : "lib/Date/Manip/TZ/asthim00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::astoky00" : { "file" : "lib/Date/Manip/TZ/astoky00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::astoms00" : { "file" : "lib/Date/Manip/TZ/astoms00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asulaa00" : { "file" : "lib/Date/Manip/TZ/asulaa00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asurum00" : { "file" : "lib/Date/Manip/TZ/asurum00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asustm00" : { "file" : "lib/Date/Manip/TZ/asustm00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asvlad00" : { "file" : "lib/Date/Manip/TZ/asvlad00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asyaku00" : { "file" : "lib/Date/Manip/TZ/asyaku00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asyang00" : { "file" : "lib/Date/Manip/TZ/asyang00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asyeka00" : { "file" : "lib/Date/Manip/TZ/asyeka00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::asyere00" : { "file" : "lib/Date/Manip/TZ/asyere00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::atazor00" : { "file" : "lib/Date/Manip/TZ/atazor00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::atberm00" : { "file" : "lib/Date/Manip/TZ/atberm00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::atcana00" : { "file" : "lib/Date/Manip/TZ/atcana00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::atcape00" : { "file" : "lib/Date/Manip/TZ/atcape00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::atfaro00" : { "file" : "lib/Date/Manip/TZ/atfaro00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::atmade00" : { "file" : "lib/Date/Manip/TZ/atmade00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::atsout00" : { "file" : "lib/Date/Manip/TZ/atsout00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::atstan00" : { "file" : "lib/Date/Manip/TZ/atstan00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::auadel00" : { "file" : "lib/Date/Manip/TZ/auadel00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aubris00" : { "file" : "lib/Date/Manip/TZ/aubris00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aubrok00" : { "file" : "lib/Date/Manip/TZ/aubrok00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::audarw00" : { "file" : "lib/Date/Manip/TZ/audarw00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aueucl00" : { "file" : "lib/Date/Manip/TZ/aueucl00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::auhoba00" : { "file" : "lib/Date/Manip/TZ/auhoba00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aulind00" : { "file" : "lib/Date/Manip/TZ/aulind00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aulord00" : { "file" : "lib/Date/Manip/TZ/aulord00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aumelb00" : { "file" : "lib/Date/Manip/TZ/aumelb00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::aupert00" : { "file" : "lib/Date/Manip/TZ/aupert00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ausydn00" : { "file" : "lib/Date/Manip/TZ/ausydn00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::b00" : { "file" : "lib/Date/Manip/TZ/b00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::c00" : { "file" : "lib/Date/Manip/TZ/c00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::cet00" : { "file" : "lib/Date/Manip/TZ/cet00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::d00" : { "file" : "lib/Date/Manip/TZ/d00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::e00" : { "file" : "lib/Date/Manip/TZ/e00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eet00" : { "file" : "lib/Date/Manip/TZ/eet00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmt00" : { "file" : "lib/Date/Manip/TZ/etgmt00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm00" : { "file" : "lib/Date/Manip/TZ/etgmtm00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm01" : { "file" : "lib/Date/Manip/TZ/etgmtm01.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm02" : { "file" : "lib/Date/Manip/TZ/etgmtm02.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm03" : { "file" : "lib/Date/Manip/TZ/etgmtm03.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm04" : { "file" : "lib/Date/Manip/TZ/etgmtm04.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm05" : { "file" : "lib/Date/Manip/TZ/etgmtm05.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm06" : { "file" : "lib/Date/Manip/TZ/etgmtm06.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm07" : { "file" : "lib/Date/Manip/TZ/etgmtm07.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm08" : { "file" : "lib/Date/Manip/TZ/etgmtm08.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm09" : { "file" : "lib/Date/Manip/TZ/etgmtm09.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm10" : { "file" : "lib/Date/Manip/TZ/etgmtm10.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm11" : { "file" : "lib/Date/Manip/TZ/etgmtm11.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm12" : { "file" : "lib/Date/Manip/TZ/etgmtm12.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtm13" : { "file" : "lib/Date/Manip/TZ/etgmtm13.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtp00" : { "file" : "lib/Date/Manip/TZ/etgmtp00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtp01" : { "file" : "lib/Date/Manip/TZ/etgmtp01.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtp02" : { "file" : "lib/Date/Manip/TZ/etgmtp02.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtp03" : { "file" : "lib/Date/Manip/TZ/etgmtp03.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtp04" : { "file" : "lib/Date/Manip/TZ/etgmtp04.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtp05" : { "file" : "lib/Date/Manip/TZ/etgmtp05.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtp06" : { "file" : "lib/Date/Manip/TZ/etgmtp06.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtp07" : { "file" : "lib/Date/Manip/TZ/etgmtp07.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtp08" : { "file" : "lib/Date/Manip/TZ/etgmtp08.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtp09" : { "file" : "lib/Date/Manip/TZ/etgmtp09.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtp10" : { "file" : "lib/Date/Manip/TZ/etgmtp10.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etgmtp11" : { "file" : "lib/Date/Manip/TZ/etgmtp11.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::etutc00" : { "file" : "lib/Date/Manip/TZ/etutc00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euando00" : { "file" : "lib/Date/Manip/TZ/euando00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euastr00" : { "file" : "lib/Date/Manip/TZ/euastr00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euathe00" : { "file" : "lib/Date/Manip/TZ/euathe00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eubelg00" : { "file" : "lib/Date/Manip/TZ/eubelg00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euberl00" : { "file" : "lib/Date/Manip/TZ/euberl00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eubrus00" : { "file" : "lib/Date/Manip/TZ/eubrus00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eubuch00" : { "file" : "lib/Date/Manip/TZ/eubuch00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eubuda00" : { "file" : "lib/Date/Manip/TZ/eubuda00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euchis00" : { "file" : "lib/Date/Manip/TZ/euchis00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eudubl00" : { "file" : "lib/Date/Manip/TZ/eudubl00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eugibr00" : { "file" : "lib/Date/Manip/TZ/eugibr00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euhels00" : { "file" : "lib/Date/Manip/TZ/euhels00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euista00" : { "file" : "lib/Date/Manip/TZ/euista00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eukali00" : { "file" : "lib/Date/Manip/TZ/eukali00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eukiro00" : { "file" : "lib/Date/Manip/TZ/eukiro00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eukyiv00" : { "file" : "lib/Date/Manip/TZ/eukyiv00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eulisb00" : { "file" : "lib/Date/Manip/TZ/eulisb00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eulond00" : { "file" : "lib/Date/Manip/TZ/eulond00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eumadr00" : { "file" : "lib/Date/Manip/TZ/eumadr00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eumalt00" : { "file" : "lib/Date/Manip/TZ/eumalt00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eumins00" : { "file" : "lib/Date/Manip/TZ/eumins00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eumosc00" : { "file" : "lib/Date/Manip/TZ/eumosc00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eupari00" : { "file" : "lib/Date/Manip/TZ/eupari00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euprag00" : { "file" : "lib/Date/Manip/TZ/euprag00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euriga00" : { "file" : "lib/Date/Manip/TZ/euriga00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eurome00" : { "file" : "lib/Date/Manip/TZ/eurome00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eusama00" : { "file" : "lib/Date/Manip/TZ/eusama00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eusara00" : { "file" : "lib/Date/Manip/TZ/eusara00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eusimf00" : { "file" : "lib/Date/Manip/TZ/eusimf00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eusofi00" : { "file" : "lib/Date/Manip/TZ/eusofi00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eutall00" : { "file" : "lib/Date/Manip/TZ/eutall00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::eutira00" : { "file" : "lib/Date/Manip/TZ/eutira00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euulya00" : { "file" : "lib/Date/Manip/TZ/euulya00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euvien00" : { "file" : "lib/Date/Manip/TZ/euvien00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euviln00" : { "file" : "lib/Date/Manip/TZ/euviln00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euvolg00" : { "file" : "lib/Date/Manip/TZ/euvolg00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euwars00" : { "file" : "lib/Date/Manip/TZ/euwars00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::euzuri00" : { "file" : "lib/Date/Manip/TZ/euzuri00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::f00" : { "file" : "lib/Date/Manip/TZ/f00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::g00" : { "file" : "lib/Date/Manip/TZ/g00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::h00" : { "file" : "lib/Date/Manip/TZ/h00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::i00" : { "file" : "lib/Date/Manip/TZ/i00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::inchag00" : { "file" : "lib/Date/Manip/TZ/inchag00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::inmald00" : { "file" : "lib/Date/Manip/TZ/inmald00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::inmaur00" : { "file" : "lib/Date/Manip/TZ/inmaur00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::k00" : { "file" : "lib/Date/Manip/TZ/k00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::l00" : { "file" : "lib/Date/Manip/TZ/l00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::m00" : { "file" : "lib/Date/Manip/TZ/m00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::met00" : { "file" : "lib/Date/Manip/TZ/met00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::n00" : { "file" : "lib/Date/Manip/TZ/n00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::o00" : { "file" : "lib/Date/Manip/TZ/o00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::p00" : { "file" : "lib/Date/Manip/TZ/p00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::paapia00" : { "file" : "lib/Date/Manip/TZ/paapia00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::paauck00" : { "file" : "lib/Date/Manip/TZ/paauck00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::paboug00" : { "file" : "lib/Date/Manip/TZ/paboug00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::pachat00" : { "file" : "lib/Date/Manip/TZ/pachat00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::paeast00" : { "file" : "lib/Date/Manip/TZ/paeast00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::paefat00" : { "file" : "lib/Date/Manip/TZ/paefat00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::pafaka00" : { "file" : "lib/Date/Manip/TZ/pafaka00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::pafiji00" : { "file" : "lib/Date/Manip/TZ/pafiji00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::pagala00" : { "file" : "lib/Date/Manip/TZ/pagala00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::pagamb00" : { "file" : "lib/Date/Manip/TZ/pagamb00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::paguad00" : { "file" : "lib/Date/Manip/TZ/paguad00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::paguam00" : { "file" : "lib/Date/Manip/TZ/paguam00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::pahono00" : { "file" : "lib/Date/Manip/TZ/pahono00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::pakant00" : { "file" : "lib/Date/Manip/TZ/pakant00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::pakiri00" : { "file" : "lib/Date/Manip/TZ/pakiri00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::pakosr00" : { "file" : "lib/Date/Manip/TZ/pakosr00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::pakwaj00" : { "file" : "lib/Date/Manip/TZ/pakwaj00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::pamarq00" : { "file" : "lib/Date/Manip/TZ/pamarq00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::panaur00" : { "file" : "lib/Date/Manip/TZ/panaur00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::paniue00" : { "file" : "lib/Date/Manip/TZ/paniue00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::panorf00" : { "file" : "lib/Date/Manip/TZ/panorf00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::panoum00" : { "file" : "lib/Date/Manip/TZ/panoum00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::papago00" : { "file" : "lib/Date/Manip/TZ/papago00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::papala00" : { "file" : "lib/Date/Manip/TZ/papala00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::papitc00" : { "file" : "lib/Date/Manip/TZ/papitc00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::paport00" : { "file" : "lib/Date/Manip/TZ/paport00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::pararo00" : { "file" : "lib/Date/Manip/TZ/pararo00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::patahi00" : { "file" : "lib/Date/Manip/TZ/patahi00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::patara00" : { "file" : "lib/Date/Manip/TZ/patara00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::patong00" : { "file" : "lib/Date/Manip/TZ/patong00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::q00" : { "file" : "lib/Date/Manip/TZ/q00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::r00" : { "file" : "lib/Date/Manip/TZ/r00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::s00" : { "file" : "lib/Date/Manip/TZ/s00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::t00" : { "file" : "lib/Date/Manip/TZ/t00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::u00" : { "file" : "lib/Date/Manip/TZ/u00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::ut00" : { "file" : "lib/Date/Manip/TZ/ut00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::v00" : { "file" : "lib/Date/Manip/TZ/v00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::w00" : { "file" : "lib/Date/Manip/TZ/w00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::wet00" : { "file" : "lib/Date/Manip/TZ/wet00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::x00" : { "file" : "lib/Date/Manip/TZ/x00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::y00" : { "file" : "lib/Date/Manip/TZ/y00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ::z00" : { "file" : "lib/Date/Manip/TZ/z00.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZ_Base" : { "file" : "lib/Date/Manip/TZ_Base.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::TZdata" : { "file" : "lib/Date/Manip/TZdata.pm", - "version" : "6.91" + "version" : "6.92" }, "Date::Manip::Zones" : { "file" : "lib/Date/Manip/Zones.pm", - "version" : "6.91" + "version" : "6.92" } }, "release_status" : "stable", @@ -3297,6 +3293,6 @@ "web" : "https://github.com/SBECK-github/Date-Manip" } }, - "version" : "6.91", + "version" : "6.92", "x_serialization_backend" : "JSON::PP version 2.27400_02" } diff -Nru libdate-manip-perl-6.91/META.yml libdate-manip-perl-6.92/META.yml --- libdate-manip-perl-6.91/META.yml 2023-03-01 16:57:19.000000000 +0000 +++ libdate-manip-perl-6.92/META.yml 2023-06-07 16:30:46.000000000 +0000 @@ -22,2428 +22,2425 @@ provides: Date::Manip: file: lib/Date/Manip.pm - version: '6.91' + version: '6.92' Date::Manip::Base: file: lib/Date/Manip/Base.pm - version: '6.91' + version: '6.92' Date::Manip::DM5: file: lib/Date/Manip/DM5.pm - version: '6.91' + version: '6.92' Date::Manip::DM5abbrevs: file: lib/Date/Manip/DM5abbrevs.pm - version: '6.91' + version: '6.92' Date::Manip::DM6: file: lib/Date/Manip/DM6.pm - version: '6.91' + version: '6.92' Date::Manip::Date: file: lib/Date/Manip/Date.pm - version: '6.91' + version: '6.92' Date::Manip::Delta: file: lib/Date/Manip/Delta.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::catalan: file: lib/Date/Manip/Lang/catalan.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::danish: file: lib/Date/Manip/Lang/danish.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::dutch: file: lib/Date/Manip/Lang/dutch.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::english: file: lib/Date/Manip/Lang/english.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::finnish: file: lib/Date/Manip/Lang/finnish.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::french: file: lib/Date/Manip/Lang/french.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::german: file: lib/Date/Manip/Lang/german.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::index: file: lib/Date/Manip/Lang/index.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::italian: file: lib/Date/Manip/Lang/italian.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::norwegian: file: lib/Date/Manip/Lang/norwegian.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::polish: file: lib/Date/Manip/Lang/polish.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::portugue: file: lib/Date/Manip/Lang/portugue.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::romanian: file: lib/Date/Manip/Lang/romanian.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::russian: file: lib/Date/Manip/Lang/russian.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::spanish: file: lib/Date/Manip/Lang/spanish.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::swedish: file: lib/Date/Manip/Lang/swedish.pm - version: '6.91' + version: '6.92' Date::Manip::Lang::turkish: file: lib/Date/Manip/Lang/turkish.pm - version: '6.91' + version: '6.92' Date::Manip::Obj: file: lib/Date/Manip/Obj.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off000: file: lib/Date/Manip/Offset/off000.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off001: file: lib/Date/Manip/Offset/off001.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off002: file: lib/Date/Manip/Offset/off002.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off003: file: lib/Date/Manip/Offset/off003.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off004: file: lib/Date/Manip/Offset/off004.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off005: file: lib/Date/Manip/Offset/off005.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off006: file: lib/Date/Manip/Offset/off006.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off007: file: lib/Date/Manip/Offset/off007.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off008: file: lib/Date/Manip/Offset/off008.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off009: file: lib/Date/Manip/Offset/off009.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off010: file: lib/Date/Manip/Offset/off010.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off011: file: lib/Date/Manip/Offset/off011.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off012: file: lib/Date/Manip/Offset/off012.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off013: file: lib/Date/Manip/Offset/off013.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off014: file: lib/Date/Manip/Offset/off014.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off015: file: lib/Date/Manip/Offset/off015.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off016: file: lib/Date/Manip/Offset/off016.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off017: file: lib/Date/Manip/Offset/off017.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off018: file: lib/Date/Manip/Offset/off018.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off019: file: lib/Date/Manip/Offset/off019.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off020: file: lib/Date/Manip/Offset/off020.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off021: file: lib/Date/Manip/Offset/off021.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off022: file: lib/Date/Manip/Offset/off022.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off023: file: lib/Date/Manip/Offset/off023.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off024: file: lib/Date/Manip/Offset/off024.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off025: file: lib/Date/Manip/Offset/off025.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off026: file: lib/Date/Manip/Offset/off026.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off027: file: lib/Date/Manip/Offset/off027.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off028: file: lib/Date/Manip/Offset/off028.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off029: file: lib/Date/Manip/Offset/off029.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off030: file: lib/Date/Manip/Offset/off030.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off031: file: lib/Date/Manip/Offset/off031.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off032: file: lib/Date/Manip/Offset/off032.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off033: file: lib/Date/Manip/Offset/off033.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off034: file: lib/Date/Manip/Offset/off034.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off035: file: lib/Date/Manip/Offset/off035.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off036: file: lib/Date/Manip/Offset/off036.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off037: file: lib/Date/Manip/Offset/off037.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off038: file: lib/Date/Manip/Offset/off038.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off039: file: lib/Date/Manip/Offset/off039.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off040: file: lib/Date/Manip/Offset/off040.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off041: file: lib/Date/Manip/Offset/off041.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off042: file: lib/Date/Manip/Offset/off042.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off043: file: lib/Date/Manip/Offset/off043.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off044: file: lib/Date/Manip/Offset/off044.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off045: file: lib/Date/Manip/Offset/off045.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off046: file: lib/Date/Manip/Offset/off046.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off047: file: lib/Date/Manip/Offset/off047.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off048: file: lib/Date/Manip/Offset/off048.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off049: file: lib/Date/Manip/Offset/off049.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off050: file: lib/Date/Manip/Offset/off050.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off051: file: lib/Date/Manip/Offset/off051.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off052: file: lib/Date/Manip/Offset/off052.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off053: file: lib/Date/Manip/Offset/off053.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off054: file: lib/Date/Manip/Offset/off054.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off055: file: lib/Date/Manip/Offset/off055.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off056: file: lib/Date/Manip/Offset/off056.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off057: file: lib/Date/Manip/Offset/off057.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off058: file: lib/Date/Manip/Offset/off058.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off059: file: lib/Date/Manip/Offset/off059.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off060: file: lib/Date/Manip/Offset/off060.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off061: file: lib/Date/Manip/Offset/off061.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off062: file: lib/Date/Manip/Offset/off062.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off063: file: lib/Date/Manip/Offset/off063.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off064: file: lib/Date/Manip/Offset/off064.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off065: file: lib/Date/Manip/Offset/off065.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off066: file: lib/Date/Manip/Offset/off066.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off067: file: lib/Date/Manip/Offset/off067.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off068: file: lib/Date/Manip/Offset/off068.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off069: file: lib/Date/Manip/Offset/off069.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off070: file: lib/Date/Manip/Offset/off070.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off071: file: lib/Date/Manip/Offset/off071.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off072: file: lib/Date/Manip/Offset/off072.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off073: file: lib/Date/Manip/Offset/off073.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off074: file: lib/Date/Manip/Offset/off074.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off075: file: lib/Date/Manip/Offset/off075.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off076: file: lib/Date/Manip/Offset/off076.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off077: file: lib/Date/Manip/Offset/off077.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off078: file: lib/Date/Manip/Offset/off078.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off079: file: lib/Date/Manip/Offset/off079.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off080: file: lib/Date/Manip/Offset/off080.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off081: file: lib/Date/Manip/Offset/off081.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off082: file: lib/Date/Manip/Offset/off082.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off083: file: lib/Date/Manip/Offset/off083.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off084: file: lib/Date/Manip/Offset/off084.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off085: file: lib/Date/Manip/Offset/off085.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off086: file: lib/Date/Manip/Offset/off086.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off087: file: lib/Date/Manip/Offset/off087.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off088: file: lib/Date/Manip/Offset/off088.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off089: file: lib/Date/Manip/Offset/off089.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off090: file: lib/Date/Manip/Offset/off090.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off091: file: lib/Date/Manip/Offset/off091.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off092: file: lib/Date/Manip/Offset/off092.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off093: file: lib/Date/Manip/Offset/off093.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off094: file: lib/Date/Manip/Offset/off094.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off095: file: lib/Date/Manip/Offset/off095.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off096: file: lib/Date/Manip/Offset/off096.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off097: file: lib/Date/Manip/Offset/off097.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off098: file: lib/Date/Manip/Offset/off098.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off099: file: lib/Date/Manip/Offset/off099.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off100: file: lib/Date/Manip/Offset/off100.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off101: file: lib/Date/Manip/Offset/off101.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off102: file: lib/Date/Manip/Offset/off102.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off103: file: lib/Date/Manip/Offset/off103.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off104: file: lib/Date/Manip/Offset/off104.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off105: file: lib/Date/Manip/Offset/off105.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off106: file: lib/Date/Manip/Offset/off106.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off107: file: lib/Date/Manip/Offset/off107.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off108: file: lib/Date/Manip/Offset/off108.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off109: file: lib/Date/Manip/Offset/off109.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off110: file: lib/Date/Manip/Offset/off110.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off111: file: lib/Date/Manip/Offset/off111.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off112: file: lib/Date/Manip/Offset/off112.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off113: file: lib/Date/Manip/Offset/off113.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off114: file: lib/Date/Manip/Offset/off114.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off115: file: lib/Date/Manip/Offset/off115.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off116: file: lib/Date/Manip/Offset/off116.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off117: file: lib/Date/Manip/Offset/off117.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off118: file: lib/Date/Manip/Offset/off118.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off119: file: lib/Date/Manip/Offset/off119.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off120: file: lib/Date/Manip/Offset/off120.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off121: file: lib/Date/Manip/Offset/off121.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off122: file: lib/Date/Manip/Offset/off122.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off123: file: lib/Date/Manip/Offset/off123.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off124: file: lib/Date/Manip/Offset/off124.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off125: file: lib/Date/Manip/Offset/off125.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off126: file: lib/Date/Manip/Offset/off126.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off127: file: lib/Date/Manip/Offset/off127.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off128: file: lib/Date/Manip/Offset/off128.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off129: file: lib/Date/Manip/Offset/off129.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off130: file: lib/Date/Manip/Offset/off130.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off131: file: lib/Date/Manip/Offset/off131.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off132: file: lib/Date/Manip/Offset/off132.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off133: file: lib/Date/Manip/Offset/off133.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off134: file: lib/Date/Manip/Offset/off134.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off135: file: lib/Date/Manip/Offset/off135.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off136: file: lib/Date/Manip/Offset/off136.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off137: file: lib/Date/Manip/Offset/off137.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off138: file: lib/Date/Manip/Offset/off138.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off139: file: lib/Date/Manip/Offset/off139.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off140: file: lib/Date/Manip/Offset/off140.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off141: file: lib/Date/Manip/Offset/off141.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off142: file: lib/Date/Manip/Offset/off142.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off143: file: lib/Date/Manip/Offset/off143.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off144: file: lib/Date/Manip/Offset/off144.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off145: file: lib/Date/Manip/Offset/off145.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off146: file: lib/Date/Manip/Offset/off146.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off147: file: lib/Date/Manip/Offset/off147.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off148: file: lib/Date/Manip/Offset/off148.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off149: file: lib/Date/Manip/Offset/off149.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off150: file: lib/Date/Manip/Offset/off150.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off151: file: lib/Date/Manip/Offset/off151.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off152: file: lib/Date/Manip/Offset/off152.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off153: file: lib/Date/Manip/Offset/off153.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off154: file: lib/Date/Manip/Offset/off154.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off155: file: lib/Date/Manip/Offset/off155.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off156: file: lib/Date/Manip/Offset/off156.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off157: file: lib/Date/Manip/Offset/off157.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off158: file: lib/Date/Manip/Offset/off158.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off159: file: lib/Date/Manip/Offset/off159.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off160: file: lib/Date/Manip/Offset/off160.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off161: file: lib/Date/Manip/Offset/off161.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off162: file: lib/Date/Manip/Offset/off162.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off163: file: lib/Date/Manip/Offset/off163.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off164: file: lib/Date/Manip/Offset/off164.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off165: file: lib/Date/Manip/Offset/off165.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off166: file: lib/Date/Manip/Offset/off166.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off167: file: lib/Date/Manip/Offset/off167.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off168: file: lib/Date/Manip/Offset/off168.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off169: file: lib/Date/Manip/Offset/off169.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off170: file: lib/Date/Manip/Offset/off170.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off171: file: lib/Date/Manip/Offset/off171.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off172: file: lib/Date/Manip/Offset/off172.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off173: file: lib/Date/Manip/Offset/off173.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off174: file: lib/Date/Manip/Offset/off174.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off175: file: lib/Date/Manip/Offset/off175.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off176: file: lib/Date/Manip/Offset/off176.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off177: file: lib/Date/Manip/Offset/off177.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off178: file: lib/Date/Manip/Offset/off178.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off179: file: lib/Date/Manip/Offset/off179.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off180: file: lib/Date/Manip/Offset/off180.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off181: file: lib/Date/Manip/Offset/off181.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off182: file: lib/Date/Manip/Offset/off182.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off183: file: lib/Date/Manip/Offset/off183.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off184: file: lib/Date/Manip/Offset/off184.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off185: file: lib/Date/Manip/Offset/off185.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off186: file: lib/Date/Manip/Offset/off186.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off187: file: lib/Date/Manip/Offset/off187.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off188: file: lib/Date/Manip/Offset/off188.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off189: file: lib/Date/Manip/Offset/off189.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off190: file: lib/Date/Manip/Offset/off190.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off191: file: lib/Date/Manip/Offset/off191.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off192: file: lib/Date/Manip/Offset/off192.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off193: file: lib/Date/Manip/Offset/off193.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off194: file: lib/Date/Manip/Offset/off194.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off195: file: lib/Date/Manip/Offset/off195.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off196: file: lib/Date/Manip/Offset/off196.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off197: file: lib/Date/Manip/Offset/off197.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off198: file: lib/Date/Manip/Offset/off198.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off199: file: lib/Date/Manip/Offset/off199.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off200: file: lib/Date/Manip/Offset/off200.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off201: file: lib/Date/Manip/Offset/off201.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off202: file: lib/Date/Manip/Offset/off202.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off203: file: lib/Date/Manip/Offset/off203.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off204: file: lib/Date/Manip/Offset/off204.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off205: file: lib/Date/Manip/Offset/off205.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off206: file: lib/Date/Manip/Offset/off206.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off207: file: lib/Date/Manip/Offset/off207.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off208: file: lib/Date/Manip/Offset/off208.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off209: file: lib/Date/Manip/Offset/off209.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off210: file: lib/Date/Manip/Offset/off210.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off211: file: lib/Date/Manip/Offset/off211.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off212: file: lib/Date/Manip/Offset/off212.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off213: file: lib/Date/Manip/Offset/off213.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off214: file: lib/Date/Manip/Offset/off214.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off215: file: lib/Date/Manip/Offset/off215.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off216: file: lib/Date/Manip/Offset/off216.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off217: file: lib/Date/Manip/Offset/off217.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off218: file: lib/Date/Manip/Offset/off218.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off219: file: lib/Date/Manip/Offset/off219.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off220: file: lib/Date/Manip/Offset/off220.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off221: file: lib/Date/Manip/Offset/off221.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off222: file: lib/Date/Manip/Offset/off222.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off223: file: lib/Date/Manip/Offset/off223.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off224: file: lib/Date/Manip/Offset/off224.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off225: file: lib/Date/Manip/Offset/off225.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off226: file: lib/Date/Manip/Offset/off226.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off227: file: lib/Date/Manip/Offset/off227.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off228: file: lib/Date/Manip/Offset/off228.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off229: file: lib/Date/Manip/Offset/off229.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off230: file: lib/Date/Manip/Offset/off230.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off231: file: lib/Date/Manip/Offset/off231.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off232: file: lib/Date/Manip/Offset/off232.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off233: file: lib/Date/Manip/Offset/off233.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off234: file: lib/Date/Manip/Offset/off234.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off235: file: lib/Date/Manip/Offset/off235.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off236: file: lib/Date/Manip/Offset/off236.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off237: file: lib/Date/Manip/Offset/off237.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off238: file: lib/Date/Manip/Offset/off238.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off239: file: lib/Date/Manip/Offset/off239.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off240: file: lib/Date/Manip/Offset/off240.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off241: file: lib/Date/Manip/Offset/off241.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off242: file: lib/Date/Manip/Offset/off242.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off243: file: lib/Date/Manip/Offset/off243.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off244: file: lib/Date/Manip/Offset/off244.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off245: file: lib/Date/Manip/Offset/off245.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off246: file: lib/Date/Manip/Offset/off246.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off247: file: lib/Date/Manip/Offset/off247.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off248: file: lib/Date/Manip/Offset/off248.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off249: file: lib/Date/Manip/Offset/off249.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off250: file: lib/Date/Manip/Offset/off250.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off251: file: lib/Date/Manip/Offset/off251.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off252: file: lib/Date/Manip/Offset/off252.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off253: file: lib/Date/Manip/Offset/off253.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off254: file: lib/Date/Manip/Offset/off254.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off255: file: lib/Date/Manip/Offset/off255.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off256: file: lib/Date/Manip/Offset/off256.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off257: file: lib/Date/Manip/Offset/off257.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off258: file: lib/Date/Manip/Offset/off258.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off259: file: lib/Date/Manip/Offset/off259.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off260: file: lib/Date/Manip/Offset/off260.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off261: file: lib/Date/Manip/Offset/off261.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off262: file: lib/Date/Manip/Offset/off262.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off263: file: lib/Date/Manip/Offset/off263.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off264: file: lib/Date/Manip/Offset/off264.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off265: file: lib/Date/Manip/Offset/off265.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off266: file: lib/Date/Manip/Offset/off266.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off267: file: lib/Date/Manip/Offset/off267.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off268: file: lib/Date/Manip/Offset/off268.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off269: file: lib/Date/Manip/Offset/off269.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off270: file: lib/Date/Manip/Offset/off270.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off271: file: lib/Date/Manip/Offset/off271.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off272: file: lib/Date/Manip/Offset/off272.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off273: file: lib/Date/Manip/Offset/off273.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off274: file: lib/Date/Manip/Offset/off274.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off275: file: lib/Date/Manip/Offset/off275.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off276: file: lib/Date/Manip/Offset/off276.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off277: file: lib/Date/Manip/Offset/off277.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off278: file: lib/Date/Manip/Offset/off278.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off279: file: lib/Date/Manip/Offset/off279.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off280: file: lib/Date/Manip/Offset/off280.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off281: file: lib/Date/Manip/Offset/off281.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off282: file: lib/Date/Manip/Offset/off282.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off283: file: lib/Date/Manip/Offset/off283.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off284: file: lib/Date/Manip/Offset/off284.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off285: file: lib/Date/Manip/Offset/off285.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off286: file: lib/Date/Manip/Offset/off286.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off287: file: lib/Date/Manip/Offset/off287.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off288: file: lib/Date/Manip/Offset/off288.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off289: file: lib/Date/Manip/Offset/off289.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off290: file: lib/Date/Manip/Offset/off290.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off291: file: lib/Date/Manip/Offset/off291.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off292: file: lib/Date/Manip/Offset/off292.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off293: file: lib/Date/Manip/Offset/off293.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off294: file: lib/Date/Manip/Offset/off294.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off295: file: lib/Date/Manip/Offset/off295.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off296: file: lib/Date/Manip/Offset/off296.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off297: file: lib/Date/Manip/Offset/off297.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off298: file: lib/Date/Manip/Offset/off298.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off299: file: lib/Date/Manip/Offset/off299.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off300: file: lib/Date/Manip/Offset/off300.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off301: file: lib/Date/Manip/Offset/off301.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off302: file: lib/Date/Manip/Offset/off302.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off303: file: lib/Date/Manip/Offset/off303.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off304: file: lib/Date/Manip/Offset/off304.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off305: file: lib/Date/Manip/Offset/off305.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off306: file: lib/Date/Manip/Offset/off306.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off307: file: lib/Date/Manip/Offset/off307.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off308: file: lib/Date/Manip/Offset/off308.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off309: file: lib/Date/Manip/Offset/off309.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off310: file: lib/Date/Manip/Offset/off310.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off311: file: lib/Date/Manip/Offset/off311.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off312: file: lib/Date/Manip/Offset/off312.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off313: file: lib/Date/Manip/Offset/off313.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off314: file: lib/Date/Manip/Offset/off314.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off315: file: lib/Date/Manip/Offset/off315.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off316: file: lib/Date/Manip/Offset/off316.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off317: file: lib/Date/Manip/Offset/off317.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off318: file: lib/Date/Manip/Offset/off318.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off319: file: lib/Date/Manip/Offset/off319.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off320: file: lib/Date/Manip/Offset/off320.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off321: file: lib/Date/Manip/Offset/off321.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off322: file: lib/Date/Manip/Offset/off322.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off323: file: lib/Date/Manip/Offset/off323.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off324: file: lib/Date/Manip/Offset/off324.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off325: file: lib/Date/Manip/Offset/off325.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off326: file: lib/Date/Manip/Offset/off326.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off327: file: lib/Date/Manip/Offset/off327.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off328: file: lib/Date/Manip/Offset/off328.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off329: file: lib/Date/Manip/Offset/off329.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off330: file: lib/Date/Manip/Offset/off330.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off331: file: lib/Date/Manip/Offset/off331.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off332: file: lib/Date/Manip/Offset/off332.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off333: file: lib/Date/Manip/Offset/off333.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off334: file: lib/Date/Manip/Offset/off334.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off335: file: lib/Date/Manip/Offset/off335.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off336: file: lib/Date/Manip/Offset/off336.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off337: file: lib/Date/Manip/Offset/off337.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off338: file: lib/Date/Manip/Offset/off338.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off339: file: lib/Date/Manip/Offset/off339.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off340: file: lib/Date/Manip/Offset/off340.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off341: file: lib/Date/Manip/Offset/off341.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off342: file: lib/Date/Manip/Offset/off342.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off343: file: lib/Date/Manip/Offset/off343.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off344: file: lib/Date/Manip/Offset/off344.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off345: file: lib/Date/Manip/Offset/off345.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off346: file: lib/Date/Manip/Offset/off346.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off347: file: lib/Date/Manip/Offset/off347.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off348: file: lib/Date/Manip/Offset/off348.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off349: file: lib/Date/Manip/Offset/off349.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off350: file: lib/Date/Manip/Offset/off350.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off351: file: lib/Date/Manip/Offset/off351.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off352: file: lib/Date/Manip/Offset/off352.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off353: file: lib/Date/Manip/Offset/off353.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off354: file: lib/Date/Manip/Offset/off354.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off355: file: lib/Date/Manip/Offset/off355.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off356: file: lib/Date/Manip/Offset/off356.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off357: file: lib/Date/Manip/Offset/off357.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off358: file: lib/Date/Manip/Offset/off358.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off359: file: lib/Date/Manip/Offset/off359.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off360: file: lib/Date/Manip/Offset/off360.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off361: file: lib/Date/Manip/Offset/off361.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off362: file: lib/Date/Manip/Offset/off362.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off363: file: lib/Date/Manip/Offset/off363.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off364: file: lib/Date/Manip/Offset/off364.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off365: file: lib/Date/Manip/Offset/off365.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off366: file: lib/Date/Manip/Offset/off366.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off367: file: lib/Date/Manip/Offset/off367.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off368: file: lib/Date/Manip/Offset/off368.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off369: file: lib/Date/Manip/Offset/off369.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off370: file: lib/Date/Manip/Offset/off370.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off371: file: lib/Date/Manip/Offset/off371.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off372: file: lib/Date/Manip/Offset/off372.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off373: file: lib/Date/Manip/Offset/off373.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off374: file: lib/Date/Manip/Offset/off374.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off375: file: lib/Date/Manip/Offset/off375.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off376: file: lib/Date/Manip/Offset/off376.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off377: file: lib/Date/Manip/Offset/off377.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off378: file: lib/Date/Manip/Offset/off378.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off379: file: lib/Date/Manip/Offset/off379.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off380: file: lib/Date/Manip/Offset/off380.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off381: file: lib/Date/Manip/Offset/off381.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off382: file: lib/Date/Manip/Offset/off382.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off383: file: lib/Date/Manip/Offset/off383.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off384: file: lib/Date/Manip/Offset/off384.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off385: file: lib/Date/Manip/Offset/off385.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off386: file: lib/Date/Manip/Offset/off386.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off387: file: lib/Date/Manip/Offset/off387.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off388: file: lib/Date/Manip/Offset/off388.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off389: file: lib/Date/Manip/Offset/off389.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off390: file: lib/Date/Manip/Offset/off390.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off391: file: lib/Date/Manip/Offset/off391.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off392: file: lib/Date/Manip/Offset/off392.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off393: file: lib/Date/Manip/Offset/off393.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off394: file: lib/Date/Manip/Offset/off394.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off395: file: lib/Date/Manip/Offset/off395.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off396: file: lib/Date/Manip/Offset/off396.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off397: file: lib/Date/Manip/Offset/off397.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off398: file: lib/Date/Manip/Offset/off398.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off399: file: lib/Date/Manip/Offset/off399.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off400: file: lib/Date/Manip/Offset/off400.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off401: file: lib/Date/Manip/Offset/off401.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off402: file: lib/Date/Manip/Offset/off402.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off403: file: lib/Date/Manip/Offset/off403.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off404: file: lib/Date/Manip/Offset/off404.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off405: file: lib/Date/Manip/Offset/off405.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off406: file: lib/Date/Manip/Offset/off406.pm - version: '6.91' + version: '6.92' Date::Manip::Offset::off407: file: lib/Date/Manip/Offset/off407.pm - version: '6.91' + version: '6.92' Date::Manip::Recur: file: lib/Date/Manip/Recur.pm - version: '6.91' + version: '6.92' Date::Manip::TZ: file: lib/Date/Manip/TZ.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::a00: file: lib/Date/Manip/TZ/a00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afabid00: file: lib/Date/Manip/TZ/afabid00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afalgi00: file: lib/Date/Manip/TZ/afalgi00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afbiss00: file: lib/Date/Manip/TZ/afbiss00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afcair00: file: lib/Date/Manip/TZ/afcair00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afcasa00: file: lib/Date/Manip/TZ/afcasa00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afceut00: file: lib/Date/Manip/TZ/afceut00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afel_a00: file: lib/Date/Manip/TZ/afel_a00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afjoha00: file: lib/Date/Manip/TZ/afjoha00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afjuba00: file: lib/Date/Manip/TZ/afjuba00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afkhar00: file: lib/Date/Manip/TZ/afkhar00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aflago00: file: lib/Date/Manip/TZ/aflago00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afmapu00: file: lib/Date/Manip/TZ/afmapu00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afmonr00: file: lib/Date/Manip/TZ/afmonr00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afnair00: file: lib/Date/Manip/TZ/afnair00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afndja00: file: lib/Date/Manip/TZ/afndja00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afsao_00: file: lib/Date/Manip/TZ/afsao_00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aftrip00: file: lib/Date/Manip/TZ/aftrip00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aftuni00: file: lib/Date/Manip/TZ/aftuni00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::afwind00: file: lib/Date/Manip/TZ/afwind00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amadak00: file: lib/Date/Manip/TZ/amadak00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amanch00: file: lib/Date/Manip/TZ/amanch00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amarag00: file: lib/Date/Manip/TZ/amarag00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amasun00: file: lib/Date/Manip/TZ/amasun00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ambahi00: file: lib/Date/Manip/TZ/ambahi00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ambahi01: file: lib/Date/Manip/TZ/ambahi01.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ambarb00: file: lib/Date/Manip/TZ/ambarb00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ambele00: file: lib/Date/Manip/TZ/ambele00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ambeli00: file: lib/Date/Manip/TZ/ambeli00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ambeul00: file: lib/Date/Manip/TZ/ambeul00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amboa_00: file: lib/Date/Manip/TZ/amboa_00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ambogo00: file: lib/Date/Manip/TZ/ambogo00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ambois00: file: lib/Date/Manip/TZ/ambois00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ambuen00: file: lib/Date/Manip/TZ/ambuen00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amcamb00: file: lib/Date/Manip/TZ/amcamb00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amcamp00: file: lib/Date/Manip/TZ/amcamp00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amcanc00: file: lib/Date/Manip/TZ/amcanc00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amcara00: file: lib/Date/Manip/TZ/amcara00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amcata00: file: lib/Date/Manip/TZ/amcata00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amcaye00: file: lib/Date/Manip/TZ/amcaye00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amcent00: file: lib/Date/Manip/TZ/amcent00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amchic00: file: lib/Date/Manip/TZ/amchic00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amchih00: file: lib/Date/Manip/TZ/amchih00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amciud00: file: lib/Date/Manip/TZ/amciud00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amcord00: file: lib/Date/Manip/TZ/amcord00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amcost00: file: lib/Date/Manip/TZ/amcost00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amcuia00: file: lib/Date/Manip/TZ/amcuia00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amdanm00: file: lib/Date/Manip/TZ/amdanm00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amdaws00: file: lib/Date/Manip/TZ/amdaws00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amdaws01: file: lib/Date/Manip/TZ/amdaws01.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amdenv00: file: lib/Date/Manip/TZ/amdenv00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amdetr00: file: lib/Date/Manip/TZ/amdetr00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amedmo00: file: lib/Date/Manip/TZ/amedmo00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ameiru00: file: lib/Date/Manip/TZ/ameiru00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amel_s00: file: lib/Date/Manip/TZ/amel_s00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amfort00: file: lib/Date/Manip/TZ/amfort00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amfort01: file: lib/Date/Manip/TZ/amfort01.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amglac00: file: lib/Date/Manip/TZ/amglac00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amgoos00: file: lib/Date/Manip/TZ/amgoos00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amgran00: file: lib/Date/Manip/TZ/amgran00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amguat00: file: lib/Date/Manip/TZ/amguat00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amguay00: file: lib/Date/Manip/TZ/amguay00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amguya00: file: lib/Date/Manip/TZ/amguya00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amhali00: file: lib/Date/Manip/TZ/amhali00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amhava00: file: lib/Date/Manip/TZ/amhava00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amherm00: file: lib/Date/Manip/TZ/amherm00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amindi00: file: lib/Date/Manip/TZ/amindi00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aminuv00: file: lib/Date/Manip/TZ/aminuv00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amiqal00: file: lib/Date/Manip/TZ/amiqal00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amjama00: file: lib/Date/Manip/TZ/amjama00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amjuju00: file: lib/Date/Manip/TZ/amjuju00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amjune00: file: lib/Date/Manip/TZ/amjune00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amknox00: file: lib/Date/Manip/TZ/amknox00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amla_p00: file: lib/Date/Manip/TZ/amla_p00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amla_r00: file: lib/Date/Manip/TZ/amla_r00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amlima00: file: lib/Date/Manip/TZ/amlima00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amlos_00: file: lib/Date/Manip/TZ/amlos_00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amloui00: file: lib/Date/Manip/TZ/amloui00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammace00: file: lib/Date/Manip/TZ/ammace00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammana00: file: lib/Date/Manip/TZ/ammana00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammana01: file: lib/Date/Manip/TZ/ammana01.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammare00: file: lib/Date/Manip/TZ/ammare00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammart00: file: lib/Date/Manip/TZ/ammart00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammata00: file: lib/Date/Manip/TZ/ammata00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammaza00: file: lib/Date/Manip/TZ/ammaza00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammend00: file: lib/Date/Manip/TZ/ammend00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammeno00: file: lib/Date/Manip/TZ/ammeno00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammeri00: file: lib/Date/Manip/TZ/ammeri00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammetl00: file: lib/Date/Manip/TZ/ammetl00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammexi00: file: lib/Date/Manip/TZ/ammexi00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammiqu00: file: lib/Date/Manip/TZ/ammiqu00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammonc00: file: lib/Date/Manip/TZ/ammonc00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammont00: file: lib/Date/Manip/TZ/ammont00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammont01: file: lib/Date/Manip/TZ/ammont01.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ammont02: file: lib/Date/Manip/TZ/ammont02.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amnew_00: file: lib/Date/Manip/TZ/amnew_00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amnew_01: file: lib/Date/Manip/TZ/amnew_01.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amnome00: file: lib/Date/Manip/TZ/amnome00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amnoro00: file: lib/Date/Manip/TZ/amnoro00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amnuuk00: file: lib/Date/Manip/TZ/amnuuk00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amojin00: file: lib/Date/Manip/TZ/amojin00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ampana00: file: lib/Date/Manip/TZ/ampana00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ampara00: file: lib/Date/Manip/TZ/ampara00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ampete00: file: lib/Date/Manip/TZ/ampete00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amphoe00: file: lib/Date/Manip/TZ/amphoe00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amport00: file: lib/Date/Manip/TZ/amport00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amport01: file: lib/Date/Manip/TZ/amport01.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ampuer00: file: lib/Date/Manip/TZ/ampuer00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ampunt00: file: lib/Date/Manip/TZ/ampunt00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amrank00: file: lib/Date/Manip/TZ/amrank00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amreci00: file: lib/Date/Manip/TZ/amreci00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amregi00: file: lib/Date/Manip/TZ/amregi00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amreso00: file: lib/Date/Manip/TZ/amreso00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amrio_00: file: lib/Date/Manip/TZ/amrio_00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amrio_01: file: lib/Date/Manip/TZ/amrio_01.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amsalt00: file: lib/Date/Manip/TZ/amsalt00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amsan_00: file: lib/Date/Manip/TZ/amsan_00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amsan_01: file: lib/Date/Manip/TZ/amsan_01.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amsant00: file: lib/Date/Manip/TZ/amsant00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amsant01: file: lib/Date/Manip/TZ/amsant01.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amsant02: file: lib/Date/Manip/TZ/amsant02.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amsao_00: file: lib/Date/Manip/TZ/amsao_00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amscor00: file: lib/Date/Manip/TZ/amscor00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amsitk00: file: lib/Date/Manip/TZ/amsitk00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amst_j00: file: lib/Date/Manip/TZ/amst_j00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amswif00: file: lib/Date/Manip/TZ/amswif00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amtegu00: file: lib/Date/Manip/TZ/amtegu00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amtell00: file: lib/Date/Manip/TZ/amtell00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amthul00: file: lib/Date/Manip/TZ/amthul00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amtiju00: file: lib/Date/Manip/TZ/amtiju00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amtoro00: file: lib/Date/Manip/TZ/amtoro00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amtucu00: file: lib/Date/Manip/TZ/amtucu00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amushu00: file: lib/Date/Manip/TZ/amushu00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amvanc00: file: lib/Date/Manip/TZ/amvanc00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amveva00: file: lib/Date/Manip/TZ/amveva00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amvinc00: file: lib/Date/Manip/TZ/amvinc00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amwhit00: file: lib/Date/Manip/TZ/amwhit00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amwina00: file: lib/Date/Manip/TZ/amwina00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amwinn00: file: lib/Date/Manip/TZ/amwinn00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::amyaku00: file: lib/Date/Manip/TZ/amyaku00.pm - version: '6.91' - Date::Manip::TZ::amyell00: - file: lib/Date/Manip/TZ/amyell00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ancase00: file: lib/Date/Manip/TZ/ancase00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::andavi00: file: lib/Date/Manip/TZ/andavi00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::anmacq00: file: lib/Date/Manip/TZ/anmacq00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::anmaws00: file: lib/Date/Manip/TZ/anmaws00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::anpalm00: file: lib/Date/Manip/TZ/anpalm00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::anroth00: file: lib/Date/Manip/TZ/anroth00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::antrol00: file: lib/Date/Manip/TZ/antrol00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asalma00: file: lib/Date/Manip/TZ/asalma00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asamma00: file: lib/Date/Manip/TZ/asamma00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asanad00: file: lib/Date/Manip/TZ/asanad00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asaqta00: file: lib/Date/Manip/TZ/asaqta00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asaqto00: file: lib/Date/Manip/TZ/asaqto00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asashg00: file: lib/Date/Manip/TZ/asashg00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asatyr00: file: lib/Date/Manip/TZ/asatyr00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asbagh00: file: lib/Date/Manip/TZ/asbagh00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asbaku00: file: lib/Date/Manip/TZ/asbaku00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asbang00: file: lib/Date/Manip/TZ/asbang00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asbarn00: file: lib/Date/Manip/TZ/asbarn00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asbeir00: file: lib/Date/Manip/TZ/asbeir00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asbish00: file: lib/Date/Manip/TZ/asbish00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aschit00: file: lib/Date/Manip/TZ/aschit00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aschoi00: file: lib/Date/Manip/TZ/aschoi00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ascolo00: file: lib/Date/Manip/TZ/ascolo00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asdama00: file: lib/Date/Manip/TZ/asdama00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asdhak00: file: lib/Date/Manip/TZ/asdhak00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asdili00: file: lib/Date/Manip/TZ/asdili00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asduba00: file: lib/Date/Manip/TZ/asduba00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asdush00: file: lib/Date/Manip/TZ/asdush00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asfama00: file: lib/Date/Manip/TZ/asfama00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asgaza00: file: lib/Date/Manip/TZ/asgaza00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ashebr00: file: lib/Date/Manip/TZ/ashebr00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asho_c00: file: lib/Date/Manip/TZ/asho_c00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ashong00: file: lib/Date/Manip/TZ/ashong00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ashovd00: file: lib/Date/Manip/TZ/ashovd00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asirku00: file: lib/Date/Manip/TZ/asirku00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asjaka00: file: lib/Date/Manip/TZ/asjaka00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asjaya00: file: lib/Date/Manip/TZ/asjaya00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asjeru00: file: lib/Date/Manip/TZ/asjeru00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::askabu00: file: lib/Date/Manip/TZ/askabu00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::askamc00: file: lib/Date/Manip/TZ/askamc00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::askara00: file: lib/Date/Manip/TZ/askara00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::askath00: file: lib/Date/Manip/TZ/askath00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::askhan00: file: lib/Date/Manip/TZ/askhan00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::askolk00: file: lib/Date/Manip/TZ/askolk00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::askras00: file: lib/Date/Manip/TZ/askras00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::askuch00: file: lib/Date/Manip/TZ/askuch00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asmaca00: file: lib/Date/Manip/TZ/asmaca00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asmaga00: file: lib/Date/Manip/TZ/asmaga00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asmaka00: file: lib/Date/Manip/TZ/asmaka00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asmani00: file: lib/Date/Manip/TZ/asmani00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asnico00: file: lib/Date/Manip/TZ/asnico00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asnovo00: file: lib/Date/Manip/TZ/asnovo00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asnovo01: file: lib/Date/Manip/TZ/asnovo01.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asomsk00: file: lib/Date/Manip/TZ/asomsk00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asoral00: file: lib/Date/Manip/TZ/asoral00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aspont00: file: lib/Date/Manip/TZ/aspont00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aspyon00: file: lib/Date/Manip/TZ/aspyon00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asqata00: file: lib/Date/Manip/TZ/asqata00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asqost00: file: lib/Date/Manip/TZ/asqost00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asqyzy00: file: lib/Date/Manip/TZ/asqyzy00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asriya00: file: lib/Date/Manip/TZ/asriya00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::assakh00: file: lib/Date/Manip/TZ/assakh00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::assama00: file: lib/Date/Manip/TZ/assama00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asseou00: file: lib/Date/Manip/TZ/asseou00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asshan00: file: lib/Date/Manip/TZ/asshan00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::assing00: file: lib/Date/Manip/TZ/assing00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::assred00: file: lib/Date/Manip/TZ/assred00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::astaip00: file: lib/Date/Manip/TZ/astaip00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::astash00: file: lib/Date/Manip/TZ/astash00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::astbil00: file: lib/Date/Manip/TZ/astbil00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::astehr00: file: lib/Date/Manip/TZ/astehr00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asthim00: file: lib/Date/Manip/TZ/asthim00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::astoky00: file: lib/Date/Manip/TZ/astoky00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::astoms00: file: lib/Date/Manip/TZ/astoms00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asulaa00: file: lib/Date/Manip/TZ/asulaa00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asurum00: file: lib/Date/Manip/TZ/asurum00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asustm00: file: lib/Date/Manip/TZ/asustm00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asvlad00: file: lib/Date/Manip/TZ/asvlad00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asyaku00: file: lib/Date/Manip/TZ/asyaku00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asyang00: file: lib/Date/Manip/TZ/asyang00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asyeka00: file: lib/Date/Manip/TZ/asyeka00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::asyere00: file: lib/Date/Manip/TZ/asyere00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::atazor00: file: lib/Date/Manip/TZ/atazor00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::atberm00: file: lib/Date/Manip/TZ/atberm00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::atcana00: file: lib/Date/Manip/TZ/atcana00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::atcape00: file: lib/Date/Manip/TZ/atcape00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::atfaro00: file: lib/Date/Manip/TZ/atfaro00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::atmade00: file: lib/Date/Manip/TZ/atmade00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::atsout00: file: lib/Date/Manip/TZ/atsout00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::atstan00: file: lib/Date/Manip/TZ/atstan00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::auadel00: file: lib/Date/Manip/TZ/auadel00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aubris00: file: lib/Date/Manip/TZ/aubris00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aubrok00: file: lib/Date/Manip/TZ/aubrok00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::audarw00: file: lib/Date/Manip/TZ/audarw00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aueucl00: file: lib/Date/Manip/TZ/aueucl00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::auhoba00: file: lib/Date/Manip/TZ/auhoba00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aulind00: file: lib/Date/Manip/TZ/aulind00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aulord00: file: lib/Date/Manip/TZ/aulord00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aumelb00: file: lib/Date/Manip/TZ/aumelb00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::aupert00: file: lib/Date/Manip/TZ/aupert00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ausydn00: file: lib/Date/Manip/TZ/ausydn00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::b00: file: lib/Date/Manip/TZ/b00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::c00: file: lib/Date/Manip/TZ/c00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::cet00: file: lib/Date/Manip/TZ/cet00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::d00: file: lib/Date/Manip/TZ/d00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::e00: file: lib/Date/Manip/TZ/e00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eet00: file: lib/Date/Manip/TZ/eet00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmt00: file: lib/Date/Manip/TZ/etgmt00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm00: file: lib/Date/Manip/TZ/etgmtm00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm01: file: lib/Date/Manip/TZ/etgmtm01.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm02: file: lib/Date/Manip/TZ/etgmtm02.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm03: file: lib/Date/Manip/TZ/etgmtm03.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm04: file: lib/Date/Manip/TZ/etgmtm04.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm05: file: lib/Date/Manip/TZ/etgmtm05.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm06: file: lib/Date/Manip/TZ/etgmtm06.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm07: file: lib/Date/Manip/TZ/etgmtm07.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm08: file: lib/Date/Manip/TZ/etgmtm08.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm09: file: lib/Date/Manip/TZ/etgmtm09.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm10: file: lib/Date/Manip/TZ/etgmtm10.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm11: file: lib/Date/Manip/TZ/etgmtm11.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm12: file: lib/Date/Manip/TZ/etgmtm12.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtm13: file: lib/Date/Manip/TZ/etgmtm13.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtp00: file: lib/Date/Manip/TZ/etgmtp00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtp01: file: lib/Date/Manip/TZ/etgmtp01.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtp02: file: lib/Date/Manip/TZ/etgmtp02.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtp03: file: lib/Date/Manip/TZ/etgmtp03.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtp04: file: lib/Date/Manip/TZ/etgmtp04.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtp05: file: lib/Date/Manip/TZ/etgmtp05.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtp06: file: lib/Date/Manip/TZ/etgmtp06.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtp07: file: lib/Date/Manip/TZ/etgmtp07.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtp08: file: lib/Date/Manip/TZ/etgmtp08.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtp09: file: lib/Date/Manip/TZ/etgmtp09.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtp10: file: lib/Date/Manip/TZ/etgmtp10.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etgmtp11: file: lib/Date/Manip/TZ/etgmtp11.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::etutc00: file: lib/Date/Manip/TZ/etutc00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euando00: file: lib/Date/Manip/TZ/euando00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euastr00: file: lib/Date/Manip/TZ/euastr00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euathe00: file: lib/Date/Manip/TZ/euathe00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eubelg00: file: lib/Date/Manip/TZ/eubelg00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euberl00: file: lib/Date/Manip/TZ/euberl00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eubrus00: file: lib/Date/Manip/TZ/eubrus00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eubuch00: file: lib/Date/Manip/TZ/eubuch00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eubuda00: file: lib/Date/Manip/TZ/eubuda00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euchis00: file: lib/Date/Manip/TZ/euchis00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eudubl00: file: lib/Date/Manip/TZ/eudubl00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eugibr00: file: lib/Date/Manip/TZ/eugibr00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euhels00: file: lib/Date/Manip/TZ/euhels00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euista00: file: lib/Date/Manip/TZ/euista00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eukali00: file: lib/Date/Manip/TZ/eukali00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eukiro00: file: lib/Date/Manip/TZ/eukiro00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eukyiv00: file: lib/Date/Manip/TZ/eukyiv00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eulisb00: file: lib/Date/Manip/TZ/eulisb00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eulond00: file: lib/Date/Manip/TZ/eulond00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eumadr00: file: lib/Date/Manip/TZ/eumadr00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eumalt00: file: lib/Date/Manip/TZ/eumalt00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eumins00: file: lib/Date/Manip/TZ/eumins00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eumosc00: file: lib/Date/Manip/TZ/eumosc00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eupari00: file: lib/Date/Manip/TZ/eupari00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euprag00: file: lib/Date/Manip/TZ/euprag00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euriga00: file: lib/Date/Manip/TZ/euriga00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eurome00: file: lib/Date/Manip/TZ/eurome00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eusama00: file: lib/Date/Manip/TZ/eusama00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eusara00: file: lib/Date/Manip/TZ/eusara00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eusimf00: file: lib/Date/Manip/TZ/eusimf00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eusofi00: file: lib/Date/Manip/TZ/eusofi00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eutall00: file: lib/Date/Manip/TZ/eutall00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::eutira00: file: lib/Date/Manip/TZ/eutira00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euulya00: file: lib/Date/Manip/TZ/euulya00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euvien00: file: lib/Date/Manip/TZ/euvien00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euviln00: file: lib/Date/Manip/TZ/euviln00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euvolg00: file: lib/Date/Manip/TZ/euvolg00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euwars00: file: lib/Date/Manip/TZ/euwars00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::euzuri00: file: lib/Date/Manip/TZ/euzuri00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::f00: file: lib/Date/Manip/TZ/f00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::g00: file: lib/Date/Manip/TZ/g00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::h00: file: lib/Date/Manip/TZ/h00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::i00: file: lib/Date/Manip/TZ/i00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::inchag00: file: lib/Date/Manip/TZ/inchag00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::inmald00: file: lib/Date/Manip/TZ/inmald00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::inmaur00: file: lib/Date/Manip/TZ/inmaur00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::k00: file: lib/Date/Manip/TZ/k00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::l00: file: lib/Date/Manip/TZ/l00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::m00: file: lib/Date/Manip/TZ/m00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::met00: file: lib/Date/Manip/TZ/met00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::n00: file: lib/Date/Manip/TZ/n00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::o00: file: lib/Date/Manip/TZ/o00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::p00: file: lib/Date/Manip/TZ/p00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::paapia00: file: lib/Date/Manip/TZ/paapia00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::paauck00: file: lib/Date/Manip/TZ/paauck00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::paboug00: file: lib/Date/Manip/TZ/paboug00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::pachat00: file: lib/Date/Manip/TZ/pachat00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::paeast00: file: lib/Date/Manip/TZ/paeast00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::paefat00: file: lib/Date/Manip/TZ/paefat00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::pafaka00: file: lib/Date/Manip/TZ/pafaka00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::pafiji00: file: lib/Date/Manip/TZ/pafiji00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::pagala00: file: lib/Date/Manip/TZ/pagala00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::pagamb00: file: lib/Date/Manip/TZ/pagamb00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::paguad00: file: lib/Date/Manip/TZ/paguad00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::paguam00: file: lib/Date/Manip/TZ/paguam00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::pahono00: file: lib/Date/Manip/TZ/pahono00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::pakant00: file: lib/Date/Manip/TZ/pakant00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::pakiri00: file: lib/Date/Manip/TZ/pakiri00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::pakosr00: file: lib/Date/Manip/TZ/pakosr00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::pakwaj00: file: lib/Date/Manip/TZ/pakwaj00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::pamarq00: file: lib/Date/Manip/TZ/pamarq00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::panaur00: file: lib/Date/Manip/TZ/panaur00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::paniue00: file: lib/Date/Manip/TZ/paniue00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::panorf00: file: lib/Date/Manip/TZ/panorf00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::panoum00: file: lib/Date/Manip/TZ/panoum00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::papago00: file: lib/Date/Manip/TZ/papago00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::papala00: file: lib/Date/Manip/TZ/papala00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::papitc00: file: lib/Date/Manip/TZ/papitc00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::paport00: file: lib/Date/Manip/TZ/paport00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::pararo00: file: lib/Date/Manip/TZ/pararo00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::patahi00: file: lib/Date/Manip/TZ/patahi00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::patara00: file: lib/Date/Manip/TZ/patara00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::patong00: file: lib/Date/Manip/TZ/patong00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::q00: file: lib/Date/Manip/TZ/q00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::r00: file: lib/Date/Manip/TZ/r00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::s00: file: lib/Date/Manip/TZ/s00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::t00: file: lib/Date/Manip/TZ/t00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::u00: file: lib/Date/Manip/TZ/u00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::ut00: file: lib/Date/Manip/TZ/ut00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::v00: file: lib/Date/Manip/TZ/v00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::w00: file: lib/Date/Manip/TZ/w00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::wet00: file: lib/Date/Manip/TZ/wet00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::x00: file: lib/Date/Manip/TZ/x00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::y00: file: lib/Date/Manip/TZ/y00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ::z00: file: lib/Date/Manip/TZ/z00.pm - version: '6.91' + version: '6.92' Date::Manip::TZ_Base: file: lib/Date/Manip/TZ_Base.pm - version: '6.91' + version: '6.92' Date::Manip::TZdata: file: lib/Date/Manip/TZdata.pm - version: '6.91' + version: '6.92' Date::Manip::Zones: file: lib/Date/Manip/Zones.pm - version: '6.91' + version: '6.92' requires: Carp: '0' Cwd: '0' @@ -2459,5 +2456,5 @@ bugtracker: https://github.com/SBECK-github/Date-Manip/issues homepage: https://github.com/SBECK-github/Date-Manip repository: git://github.com/SBECK-github/Date-Manip.git -version: '6.91' +version: '6.92' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -Nru libdate-manip-perl-6.91/README libdate-manip-perl-6.92/README --- libdate-manip-perl-6.91/README 2023-03-01 16:57:17.000000000 +0000 +++ libdate-manip-perl-6.92/README 2023-06-07 16:30:43.000000000 +0000 @@ -88,7 +88,7 @@ Date::Manip::Interfaces A complete description of the functional interfaces available. NOTE: it is recommended that you use the OO interface wherever possible as - the functional interfaces have some imitations. + the functional interfaces have some limitations. A description of the functional interfaces: Date::Manip::DM5 diff -Nru libdate-manip-perl-6.91/t/tz.zone.t libdate-manip-perl-6.92/t/tz.zone.t --- libdate-manip-perl-6.91/t/tz.zone.t 2022-12-02 18:00:55.000000000 +0000 +++ libdate-manip-perl-6.92/t/tz.zone.t 2023-06-07 16:30:10.000000000 +0000 @@ -111,9 +111,9 @@ => Atlantic/South_Georgia America/Noronha + America/Nuuk Etc/GMT-2 B - America/Nuuk America/Scoresbysund Atlantic/Cape_Verde Atlantic/Azores @@ -123,9 +123,9 @@ => Atlantic/South_Georgia America/Noronha + America/Nuuk Etc/GMT-2 B - America/Nuuk America/Scoresbysund Atlantic/Cape_Verde Atlantic/Azores diff -Nru libdate-manip-perl-6.91/t/_version.t libdate-manip-perl-6.92/t/_version.t --- libdate-manip-perl-6.91/t/_version.t 2023-03-01 16:56:52.000000000 +0000 +++ libdate-manip-perl-6.92/t/_version.t 2023-06-07 16:30:20.000000000 +0000 @@ -2,6 +2,14 @@ use warnings 'all'; use strict; +BEGIN { + if (-d "./lib") { + use lib "./lib"; + } + if (-d "../lib") { + use lib "../lib"; + } +} use Test::Inter; my $ti; @@ -18,17 +26,15 @@ use IO::File; use File::Find::Rule; -# Figure out what module we are in. A module is in a directory: -# My-Mod-Name-1.00 -# It includes any number of .pm files, each of which contain a single -# package. Every package is named: -# My::Pack::Name -# and includes a variable: -# My::Pack::Name::VERSION +################################################################ +# Test: the directory must contain the version number +# +# A module is in a directory (with major.minor version): +# My-Mod-Name-##.## +my $libdir = $ti->testdir('lib'); my $testdir = $ti->testdir(); my $moddir = $ti->testdir('mod'); -my $libdir = $ti->testdir('lib'); my @dir = split(/\//,$moddir); my $dir = pop(@dir); @@ -41,6 +47,15 @@ $valid = 0; } +$ti->ok($valid,"Valid directory"); +$ti->skip_all('Remaining tests require a valid directory') if (! defined $vers); + +################################################################ +# Test: each .pm file must include a variable: +# $VERSION = '##.##' +# A file is invalid if it does not have this, or if the version does +# not match the version contained in the directory. +# # If there is a file _version.ign, it should be a list of filename # substrings to ignore (any .pm file with any of these substrings # will be ignored). @@ -53,14 +68,14 @@ chomp(@ign); } -$ti->ok($valid,"Valid directory"); -$ti->skip_all('Remaining tests require a valid directory') if (! defined $vers); - my $in = new IO::File; my @files = File::Find::Rule->file()->name('*.pm')->in($libdir); FILE: foreach my $file (@files) { + my $f = $file; + $f =~ s,^$libdir/,,; + $f =~ s,^$testdir/,, if ($mod eq 'Test-Inter'); foreach my $ign (@ign) { next FILE if ($file =~ /\Q$ign\E/); @@ -71,18 +86,65 @@ chomp(@tmp); my @v = grep /^\$VERSION\s*=\s*['"]\d+\.\d+['"];$/, @tmp; if (! @v) { - $ti->ok(0,$file); + $ti->ok(0,$f); $ti->diag('File contains no valid version line'); } elsif (@v > 1) { - $ti->ok(0,$file); + $ti->ok(0,$f); $ti->diag('File contains multiple version lines'); } else { $v[0] =~ /['"](\d+\.\d+)['"]/; my $v = $1; - $ti->is($v,$vers,$file); + $ti->is($v,$vers,$f); $ti->diag('File contains incorrect version number') if ($v ne $vers); } } +################################################################ +# Any .pm file with a version method can also be tested by getting +# the result of the version method. +# +# Note that the only module this test is not guaranteed to work on +# is Test::Inter because the version that is loaded above is not +# necessarily the one on disk. + +my %required; +chdir($libdir); + +FILE: +foreach my $file (@files) { + my $f = $file; + $f =~ s,^$libdir/,,; + + foreach my $ign (@ign) { + next FILE if ($file =~ /\Q$ign\E/); + } + + $in->open($file); + my @tmp = <$in>; + chomp(@tmp); + my $package; + foreach my $line (@tmp) { + if ($line =~ /^package (\S+)/) { + $package = $1; + $package =~ s,;$,,; + next; + } + if ($package && $line =~ /^\s*sub\s+version\s*/) { + if (! exists $required{$file} && $f ne 'Test/Inter.pm') { + require "./$f"; + $required{$f} = 1; + } + my $v = eval "${package}::version()"; + if (! $v) { + $ti->ok(0,$package); + $ti->diag('version method does not return a version'); + next; + } + $ti->is($v,$vers,$package); + $ti->diag('version returns incorrect version number') if ($v ne $vers); + } + } +} + $ti->done_testing();