diff -Nru libdate-manip-perl-6.94/Changes libdate-manip-perl-6.95/Changes --- libdate-manip-perl-6.94/Changes 2024-01-09 20:09:50.000000000 +0000 +++ libdate-manip-perl-6.95/Changes 2024-03-01 16:12:35.000000000 +0000 @@ -15,6 +15,26 @@ and that document should be considered the canonical source for all change related information. +6.95 expected 2024-03-01 + - Better support for weeks of the year + Added the Week1ofYear config variable and deprecated the Jan1Week1 + variable. The first week of the year can now be specified much more + easily. + + - Support for the standard POSIX strftime directives in printf + The Date::Manip::Date::printf method uses a set of directives which + is similar, but not identical, to the POSIX strftime directives. + + A new config variable Use_POSIX_Printf has been added. If set, the + printf method will use the POSIX strftime directives more fully + (see the PRINTF DIRECTIVES section in the Date::Manip::Date POD for + more information). + + Reported in GitHub #48 + + - Time zone fixes + Newest zoneinfo data (tzdata 2024a). + 6.94 2024-01-09 - Time zone fixes The 6.93 release didn't include the windows timezone aliases from diff -Nru libdate-manip-perl-6.94/MANIFEST libdate-manip-perl-6.95/MANIFEST --- libdate-manip-perl-6.94/MANIFEST 2024-01-09 20:11:29.000000000 +0000 +++ libdate-manip-perl-6.95/MANIFEST 2024-03-01 16:13:14.000000000 +0000 @@ -29,6 +29,8 @@ internal/leak.pl internal/module.isp internal/NOTES +internal/printf_format.c +internal/printf_format.pl internal/TODO internal/TODO.7 internal/translate @@ -889,6 +891,7 @@ LICENSE Makefile.PL MANIFEST This list of files +MANIFEST.SKIP README README.first t/.ppo.yaml @@ -1003,6 +1006,8 @@ t/date.prev_business_day.t t/date.printf.0.t t/date.printf.1.t +t/date.printf.2.t +t/date.printf.weekofyear.t t/date.secs_since_1970_GMT.0.t t/date.secs_since_1970_GMT.1.t t/date.set.0.t diff -Nru libdate-manip-perl-6.94/MANIFEST.SKIP libdate-manip-perl-6.95/MANIFEST.SKIP --- libdate-manip-perl-6.94/MANIFEST.SKIP 2024-01-09 20:10:54.000000000 +0000 +++ libdate-manip-perl-6.95/MANIFEST.SKIP 2024-03-01 16:12:47.000000000 +0000 @@ -1,16 +1,7 @@ ^\.cover ^\.git -^\.travis.yml # Makemaker generated files and dirs. -^MANIFEST\. +^MANIFEST\.bak ^Makefile$ -^blib/ -^MakeMaker-\d ^MYMETA\. - -# Temp, old and emacs backup files. -~$ -\.old$ -^#.*#$ -^\.# diff -Nru libdate-manip-perl-6.94/META.json libdate-manip-perl-6.95/META.json --- libdate-manip-perl-6.94/META.json 2024-01-09 20:11:29.000000000 +0000 +++ libdate-manip-perl-6.95/META.json 2024-03-01 16:13:14.000000000 +0000 @@ -54,3235 +54,3235 @@ "provides" : { "Date::Manip" : { "file" : "lib/Date/Manip.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Base" : { "file" : "lib/Date/Manip/Base.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::DM5" : { "file" : "lib/Date/Manip/DM5.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::DM5abbrevs" : { "file" : "lib/Date/Manip/DM5abbrevs.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::DM6" : { "file" : "lib/Date/Manip/DM6.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Date" : { "file" : "lib/Date/Manip/Date.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Delta" : { "file" : "lib/Date/Manip/Delta.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::catalan" : { "file" : "lib/Date/Manip/Lang/catalan.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::danish" : { "file" : "lib/Date/Manip/Lang/danish.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::dutch" : { "file" : "lib/Date/Manip/Lang/dutch.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::english" : { "file" : "lib/Date/Manip/Lang/english.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::finnish" : { "file" : "lib/Date/Manip/Lang/finnish.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::french" : { "file" : "lib/Date/Manip/Lang/french.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::german" : { "file" : "lib/Date/Manip/Lang/german.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::index" : { "file" : "lib/Date/Manip/Lang/index.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::italian" : { "file" : "lib/Date/Manip/Lang/italian.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::norwegian" : { "file" : "lib/Date/Manip/Lang/norwegian.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::polish" : { "file" : "lib/Date/Manip/Lang/polish.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::portugue" : { "file" : "lib/Date/Manip/Lang/portugue.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::romanian" : { "file" : "lib/Date/Manip/Lang/romanian.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::russian" : { "file" : "lib/Date/Manip/Lang/russian.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::spanish" : { "file" : "lib/Date/Manip/Lang/spanish.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::swedish" : { "file" : "lib/Date/Manip/Lang/swedish.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Lang::turkish" : { "file" : "lib/Date/Manip/Lang/turkish.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Obj" : { "file" : "lib/Date/Manip/Obj.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off000" : { "file" : "lib/Date/Manip/Offset/off000.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off001" : { "file" : "lib/Date/Manip/Offset/off001.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off002" : { "file" : "lib/Date/Manip/Offset/off002.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off003" : { "file" : "lib/Date/Manip/Offset/off003.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off004" : { "file" : "lib/Date/Manip/Offset/off004.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off005" : { "file" : "lib/Date/Manip/Offset/off005.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off006" : { "file" : "lib/Date/Manip/Offset/off006.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off007" : { "file" : "lib/Date/Manip/Offset/off007.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off008" : { "file" : "lib/Date/Manip/Offset/off008.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off009" : { "file" : "lib/Date/Manip/Offset/off009.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off010" : { "file" : "lib/Date/Manip/Offset/off010.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off011" : { "file" : "lib/Date/Manip/Offset/off011.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off012" : { "file" : "lib/Date/Manip/Offset/off012.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off013" : { "file" : "lib/Date/Manip/Offset/off013.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off014" : { "file" : "lib/Date/Manip/Offset/off014.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off015" : { "file" : "lib/Date/Manip/Offset/off015.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off016" : { "file" : "lib/Date/Manip/Offset/off016.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off017" : { "file" : "lib/Date/Manip/Offset/off017.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off018" : { "file" : "lib/Date/Manip/Offset/off018.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off019" : { "file" : "lib/Date/Manip/Offset/off019.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off020" : { "file" : "lib/Date/Manip/Offset/off020.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off021" : { "file" : "lib/Date/Manip/Offset/off021.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off022" : { "file" : "lib/Date/Manip/Offset/off022.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off023" : { "file" : "lib/Date/Manip/Offset/off023.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off024" : { "file" : "lib/Date/Manip/Offset/off024.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off025" : { "file" : "lib/Date/Manip/Offset/off025.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off026" : { "file" : "lib/Date/Manip/Offset/off026.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off027" : { "file" : "lib/Date/Manip/Offset/off027.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off028" : { "file" : "lib/Date/Manip/Offset/off028.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off029" : { "file" : "lib/Date/Manip/Offset/off029.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off030" : { "file" : "lib/Date/Manip/Offset/off030.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off031" : { "file" : "lib/Date/Manip/Offset/off031.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off032" : { "file" : "lib/Date/Manip/Offset/off032.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off033" : { "file" : "lib/Date/Manip/Offset/off033.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off034" : { "file" : "lib/Date/Manip/Offset/off034.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off035" : { "file" : "lib/Date/Manip/Offset/off035.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off036" : { "file" : "lib/Date/Manip/Offset/off036.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off037" : { "file" : "lib/Date/Manip/Offset/off037.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off038" : { "file" : "lib/Date/Manip/Offset/off038.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off039" : { "file" : "lib/Date/Manip/Offset/off039.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off040" : { "file" : "lib/Date/Manip/Offset/off040.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off041" : { "file" : "lib/Date/Manip/Offset/off041.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off042" : { "file" : "lib/Date/Manip/Offset/off042.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off043" : { "file" : "lib/Date/Manip/Offset/off043.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off044" : { "file" : "lib/Date/Manip/Offset/off044.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off045" : { "file" : "lib/Date/Manip/Offset/off045.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off046" : { "file" : "lib/Date/Manip/Offset/off046.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off047" : { "file" : "lib/Date/Manip/Offset/off047.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off048" : { "file" : "lib/Date/Manip/Offset/off048.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off049" : { "file" : "lib/Date/Manip/Offset/off049.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off050" : { "file" : "lib/Date/Manip/Offset/off050.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off051" : { "file" : "lib/Date/Manip/Offset/off051.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off052" : { "file" : "lib/Date/Manip/Offset/off052.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off053" : { "file" : "lib/Date/Manip/Offset/off053.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off054" : { "file" : "lib/Date/Manip/Offset/off054.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off055" : { "file" : "lib/Date/Manip/Offset/off055.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off056" : { "file" : "lib/Date/Manip/Offset/off056.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off057" : { "file" : "lib/Date/Manip/Offset/off057.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off058" : { "file" : "lib/Date/Manip/Offset/off058.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off059" : { "file" : "lib/Date/Manip/Offset/off059.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off060" : { "file" : "lib/Date/Manip/Offset/off060.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off061" : { "file" : "lib/Date/Manip/Offset/off061.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off062" : { "file" : "lib/Date/Manip/Offset/off062.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off063" : { "file" : "lib/Date/Manip/Offset/off063.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off064" : { "file" : "lib/Date/Manip/Offset/off064.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off065" : { "file" : "lib/Date/Manip/Offset/off065.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off066" : { "file" : "lib/Date/Manip/Offset/off066.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off067" : { "file" : "lib/Date/Manip/Offset/off067.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off068" : { "file" : "lib/Date/Manip/Offset/off068.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off069" : { "file" : "lib/Date/Manip/Offset/off069.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off070" : { "file" : "lib/Date/Manip/Offset/off070.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off071" : { "file" : "lib/Date/Manip/Offset/off071.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off072" : { "file" : "lib/Date/Manip/Offset/off072.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off073" : { "file" : "lib/Date/Manip/Offset/off073.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off074" : { "file" : "lib/Date/Manip/Offset/off074.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off075" : { "file" : "lib/Date/Manip/Offset/off075.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off076" : { "file" : "lib/Date/Manip/Offset/off076.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off077" : { "file" : "lib/Date/Manip/Offset/off077.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off078" : { "file" : "lib/Date/Manip/Offset/off078.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off079" : { "file" : "lib/Date/Manip/Offset/off079.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off080" : { "file" : "lib/Date/Manip/Offset/off080.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off081" : { "file" : "lib/Date/Manip/Offset/off081.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off082" : { "file" : "lib/Date/Manip/Offset/off082.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off083" : { "file" : "lib/Date/Manip/Offset/off083.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off084" : { "file" : "lib/Date/Manip/Offset/off084.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off085" : { "file" : "lib/Date/Manip/Offset/off085.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off086" : { "file" : "lib/Date/Manip/Offset/off086.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off087" : { "file" : "lib/Date/Manip/Offset/off087.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off088" : { "file" : "lib/Date/Manip/Offset/off088.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off089" : { "file" : "lib/Date/Manip/Offset/off089.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off090" : { "file" : "lib/Date/Manip/Offset/off090.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off091" : { "file" : "lib/Date/Manip/Offset/off091.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off092" : { "file" : "lib/Date/Manip/Offset/off092.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off093" : { "file" : "lib/Date/Manip/Offset/off093.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off094" : { "file" : "lib/Date/Manip/Offset/off094.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off095" : { "file" : "lib/Date/Manip/Offset/off095.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off096" : { "file" : "lib/Date/Manip/Offset/off096.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off097" : { "file" : "lib/Date/Manip/Offset/off097.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off098" : { "file" : "lib/Date/Manip/Offset/off098.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off099" : { "file" : "lib/Date/Manip/Offset/off099.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off100" : { "file" : "lib/Date/Manip/Offset/off100.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off101" : { "file" : "lib/Date/Manip/Offset/off101.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off102" : { "file" : "lib/Date/Manip/Offset/off102.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off103" : { "file" : "lib/Date/Manip/Offset/off103.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off104" : { "file" : "lib/Date/Manip/Offset/off104.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off105" : { "file" : "lib/Date/Manip/Offset/off105.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off106" : { "file" : "lib/Date/Manip/Offset/off106.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off107" : { "file" : "lib/Date/Manip/Offset/off107.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off108" : { "file" : "lib/Date/Manip/Offset/off108.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off109" : { "file" : "lib/Date/Manip/Offset/off109.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off110" : { "file" : "lib/Date/Manip/Offset/off110.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off111" : { "file" : "lib/Date/Manip/Offset/off111.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off112" : { "file" : "lib/Date/Manip/Offset/off112.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off113" : { "file" : "lib/Date/Manip/Offset/off113.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off114" : { "file" : "lib/Date/Manip/Offset/off114.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off115" : { "file" : "lib/Date/Manip/Offset/off115.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off116" : { "file" : "lib/Date/Manip/Offset/off116.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off117" : { "file" : "lib/Date/Manip/Offset/off117.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off118" : { "file" : "lib/Date/Manip/Offset/off118.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off119" : { "file" : "lib/Date/Manip/Offset/off119.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off120" : { "file" : "lib/Date/Manip/Offset/off120.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off121" : { "file" : "lib/Date/Manip/Offset/off121.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off122" : { "file" : "lib/Date/Manip/Offset/off122.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off123" : { "file" : "lib/Date/Manip/Offset/off123.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off124" : { "file" : "lib/Date/Manip/Offset/off124.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off125" : { "file" : "lib/Date/Manip/Offset/off125.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off126" : { "file" : "lib/Date/Manip/Offset/off126.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off127" : { "file" : "lib/Date/Manip/Offset/off127.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off128" : { "file" : "lib/Date/Manip/Offset/off128.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off129" : { "file" : "lib/Date/Manip/Offset/off129.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off130" : { "file" : "lib/Date/Manip/Offset/off130.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off131" : { "file" : "lib/Date/Manip/Offset/off131.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off132" : { "file" : "lib/Date/Manip/Offset/off132.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off133" : { "file" : "lib/Date/Manip/Offset/off133.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off134" : { "file" : "lib/Date/Manip/Offset/off134.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off135" : { "file" : "lib/Date/Manip/Offset/off135.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off136" : { "file" : "lib/Date/Manip/Offset/off136.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off137" : { "file" : "lib/Date/Manip/Offset/off137.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off138" : { "file" : "lib/Date/Manip/Offset/off138.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off139" : { "file" : "lib/Date/Manip/Offset/off139.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off140" : { "file" : "lib/Date/Manip/Offset/off140.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off141" : { "file" : "lib/Date/Manip/Offset/off141.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off142" : { "file" : "lib/Date/Manip/Offset/off142.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off143" : { "file" : "lib/Date/Manip/Offset/off143.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off144" : { "file" : "lib/Date/Manip/Offset/off144.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off145" : { "file" : "lib/Date/Manip/Offset/off145.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off146" : { "file" : "lib/Date/Manip/Offset/off146.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off147" : { "file" : "lib/Date/Manip/Offset/off147.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off148" : { "file" : "lib/Date/Manip/Offset/off148.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off149" : { "file" : "lib/Date/Manip/Offset/off149.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off150" : { "file" : "lib/Date/Manip/Offset/off150.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off151" : { "file" : "lib/Date/Manip/Offset/off151.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off152" : { "file" : "lib/Date/Manip/Offset/off152.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off153" : { "file" : "lib/Date/Manip/Offset/off153.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off154" : { "file" : "lib/Date/Manip/Offset/off154.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off155" : { "file" : "lib/Date/Manip/Offset/off155.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off156" : { "file" : "lib/Date/Manip/Offset/off156.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off157" : { "file" : "lib/Date/Manip/Offset/off157.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off158" : { "file" : "lib/Date/Manip/Offset/off158.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off159" : { "file" : "lib/Date/Manip/Offset/off159.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off160" : { "file" : "lib/Date/Manip/Offset/off160.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off161" : { "file" : "lib/Date/Manip/Offset/off161.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off162" : { "file" : "lib/Date/Manip/Offset/off162.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off163" : { "file" : "lib/Date/Manip/Offset/off163.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off164" : { "file" : "lib/Date/Manip/Offset/off164.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off165" : { "file" : "lib/Date/Manip/Offset/off165.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off166" : { "file" : "lib/Date/Manip/Offset/off166.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off167" : { "file" : "lib/Date/Manip/Offset/off167.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off168" : { "file" : "lib/Date/Manip/Offset/off168.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off169" : { "file" : "lib/Date/Manip/Offset/off169.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off170" : { "file" : "lib/Date/Manip/Offset/off170.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off171" : { "file" : "lib/Date/Manip/Offset/off171.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off172" : { "file" : "lib/Date/Manip/Offset/off172.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off173" : { "file" : "lib/Date/Manip/Offset/off173.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off174" : { "file" : "lib/Date/Manip/Offset/off174.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off175" : { "file" : "lib/Date/Manip/Offset/off175.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off176" : { "file" : "lib/Date/Manip/Offset/off176.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off177" : { "file" : "lib/Date/Manip/Offset/off177.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off178" : { "file" : "lib/Date/Manip/Offset/off178.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off179" : { "file" : "lib/Date/Manip/Offset/off179.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off180" : { "file" : "lib/Date/Manip/Offset/off180.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off181" : { "file" : "lib/Date/Manip/Offset/off181.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off182" : { "file" : "lib/Date/Manip/Offset/off182.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off183" : { "file" : "lib/Date/Manip/Offset/off183.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off184" : { "file" : "lib/Date/Manip/Offset/off184.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off185" : { "file" : "lib/Date/Manip/Offset/off185.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off186" : { "file" : "lib/Date/Manip/Offset/off186.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off187" : { "file" : "lib/Date/Manip/Offset/off187.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off188" : { "file" : "lib/Date/Manip/Offset/off188.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off189" : { "file" : "lib/Date/Manip/Offset/off189.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off190" : { "file" : "lib/Date/Manip/Offset/off190.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off191" : { "file" : "lib/Date/Manip/Offset/off191.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off192" : { "file" : "lib/Date/Manip/Offset/off192.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off193" : { "file" : "lib/Date/Manip/Offset/off193.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off194" : { "file" : "lib/Date/Manip/Offset/off194.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off195" : { "file" : "lib/Date/Manip/Offset/off195.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off196" : { "file" : "lib/Date/Manip/Offset/off196.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off197" : { "file" : "lib/Date/Manip/Offset/off197.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off198" : { "file" : "lib/Date/Manip/Offset/off198.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off199" : { "file" : "lib/Date/Manip/Offset/off199.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off200" : { "file" : "lib/Date/Manip/Offset/off200.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off201" : { "file" : "lib/Date/Manip/Offset/off201.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off202" : { "file" : "lib/Date/Manip/Offset/off202.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off203" : { "file" : "lib/Date/Manip/Offset/off203.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off204" : { "file" : "lib/Date/Manip/Offset/off204.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off205" : { "file" : "lib/Date/Manip/Offset/off205.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off206" : { "file" : "lib/Date/Manip/Offset/off206.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off207" : { "file" : "lib/Date/Manip/Offset/off207.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off208" : { "file" : "lib/Date/Manip/Offset/off208.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off209" : { "file" : "lib/Date/Manip/Offset/off209.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off210" : { "file" : "lib/Date/Manip/Offset/off210.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off211" : { "file" : "lib/Date/Manip/Offset/off211.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off212" : { "file" : "lib/Date/Manip/Offset/off212.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off213" : { "file" : "lib/Date/Manip/Offset/off213.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off214" : { "file" : "lib/Date/Manip/Offset/off214.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off215" : { "file" : "lib/Date/Manip/Offset/off215.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off216" : { "file" : "lib/Date/Manip/Offset/off216.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off217" : { "file" : "lib/Date/Manip/Offset/off217.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off218" : { "file" : "lib/Date/Manip/Offset/off218.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off219" : { "file" : "lib/Date/Manip/Offset/off219.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off220" : { "file" : "lib/Date/Manip/Offset/off220.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off221" : { "file" : "lib/Date/Manip/Offset/off221.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off222" : { "file" : "lib/Date/Manip/Offset/off222.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off223" : { "file" : "lib/Date/Manip/Offset/off223.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off224" : { "file" : "lib/Date/Manip/Offset/off224.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off225" : { "file" : "lib/Date/Manip/Offset/off225.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off226" : { "file" : "lib/Date/Manip/Offset/off226.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off227" : { "file" : "lib/Date/Manip/Offset/off227.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off228" : { "file" : "lib/Date/Manip/Offset/off228.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off229" : { "file" : "lib/Date/Manip/Offset/off229.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off230" : { "file" : "lib/Date/Manip/Offset/off230.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off231" : { "file" : "lib/Date/Manip/Offset/off231.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off232" : { "file" : "lib/Date/Manip/Offset/off232.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off233" : { "file" : "lib/Date/Manip/Offset/off233.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off234" : { "file" : "lib/Date/Manip/Offset/off234.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off235" : { "file" : "lib/Date/Manip/Offset/off235.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off236" : { "file" : "lib/Date/Manip/Offset/off236.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off237" : { "file" : "lib/Date/Manip/Offset/off237.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off238" : { "file" : "lib/Date/Manip/Offset/off238.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off239" : { "file" : "lib/Date/Manip/Offset/off239.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off240" : { "file" : "lib/Date/Manip/Offset/off240.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off241" : { "file" : "lib/Date/Manip/Offset/off241.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off242" : { "file" : "lib/Date/Manip/Offset/off242.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off243" : { "file" : "lib/Date/Manip/Offset/off243.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off244" : { "file" : "lib/Date/Manip/Offset/off244.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off245" : { "file" : "lib/Date/Manip/Offset/off245.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off246" : { "file" : "lib/Date/Manip/Offset/off246.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off247" : { "file" : "lib/Date/Manip/Offset/off247.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off248" : { "file" : "lib/Date/Manip/Offset/off248.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off249" : { "file" : "lib/Date/Manip/Offset/off249.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off250" : { "file" : "lib/Date/Manip/Offset/off250.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off251" : { "file" : "lib/Date/Manip/Offset/off251.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off252" : { "file" : "lib/Date/Manip/Offset/off252.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off253" : { "file" : "lib/Date/Manip/Offset/off253.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off254" : { "file" : "lib/Date/Manip/Offset/off254.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off255" : { "file" : "lib/Date/Manip/Offset/off255.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off256" : { "file" : "lib/Date/Manip/Offset/off256.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off257" : { "file" : "lib/Date/Manip/Offset/off257.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off258" : { "file" : "lib/Date/Manip/Offset/off258.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off259" : { "file" : "lib/Date/Manip/Offset/off259.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off260" : { "file" : "lib/Date/Manip/Offset/off260.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off261" : { "file" : "lib/Date/Manip/Offset/off261.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off262" : { "file" : "lib/Date/Manip/Offset/off262.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off263" : { "file" : "lib/Date/Manip/Offset/off263.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off264" : { "file" : "lib/Date/Manip/Offset/off264.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off265" : { "file" : "lib/Date/Manip/Offset/off265.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off266" : { "file" : "lib/Date/Manip/Offset/off266.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off267" : { "file" : "lib/Date/Manip/Offset/off267.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off268" : { "file" : "lib/Date/Manip/Offset/off268.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off269" : { "file" : "lib/Date/Manip/Offset/off269.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off270" : { "file" : "lib/Date/Manip/Offset/off270.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off271" : { "file" : "lib/Date/Manip/Offset/off271.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off272" : { "file" : "lib/Date/Manip/Offset/off272.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off273" : { "file" : "lib/Date/Manip/Offset/off273.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off274" : { "file" : "lib/Date/Manip/Offset/off274.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off275" : { "file" : "lib/Date/Manip/Offset/off275.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off276" : { "file" : "lib/Date/Manip/Offset/off276.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off277" : { "file" : "lib/Date/Manip/Offset/off277.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off278" : { "file" : "lib/Date/Manip/Offset/off278.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off279" : { "file" : "lib/Date/Manip/Offset/off279.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off280" : { "file" : "lib/Date/Manip/Offset/off280.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off281" : { "file" : "lib/Date/Manip/Offset/off281.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off282" : { "file" : "lib/Date/Manip/Offset/off282.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off283" : { "file" : "lib/Date/Manip/Offset/off283.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off284" : { "file" : "lib/Date/Manip/Offset/off284.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off285" : { "file" : "lib/Date/Manip/Offset/off285.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off286" : { "file" : "lib/Date/Manip/Offset/off286.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off287" : { "file" : "lib/Date/Manip/Offset/off287.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off288" : { "file" : "lib/Date/Manip/Offset/off288.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off289" : { "file" : "lib/Date/Manip/Offset/off289.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off290" : { "file" : "lib/Date/Manip/Offset/off290.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off291" : { "file" : "lib/Date/Manip/Offset/off291.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off292" : { "file" : "lib/Date/Manip/Offset/off292.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off293" : { "file" : "lib/Date/Manip/Offset/off293.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off294" : { "file" : "lib/Date/Manip/Offset/off294.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off295" : { "file" : "lib/Date/Manip/Offset/off295.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off296" : { "file" : "lib/Date/Manip/Offset/off296.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off297" : { "file" : "lib/Date/Manip/Offset/off297.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off298" : { "file" : "lib/Date/Manip/Offset/off298.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off299" : { "file" : "lib/Date/Manip/Offset/off299.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off300" : { "file" : "lib/Date/Manip/Offset/off300.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off301" : { "file" : "lib/Date/Manip/Offset/off301.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off302" : { "file" : "lib/Date/Manip/Offset/off302.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off303" : { "file" : "lib/Date/Manip/Offset/off303.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off304" : { "file" : "lib/Date/Manip/Offset/off304.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off305" : { "file" : "lib/Date/Manip/Offset/off305.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off306" : { "file" : "lib/Date/Manip/Offset/off306.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off307" : { "file" : "lib/Date/Manip/Offset/off307.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off308" : { "file" : "lib/Date/Manip/Offset/off308.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off309" : { "file" : "lib/Date/Manip/Offset/off309.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off310" : { "file" : "lib/Date/Manip/Offset/off310.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off311" : { "file" : "lib/Date/Manip/Offset/off311.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off312" : { "file" : "lib/Date/Manip/Offset/off312.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off313" : { "file" : "lib/Date/Manip/Offset/off313.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off314" : { "file" : "lib/Date/Manip/Offset/off314.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off315" : { "file" : "lib/Date/Manip/Offset/off315.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off316" : { "file" : "lib/Date/Manip/Offset/off316.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off317" : { "file" : "lib/Date/Manip/Offset/off317.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off318" : { "file" : "lib/Date/Manip/Offset/off318.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off319" : { "file" : "lib/Date/Manip/Offset/off319.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off320" : { "file" : "lib/Date/Manip/Offset/off320.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off321" : { "file" : "lib/Date/Manip/Offset/off321.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off322" : { "file" : "lib/Date/Manip/Offset/off322.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off323" : { "file" : "lib/Date/Manip/Offset/off323.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off324" : { "file" : "lib/Date/Manip/Offset/off324.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off325" : { "file" : "lib/Date/Manip/Offset/off325.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off326" : { "file" : "lib/Date/Manip/Offset/off326.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off327" : { "file" : "lib/Date/Manip/Offset/off327.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off328" : { "file" : "lib/Date/Manip/Offset/off328.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off329" : { "file" : "lib/Date/Manip/Offset/off329.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off330" : { "file" : "lib/Date/Manip/Offset/off330.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off331" : { "file" : "lib/Date/Manip/Offset/off331.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off332" : { "file" : "lib/Date/Manip/Offset/off332.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off333" : { "file" : "lib/Date/Manip/Offset/off333.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off334" : { "file" : "lib/Date/Manip/Offset/off334.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off335" : { "file" : "lib/Date/Manip/Offset/off335.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off336" : { "file" : "lib/Date/Manip/Offset/off336.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off337" : { "file" : "lib/Date/Manip/Offset/off337.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off338" : { "file" : "lib/Date/Manip/Offset/off338.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off339" : { "file" : "lib/Date/Manip/Offset/off339.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off340" : { "file" : "lib/Date/Manip/Offset/off340.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off341" : { "file" : "lib/Date/Manip/Offset/off341.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off342" : { "file" : "lib/Date/Manip/Offset/off342.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off343" : { "file" : "lib/Date/Manip/Offset/off343.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off344" : { "file" : "lib/Date/Manip/Offset/off344.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off345" : { "file" : "lib/Date/Manip/Offset/off345.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off346" : { "file" : "lib/Date/Manip/Offset/off346.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off347" : { "file" : "lib/Date/Manip/Offset/off347.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off348" : { "file" : "lib/Date/Manip/Offset/off348.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off349" : { "file" : "lib/Date/Manip/Offset/off349.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off350" : { "file" : "lib/Date/Manip/Offset/off350.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off351" : { "file" : "lib/Date/Manip/Offset/off351.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off352" : { "file" : "lib/Date/Manip/Offset/off352.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off353" : { "file" : "lib/Date/Manip/Offset/off353.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off354" : { "file" : "lib/Date/Manip/Offset/off354.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off355" : { "file" : "lib/Date/Manip/Offset/off355.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off356" : { "file" : "lib/Date/Manip/Offset/off356.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off357" : { "file" : "lib/Date/Manip/Offset/off357.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off358" : { "file" : "lib/Date/Manip/Offset/off358.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off359" : { "file" : "lib/Date/Manip/Offset/off359.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off360" : { "file" : "lib/Date/Manip/Offset/off360.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off361" : { "file" : "lib/Date/Manip/Offset/off361.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off362" : { "file" : "lib/Date/Manip/Offset/off362.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off363" : { "file" : "lib/Date/Manip/Offset/off363.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off364" : { "file" : "lib/Date/Manip/Offset/off364.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off365" : { "file" : "lib/Date/Manip/Offset/off365.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off366" : { "file" : "lib/Date/Manip/Offset/off366.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off367" : { "file" : "lib/Date/Manip/Offset/off367.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off368" : { "file" : "lib/Date/Manip/Offset/off368.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off369" : { "file" : "lib/Date/Manip/Offset/off369.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off370" : { "file" : "lib/Date/Manip/Offset/off370.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off371" : { "file" : "lib/Date/Manip/Offset/off371.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off372" : { "file" : "lib/Date/Manip/Offset/off372.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off373" : { "file" : "lib/Date/Manip/Offset/off373.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off374" : { "file" : "lib/Date/Manip/Offset/off374.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off375" : { "file" : "lib/Date/Manip/Offset/off375.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off376" : { "file" : "lib/Date/Manip/Offset/off376.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off377" : { "file" : "lib/Date/Manip/Offset/off377.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off378" : { "file" : "lib/Date/Manip/Offset/off378.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off379" : { "file" : "lib/Date/Manip/Offset/off379.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off380" : { "file" : "lib/Date/Manip/Offset/off380.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off381" : { "file" : "lib/Date/Manip/Offset/off381.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off382" : { "file" : "lib/Date/Manip/Offset/off382.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off383" : { "file" : "lib/Date/Manip/Offset/off383.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off384" : { "file" : "lib/Date/Manip/Offset/off384.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off385" : { "file" : "lib/Date/Manip/Offset/off385.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off386" : { "file" : "lib/Date/Manip/Offset/off386.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off387" : { "file" : "lib/Date/Manip/Offset/off387.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off388" : { "file" : "lib/Date/Manip/Offset/off388.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off389" : { "file" : "lib/Date/Manip/Offset/off389.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off390" : { "file" : "lib/Date/Manip/Offset/off390.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off391" : { "file" : "lib/Date/Manip/Offset/off391.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off392" : { "file" : "lib/Date/Manip/Offset/off392.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off393" : { "file" : "lib/Date/Manip/Offset/off393.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off394" : { "file" : "lib/Date/Manip/Offset/off394.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off395" : { "file" : "lib/Date/Manip/Offset/off395.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off396" : { "file" : "lib/Date/Manip/Offset/off396.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off397" : { "file" : "lib/Date/Manip/Offset/off397.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off398" : { "file" : "lib/Date/Manip/Offset/off398.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off399" : { "file" : "lib/Date/Manip/Offset/off399.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off400" : { "file" : "lib/Date/Manip/Offset/off400.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off401" : { "file" : "lib/Date/Manip/Offset/off401.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off402" : { "file" : "lib/Date/Manip/Offset/off402.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off403" : { "file" : "lib/Date/Manip/Offset/off403.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off404" : { "file" : "lib/Date/Manip/Offset/off404.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off405" : { "file" : "lib/Date/Manip/Offset/off405.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off406" : { "file" : "lib/Date/Manip/Offset/off406.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Offset::off407" : { "file" : "lib/Date/Manip/Offset/off407.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Recur" : { "file" : "lib/Date/Manip/Recur.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ" : { "file" : "lib/Date/Manip/TZ.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::a00" : { "file" : "lib/Date/Manip/TZ/a00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afabid00" : { "file" : "lib/Date/Manip/TZ/afabid00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afalgi00" : { "file" : "lib/Date/Manip/TZ/afalgi00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afbiss00" : { "file" : "lib/Date/Manip/TZ/afbiss00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afcair00" : { "file" : "lib/Date/Manip/TZ/afcair00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afcasa00" : { "file" : "lib/Date/Manip/TZ/afcasa00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afceut00" : { "file" : "lib/Date/Manip/TZ/afceut00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afel_a00" : { "file" : "lib/Date/Manip/TZ/afel_a00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afjoha00" : { "file" : "lib/Date/Manip/TZ/afjoha00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afjuba00" : { "file" : "lib/Date/Manip/TZ/afjuba00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afkhar00" : { "file" : "lib/Date/Manip/TZ/afkhar00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aflago00" : { "file" : "lib/Date/Manip/TZ/aflago00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afmapu00" : { "file" : "lib/Date/Manip/TZ/afmapu00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afmonr00" : { "file" : "lib/Date/Manip/TZ/afmonr00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afnair00" : { "file" : "lib/Date/Manip/TZ/afnair00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afndja00" : { "file" : "lib/Date/Manip/TZ/afndja00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afsao_00" : { "file" : "lib/Date/Manip/TZ/afsao_00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aftrip00" : { "file" : "lib/Date/Manip/TZ/aftrip00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aftuni00" : { "file" : "lib/Date/Manip/TZ/aftuni00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::afwind00" : { "file" : "lib/Date/Manip/TZ/afwind00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amadak00" : { "file" : "lib/Date/Manip/TZ/amadak00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amanch00" : { "file" : "lib/Date/Manip/TZ/amanch00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amarag00" : { "file" : "lib/Date/Manip/TZ/amarag00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amasun00" : { "file" : "lib/Date/Manip/TZ/amasun00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ambahi00" : { "file" : "lib/Date/Manip/TZ/ambahi00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ambahi01" : { "file" : "lib/Date/Manip/TZ/ambahi01.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ambarb00" : { "file" : "lib/Date/Manip/TZ/ambarb00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ambele00" : { "file" : "lib/Date/Manip/TZ/ambele00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ambeli00" : { "file" : "lib/Date/Manip/TZ/ambeli00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ambeul00" : { "file" : "lib/Date/Manip/TZ/ambeul00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amboa_00" : { "file" : "lib/Date/Manip/TZ/amboa_00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ambogo00" : { "file" : "lib/Date/Manip/TZ/ambogo00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ambois00" : { "file" : "lib/Date/Manip/TZ/ambois00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ambuen00" : { "file" : "lib/Date/Manip/TZ/ambuen00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amcamb00" : { "file" : "lib/Date/Manip/TZ/amcamb00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amcamp00" : { "file" : "lib/Date/Manip/TZ/amcamp00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amcanc00" : { "file" : "lib/Date/Manip/TZ/amcanc00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amcara00" : { "file" : "lib/Date/Manip/TZ/amcara00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amcata00" : { "file" : "lib/Date/Manip/TZ/amcata00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amcaye00" : { "file" : "lib/Date/Manip/TZ/amcaye00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amcent00" : { "file" : "lib/Date/Manip/TZ/amcent00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amchic00" : { "file" : "lib/Date/Manip/TZ/amchic00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amchih00" : { "file" : "lib/Date/Manip/TZ/amchih00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amciud00" : { "file" : "lib/Date/Manip/TZ/amciud00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amcord00" : { "file" : "lib/Date/Manip/TZ/amcord00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amcost00" : { "file" : "lib/Date/Manip/TZ/amcost00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amcuia00" : { "file" : "lib/Date/Manip/TZ/amcuia00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amdanm00" : { "file" : "lib/Date/Manip/TZ/amdanm00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amdaws00" : { "file" : "lib/Date/Manip/TZ/amdaws00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amdaws01" : { "file" : "lib/Date/Manip/TZ/amdaws01.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amdenv00" : { "file" : "lib/Date/Manip/TZ/amdenv00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amdetr00" : { "file" : "lib/Date/Manip/TZ/amdetr00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amedmo00" : { "file" : "lib/Date/Manip/TZ/amedmo00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ameiru00" : { "file" : "lib/Date/Manip/TZ/ameiru00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amel_s00" : { "file" : "lib/Date/Manip/TZ/amel_s00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amfort00" : { "file" : "lib/Date/Manip/TZ/amfort00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amfort01" : { "file" : "lib/Date/Manip/TZ/amfort01.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amglac00" : { "file" : "lib/Date/Manip/TZ/amglac00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amgoos00" : { "file" : "lib/Date/Manip/TZ/amgoos00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amgran00" : { "file" : "lib/Date/Manip/TZ/amgran00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amguat00" : { "file" : "lib/Date/Manip/TZ/amguat00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amguay00" : { "file" : "lib/Date/Manip/TZ/amguay00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amguya00" : { "file" : "lib/Date/Manip/TZ/amguya00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amhali00" : { "file" : "lib/Date/Manip/TZ/amhali00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amhava00" : { "file" : "lib/Date/Manip/TZ/amhava00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amherm00" : { "file" : "lib/Date/Manip/TZ/amherm00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amindi00" : { "file" : "lib/Date/Manip/TZ/amindi00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aminuv00" : { "file" : "lib/Date/Manip/TZ/aminuv00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amiqal00" : { "file" : "lib/Date/Manip/TZ/amiqal00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amjama00" : { "file" : "lib/Date/Manip/TZ/amjama00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amjuju00" : { "file" : "lib/Date/Manip/TZ/amjuju00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amjune00" : { "file" : "lib/Date/Manip/TZ/amjune00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amknox00" : { "file" : "lib/Date/Manip/TZ/amknox00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amla_p00" : { "file" : "lib/Date/Manip/TZ/amla_p00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amla_r00" : { "file" : "lib/Date/Manip/TZ/amla_r00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amlima00" : { "file" : "lib/Date/Manip/TZ/amlima00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amlos_00" : { "file" : "lib/Date/Manip/TZ/amlos_00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amloui00" : { "file" : "lib/Date/Manip/TZ/amloui00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammace00" : { "file" : "lib/Date/Manip/TZ/ammace00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammana00" : { "file" : "lib/Date/Manip/TZ/ammana00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammana01" : { "file" : "lib/Date/Manip/TZ/ammana01.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammare00" : { "file" : "lib/Date/Manip/TZ/ammare00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammart00" : { "file" : "lib/Date/Manip/TZ/ammart00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammata00" : { "file" : "lib/Date/Manip/TZ/ammata00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammaza00" : { "file" : "lib/Date/Manip/TZ/ammaza00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammend00" : { "file" : "lib/Date/Manip/TZ/ammend00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammeno00" : { "file" : "lib/Date/Manip/TZ/ammeno00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammeri00" : { "file" : "lib/Date/Manip/TZ/ammeri00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammetl00" : { "file" : "lib/Date/Manip/TZ/ammetl00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammexi00" : { "file" : "lib/Date/Manip/TZ/ammexi00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammiqu00" : { "file" : "lib/Date/Manip/TZ/ammiqu00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammonc00" : { "file" : "lib/Date/Manip/TZ/ammonc00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammont00" : { "file" : "lib/Date/Manip/TZ/ammont00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammont01" : { "file" : "lib/Date/Manip/TZ/ammont01.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ammont02" : { "file" : "lib/Date/Manip/TZ/ammont02.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amnew_00" : { "file" : "lib/Date/Manip/TZ/amnew_00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amnew_01" : { "file" : "lib/Date/Manip/TZ/amnew_01.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amnome00" : { "file" : "lib/Date/Manip/TZ/amnome00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amnoro00" : { "file" : "lib/Date/Manip/TZ/amnoro00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amnuuk00" : { "file" : "lib/Date/Manip/TZ/amnuuk00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amojin00" : { "file" : "lib/Date/Manip/TZ/amojin00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ampana00" : { "file" : "lib/Date/Manip/TZ/ampana00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ampara00" : { "file" : "lib/Date/Manip/TZ/ampara00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ampete00" : { "file" : "lib/Date/Manip/TZ/ampete00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amphoe00" : { "file" : "lib/Date/Manip/TZ/amphoe00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amport00" : { "file" : "lib/Date/Manip/TZ/amport00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amport01" : { "file" : "lib/Date/Manip/TZ/amport01.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ampuer00" : { "file" : "lib/Date/Manip/TZ/ampuer00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ampunt00" : { "file" : "lib/Date/Manip/TZ/ampunt00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amrank00" : { "file" : "lib/Date/Manip/TZ/amrank00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amreci00" : { "file" : "lib/Date/Manip/TZ/amreci00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amregi00" : { "file" : "lib/Date/Manip/TZ/amregi00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amreso00" : { "file" : "lib/Date/Manip/TZ/amreso00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amrio_00" : { "file" : "lib/Date/Manip/TZ/amrio_00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amrio_01" : { "file" : "lib/Date/Manip/TZ/amrio_01.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amsalt00" : { "file" : "lib/Date/Manip/TZ/amsalt00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amsan_00" : { "file" : "lib/Date/Manip/TZ/amsan_00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amsan_01" : { "file" : "lib/Date/Manip/TZ/amsan_01.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amsant00" : { "file" : "lib/Date/Manip/TZ/amsant00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amsant01" : { "file" : "lib/Date/Manip/TZ/amsant01.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amsant02" : { "file" : "lib/Date/Manip/TZ/amsant02.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amsao_00" : { "file" : "lib/Date/Manip/TZ/amsao_00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amscor00" : { "file" : "lib/Date/Manip/TZ/amscor00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amsitk00" : { "file" : "lib/Date/Manip/TZ/amsitk00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amst_j00" : { "file" : "lib/Date/Manip/TZ/amst_j00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amswif00" : { "file" : "lib/Date/Manip/TZ/amswif00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amtegu00" : { "file" : "lib/Date/Manip/TZ/amtegu00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amtell00" : { "file" : "lib/Date/Manip/TZ/amtell00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amthul00" : { "file" : "lib/Date/Manip/TZ/amthul00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amtiju00" : { "file" : "lib/Date/Manip/TZ/amtiju00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amtoro00" : { "file" : "lib/Date/Manip/TZ/amtoro00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amtucu00" : { "file" : "lib/Date/Manip/TZ/amtucu00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amushu00" : { "file" : "lib/Date/Manip/TZ/amushu00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amvanc00" : { "file" : "lib/Date/Manip/TZ/amvanc00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amveva00" : { "file" : "lib/Date/Manip/TZ/amveva00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amvinc00" : { "file" : "lib/Date/Manip/TZ/amvinc00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amwhit00" : { "file" : "lib/Date/Manip/TZ/amwhit00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amwina00" : { "file" : "lib/Date/Manip/TZ/amwina00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amwinn00" : { "file" : "lib/Date/Manip/TZ/amwinn00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::amyaku00" : { "file" : "lib/Date/Manip/TZ/amyaku00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ancase00" : { "file" : "lib/Date/Manip/TZ/ancase00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::andavi00" : { "file" : "lib/Date/Manip/TZ/andavi00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::anmacq00" : { "file" : "lib/Date/Manip/TZ/anmacq00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::anmaws00" : { "file" : "lib/Date/Manip/TZ/anmaws00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::anpalm00" : { "file" : "lib/Date/Manip/TZ/anpalm00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::anroth00" : { "file" : "lib/Date/Manip/TZ/anroth00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::antrol00" : { "file" : "lib/Date/Manip/TZ/antrol00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::anvost00" : { "file" : "lib/Date/Manip/TZ/anvost00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asalma00" : { "file" : "lib/Date/Manip/TZ/asalma00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asamma00" : { "file" : "lib/Date/Manip/TZ/asamma00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asanad00" : { "file" : "lib/Date/Manip/TZ/asanad00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asaqta00" : { "file" : "lib/Date/Manip/TZ/asaqta00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asaqto00" : { "file" : "lib/Date/Manip/TZ/asaqto00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asashg00" : { "file" : "lib/Date/Manip/TZ/asashg00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asatyr00" : { "file" : "lib/Date/Manip/TZ/asatyr00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asbagh00" : { "file" : "lib/Date/Manip/TZ/asbagh00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asbaku00" : { "file" : "lib/Date/Manip/TZ/asbaku00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asbang00" : { "file" : "lib/Date/Manip/TZ/asbang00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asbarn00" : { "file" : "lib/Date/Manip/TZ/asbarn00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asbeir00" : { "file" : "lib/Date/Manip/TZ/asbeir00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asbish00" : { "file" : "lib/Date/Manip/TZ/asbish00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aschit00" : { "file" : "lib/Date/Manip/TZ/aschit00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aschoi00" : { "file" : "lib/Date/Manip/TZ/aschoi00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ascolo00" : { "file" : "lib/Date/Manip/TZ/ascolo00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asdama00" : { "file" : "lib/Date/Manip/TZ/asdama00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asdhak00" : { "file" : "lib/Date/Manip/TZ/asdhak00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asdili00" : { "file" : "lib/Date/Manip/TZ/asdili00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asduba00" : { "file" : "lib/Date/Manip/TZ/asduba00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asdush00" : { "file" : "lib/Date/Manip/TZ/asdush00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asfama00" : { "file" : "lib/Date/Manip/TZ/asfama00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asgaza00" : { "file" : "lib/Date/Manip/TZ/asgaza00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ashebr00" : { "file" : "lib/Date/Manip/TZ/ashebr00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asho_c00" : { "file" : "lib/Date/Manip/TZ/asho_c00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ashong00" : { "file" : "lib/Date/Manip/TZ/ashong00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ashovd00" : { "file" : "lib/Date/Manip/TZ/ashovd00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asirku00" : { "file" : "lib/Date/Manip/TZ/asirku00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asjaka00" : { "file" : "lib/Date/Manip/TZ/asjaka00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asjaya00" : { "file" : "lib/Date/Manip/TZ/asjaya00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asjeru00" : { "file" : "lib/Date/Manip/TZ/asjeru00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::askabu00" : { "file" : "lib/Date/Manip/TZ/askabu00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::askamc00" : { "file" : "lib/Date/Manip/TZ/askamc00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::askara00" : { "file" : "lib/Date/Manip/TZ/askara00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::askath00" : { "file" : "lib/Date/Manip/TZ/askath00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::askhan00" : { "file" : "lib/Date/Manip/TZ/askhan00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::askolk00" : { "file" : "lib/Date/Manip/TZ/askolk00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::askras00" : { "file" : "lib/Date/Manip/TZ/askras00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::askuch00" : { "file" : "lib/Date/Manip/TZ/askuch00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asmaca00" : { "file" : "lib/Date/Manip/TZ/asmaca00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asmaga00" : { "file" : "lib/Date/Manip/TZ/asmaga00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asmaka00" : { "file" : "lib/Date/Manip/TZ/asmaka00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asmani00" : { "file" : "lib/Date/Manip/TZ/asmani00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asnico00" : { "file" : "lib/Date/Manip/TZ/asnico00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asnovo00" : { "file" : "lib/Date/Manip/TZ/asnovo00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asnovo01" : { "file" : "lib/Date/Manip/TZ/asnovo01.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asomsk00" : { "file" : "lib/Date/Manip/TZ/asomsk00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asoral00" : { "file" : "lib/Date/Manip/TZ/asoral00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aspont00" : { "file" : "lib/Date/Manip/TZ/aspont00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aspyon00" : { "file" : "lib/Date/Manip/TZ/aspyon00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asqata00" : { "file" : "lib/Date/Manip/TZ/asqata00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asqost00" : { "file" : "lib/Date/Manip/TZ/asqost00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asqyzy00" : { "file" : "lib/Date/Manip/TZ/asqyzy00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asriya00" : { "file" : "lib/Date/Manip/TZ/asriya00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::assakh00" : { "file" : "lib/Date/Manip/TZ/assakh00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::assama00" : { "file" : "lib/Date/Manip/TZ/assama00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asseou00" : { "file" : "lib/Date/Manip/TZ/asseou00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asshan00" : { "file" : "lib/Date/Manip/TZ/asshan00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::assing00" : { "file" : "lib/Date/Manip/TZ/assing00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::assred00" : { "file" : "lib/Date/Manip/TZ/assred00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::astaip00" : { "file" : "lib/Date/Manip/TZ/astaip00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::astash00" : { "file" : "lib/Date/Manip/TZ/astash00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::astbil00" : { "file" : "lib/Date/Manip/TZ/astbil00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::astehr00" : { "file" : "lib/Date/Manip/TZ/astehr00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asthim00" : { "file" : "lib/Date/Manip/TZ/asthim00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::astoky00" : { "file" : "lib/Date/Manip/TZ/astoky00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::astoms00" : { "file" : "lib/Date/Manip/TZ/astoms00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asulaa00" : { "file" : "lib/Date/Manip/TZ/asulaa00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asurum00" : { "file" : "lib/Date/Manip/TZ/asurum00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asustm00" : { "file" : "lib/Date/Manip/TZ/asustm00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asvlad00" : { "file" : "lib/Date/Manip/TZ/asvlad00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asyaku00" : { "file" : "lib/Date/Manip/TZ/asyaku00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asyang00" : { "file" : "lib/Date/Manip/TZ/asyang00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asyeka00" : { "file" : "lib/Date/Manip/TZ/asyeka00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::asyere00" : { "file" : "lib/Date/Manip/TZ/asyere00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::atazor00" : { "file" : "lib/Date/Manip/TZ/atazor00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::atberm00" : { "file" : "lib/Date/Manip/TZ/atberm00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::atcana00" : { "file" : "lib/Date/Manip/TZ/atcana00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::atcape00" : { "file" : "lib/Date/Manip/TZ/atcape00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::atfaro00" : { "file" : "lib/Date/Manip/TZ/atfaro00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::atmade00" : { "file" : "lib/Date/Manip/TZ/atmade00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::atsout00" : { "file" : "lib/Date/Manip/TZ/atsout00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::atstan00" : { "file" : "lib/Date/Manip/TZ/atstan00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::auadel00" : { "file" : "lib/Date/Manip/TZ/auadel00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aubris00" : { "file" : "lib/Date/Manip/TZ/aubris00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aubrok00" : { "file" : "lib/Date/Manip/TZ/aubrok00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::audarw00" : { "file" : "lib/Date/Manip/TZ/audarw00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aueucl00" : { "file" : "lib/Date/Manip/TZ/aueucl00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::auhoba00" : { "file" : "lib/Date/Manip/TZ/auhoba00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aulind00" : { "file" : "lib/Date/Manip/TZ/aulind00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aulord00" : { "file" : "lib/Date/Manip/TZ/aulord00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aumelb00" : { "file" : "lib/Date/Manip/TZ/aumelb00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::aupert00" : { "file" : "lib/Date/Manip/TZ/aupert00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ausydn00" : { "file" : "lib/Date/Manip/TZ/ausydn00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::b00" : { "file" : "lib/Date/Manip/TZ/b00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::c00" : { "file" : "lib/Date/Manip/TZ/c00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::cet00" : { "file" : "lib/Date/Manip/TZ/cet00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::d00" : { "file" : "lib/Date/Manip/TZ/d00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::e00" : { "file" : "lib/Date/Manip/TZ/e00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eet00" : { "file" : "lib/Date/Manip/TZ/eet00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmt00" : { "file" : "lib/Date/Manip/TZ/etgmt00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm00" : { "file" : "lib/Date/Manip/TZ/etgmtm00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm01" : { "file" : "lib/Date/Manip/TZ/etgmtm01.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm02" : { "file" : "lib/Date/Manip/TZ/etgmtm02.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm03" : { "file" : "lib/Date/Manip/TZ/etgmtm03.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm04" : { "file" : "lib/Date/Manip/TZ/etgmtm04.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm05" : { "file" : "lib/Date/Manip/TZ/etgmtm05.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm06" : { "file" : "lib/Date/Manip/TZ/etgmtm06.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm07" : { "file" : "lib/Date/Manip/TZ/etgmtm07.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm08" : { "file" : "lib/Date/Manip/TZ/etgmtm08.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm09" : { "file" : "lib/Date/Manip/TZ/etgmtm09.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm10" : { "file" : "lib/Date/Manip/TZ/etgmtm10.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm11" : { "file" : "lib/Date/Manip/TZ/etgmtm11.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm12" : { "file" : "lib/Date/Manip/TZ/etgmtm12.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtm13" : { "file" : "lib/Date/Manip/TZ/etgmtm13.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtp00" : { "file" : "lib/Date/Manip/TZ/etgmtp00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtp01" : { "file" : "lib/Date/Manip/TZ/etgmtp01.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtp02" : { "file" : "lib/Date/Manip/TZ/etgmtp02.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtp03" : { "file" : "lib/Date/Manip/TZ/etgmtp03.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtp04" : { "file" : "lib/Date/Manip/TZ/etgmtp04.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtp05" : { "file" : "lib/Date/Manip/TZ/etgmtp05.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtp06" : { "file" : "lib/Date/Manip/TZ/etgmtp06.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtp07" : { "file" : "lib/Date/Manip/TZ/etgmtp07.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtp08" : { "file" : "lib/Date/Manip/TZ/etgmtp08.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtp09" : { "file" : "lib/Date/Manip/TZ/etgmtp09.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtp10" : { "file" : "lib/Date/Manip/TZ/etgmtp10.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etgmtp11" : { "file" : "lib/Date/Manip/TZ/etgmtp11.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::etutc00" : { "file" : "lib/Date/Manip/TZ/etutc00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euando00" : { "file" : "lib/Date/Manip/TZ/euando00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euastr00" : { "file" : "lib/Date/Manip/TZ/euastr00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euathe00" : { "file" : "lib/Date/Manip/TZ/euathe00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eubelg00" : { "file" : "lib/Date/Manip/TZ/eubelg00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euberl00" : { "file" : "lib/Date/Manip/TZ/euberl00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eubrus00" : { "file" : "lib/Date/Manip/TZ/eubrus00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eubuch00" : { "file" : "lib/Date/Manip/TZ/eubuch00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eubuda00" : { "file" : "lib/Date/Manip/TZ/eubuda00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euchis00" : { "file" : "lib/Date/Manip/TZ/euchis00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eudubl00" : { "file" : "lib/Date/Manip/TZ/eudubl00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eugibr00" : { "file" : "lib/Date/Manip/TZ/eugibr00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euhels00" : { "file" : "lib/Date/Manip/TZ/euhels00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euista00" : { "file" : "lib/Date/Manip/TZ/euista00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eukali00" : { "file" : "lib/Date/Manip/TZ/eukali00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eukiro00" : { "file" : "lib/Date/Manip/TZ/eukiro00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eukyiv00" : { "file" : "lib/Date/Manip/TZ/eukyiv00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eulisb00" : { "file" : "lib/Date/Manip/TZ/eulisb00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eulond00" : { "file" : "lib/Date/Manip/TZ/eulond00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eumadr00" : { "file" : "lib/Date/Manip/TZ/eumadr00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eumalt00" : { "file" : "lib/Date/Manip/TZ/eumalt00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eumins00" : { "file" : "lib/Date/Manip/TZ/eumins00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eumosc00" : { "file" : "lib/Date/Manip/TZ/eumosc00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eupari00" : { "file" : "lib/Date/Manip/TZ/eupari00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euprag00" : { "file" : "lib/Date/Manip/TZ/euprag00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euriga00" : { "file" : "lib/Date/Manip/TZ/euriga00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eurome00" : { "file" : "lib/Date/Manip/TZ/eurome00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eusama00" : { "file" : "lib/Date/Manip/TZ/eusama00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eusara00" : { "file" : "lib/Date/Manip/TZ/eusara00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eusimf00" : { "file" : "lib/Date/Manip/TZ/eusimf00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eusofi00" : { "file" : "lib/Date/Manip/TZ/eusofi00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eutall00" : { "file" : "lib/Date/Manip/TZ/eutall00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::eutira00" : { "file" : "lib/Date/Manip/TZ/eutira00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euulya00" : { "file" : "lib/Date/Manip/TZ/euulya00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euvien00" : { "file" : "lib/Date/Manip/TZ/euvien00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euviln00" : { "file" : "lib/Date/Manip/TZ/euviln00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euvolg00" : { "file" : "lib/Date/Manip/TZ/euvolg00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euwars00" : { "file" : "lib/Date/Manip/TZ/euwars00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::euzuri00" : { "file" : "lib/Date/Manip/TZ/euzuri00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::f00" : { "file" : "lib/Date/Manip/TZ/f00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::g00" : { "file" : "lib/Date/Manip/TZ/g00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::h00" : { "file" : "lib/Date/Manip/TZ/h00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::i00" : { "file" : "lib/Date/Manip/TZ/i00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::inchag00" : { "file" : "lib/Date/Manip/TZ/inchag00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::inmald00" : { "file" : "lib/Date/Manip/TZ/inmald00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::inmaur00" : { "file" : "lib/Date/Manip/TZ/inmaur00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::k00" : { "file" : "lib/Date/Manip/TZ/k00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::l00" : { "file" : "lib/Date/Manip/TZ/l00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::m00" : { "file" : "lib/Date/Manip/TZ/m00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::met00" : { "file" : "lib/Date/Manip/TZ/met00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::n00" : { "file" : "lib/Date/Manip/TZ/n00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::o00" : { "file" : "lib/Date/Manip/TZ/o00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::p00" : { "file" : "lib/Date/Manip/TZ/p00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::paapia00" : { "file" : "lib/Date/Manip/TZ/paapia00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::paauck00" : { "file" : "lib/Date/Manip/TZ/paauck00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::paboug00" : { "file" : "lib/Date/Manip/TZ/paboug00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::pachat00" : { "file" : "lib/Date/Manip/TZ/pachat00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::paeast00" : { "file" : "lib/Date/Manip/TZ/paeast00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::paefat00" : { "file" : "lib/Date/Manip/TZ/paefat00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::pafaka00" : { "file" : "lib/Date/Manip/TZ/pafaka00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::pafiji00" : { "file" : "lib/Date/Manip/TZ/pafiji00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::pagala00" : { "file" : "lib/Date/Manip/TZ/pagala00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::pagamb00" : { "file" : "lib/Date/Manip/TZ/pagamb00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::paguad00" : { "file" : "lib/Date/Manip/TZ/paguad00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::paguam00" : { "file" : "lib/Date/Manip/TZ/paguam00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::pahono00" : { "file" : "lib/Date/Manip/TZ/pahono00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::pakant00" : { "file" : "lib/Date/Manip/TZ/pakant00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::pakiri00" : { "file" : "lib/Date/Manip/TZ/pakiri00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::pakosr00" : { "file" : "lib/Date/Manip/TZ/pakosr00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::pakwaj00" : { "file" : "lib/Date/Manip/TZ/pakwaj00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::pamarq00" : { "file" : "lib/Date/Manip/TZ/pamarq00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::panaur00" : { "file" : "lib/Date/Manip/TZ/panaur00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::paniue00" : { "file" : "lib/Date/Manip/TZ/paniue00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::panorf00" : { "file" : "lib/Date/Manip/TZ/panorf00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::panoum00" : { "file" : "lib/Date/Manip/TZ/panoum00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::papago00" : { "file" : "lib/Date/Manip/TZ/papago00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::papala00" : { "file" : "lib/Date/Manip/TZ/papala00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::papitc00" : { "file" : "lib/Date/Manip/TZ/papitc00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::paport00" : { "file" : "lib/Date/Manip/TZ/paport00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::pararo00" : { "file" : "lib/Date/Manip/TZ/pararo00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::patahi00" : { "file" : "lib/Date/Manip/TZ/patahi00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::patara00" : { "file" : "lib/Date/Manip/TZ/patara00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::patong00" : { "file" : "lib/Date/Manip/TZ/patong00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::q00" : { "file" : "lib/Date/Manip/TZ/q00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::r00" : { "file" : "lib/Date/Manip/TZ/r00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::s00" : { "file" : "lib/Date/Manip/TZ/s00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::t00" : { "file" : "lib/Date/Manip/TZ/t00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::u00" : { "file" : "lib/Date/Manip/TZ/u00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::ut00" : { "file" : "lib/Date/Manip/TZ/ut00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::v00" : { "file" : "lib/Date/Manip/TZ/v00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::w00" : { "file" : "lib/Date/Manip/TZ/w00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::wet00" : { "file" : "lib/Date/Manip/TZ/wet00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::x00" : { "file" : "lib/Date/Manip/TZ/x00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::y00" : { "file" : "lib/Date/Manip/TZ/y00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ::z00" : { "file" : "lib/Date/Manip/TZ/z00.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZ_Base" : { "file" : "lib/Date/Manip/TZ_Base.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::TZdata" : { "file" : "lib/Date/Manip/TZdata.pm", - "version" : "6.94" + "version" : "6.95" }, "Date::Manip::Zones" : { "file" : "lib/Date/Manip/Zones.pm", - "version" : "6.94" + "version" : "6.95" } }, "release_status" : "stable", @@ -3297,6 +3297,6 @@ "web" : "https://github.com/SBECK-github/Date-Manip" } }, - "version" : "6.94", + "version" : "6.95", "x_serialization_backend" : "JSON::PP version 2.27400_02" } diff -Nru libdate-manip-perl-6.94/META.yml libdate-manip-perl-6.95/META.yml --- libdate-manip-perl-6.94/META.yml 2024-01-09 20:11:26.000000000 +0000 +++ libdate-manip-perl-6.95/META.yml 2024-03-01 16:13:12.000000000 +0000 @@ -22,2428 +22,2428 @@ provides: Date::Manip: file: lib/Date/Manip.pm - version: '6.94' + version: '6.95' Date::Manip::Base: file: lib/Date/Manip/Base.pm - version: '6.94' + version: '6.95' Date::Manip::DM5: file: lib/Date/Manip/DM5.pm - version: '6.94' + version: '6.95' Date::Manip::DM5abbrevs: file: lib/Date/Manip/DM5abbrevs.pm - version: '6.94' + version: '6.95' Date::Manip::DM6: file: lib/Date/Manip/DM6.pm - version: '6.94' + version: '6.95' Date::Manip::Date: file: lib/Date/Manip/Date.pm - version: '6.94' + version: '6.95' Date::Manip::Delta: file: lib/Date/Manip/Delta.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::catalan: file: lib/Date/Manip/Lang/catalan.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::danish: file: lib/Date/Manip/Lang/danish.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::dutch: file: lib/Date/Manip/Lang/dutch.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::english: file: lib/Date/Manip/Lang/english.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::finnish: file: lib/Date/Manip/Lang/finnish.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::french: file: lib/Date/Manip/Lang/french.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::german: file: lib/Date/Manip/Lang/german.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::index: file: lib/Date/Manip/Lang/index.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::italian: file: lib/Date/Manip/Lang/italian.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::norwegian: file: lib/Date/Manip/Lang/norwegian.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::polish: file: lib/Date/Manip/Lang/polish.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::portugue: file: lib/Date/Manip/Lang/portugue.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::romanian: file: lib/Date/Manip/Lang/romanian.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::russian: file: lib/Date/Manip/Lang/russian.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::spanish: file: lib/Date/Manip/Lang/spanish.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::swedish: file: lib/Date/Manip/Lang/swedish.pm - version: '6.94' + version: '6.95' Date::Manip::Lang::turkish: file: lib/Date/Manip/Lang/turkish.pm - version: '6.94' + version: '6.95' Date::Manip::Obj: file: lib/Date/Manip/Obj.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off000: file: lib/Date/Manip/Offset/off000.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off001: file: lib/Date/Manip/Offset/off001.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off002: file: lib/Date/Manip/Offset/off002.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off003: file: lib/Date/Manip/Offset/off003.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off004: file: lib/Date/Manip/Offset/off004.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off005: file: lib/Date/Manip/Offset/off005.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off006: file: lib/Date/Manip/Offset/off006.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off007: file: lib/Date/Manip/Offset/off007.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off008: file: lib/Date/Manip/Offset/off008.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off009: file: lib/Date/Manip/Offset/off009.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off010: file: lib/Date/Manip/Offset/off010.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off011: file: lib/Date/Manip/Offset/off011.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off012: file: lib/Date/Manip/Offset/off012.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off013: file: lib/Date/Manip/Offset/off013.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off014: file: lib/Date/Manip/Offset/off014.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off015: file: lib/Date/Manip/Offset/off015.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off016: file: lib/Date/Manip/Offset/off016.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off017: file: lib/Date/Manip/Offset/off017.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off018: file: lib/Date/Manip/Offset/off018.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off019: file: lib/Date/Manip/Offset/off019.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off020: file: lib/Date/Manip/Offset/off020.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off021: file: lib/Date/Manip/Offset/off021.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off022: file: lib/Date/Manip/Offset/off022.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off023: file: lib/Date/Manip/Offset/off023.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off024: file: lib/Date/Manip/Offset/off024.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off025: file: lib/Date/Manip/Offset/off025.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off026: file: lib/Date/Manip/Offset/off026.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off027: file: lib/Date/Manip/Offset/off027.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off028: file: lib/Date/Manip/Offset/off028.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off029: file: lib/Date/Manip/Offset/off029.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off030: file: lib/Date/Manip/Offset/off030.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off031: file: lib/Date/Manip/Offset/off031.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off032: file: lib/Date/Manip/Offset/off032.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off033: file: lib/Date/Manip/Offset/off033.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off034: file: lib/Date/Manip/Offset/off034.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off035: file: lib/Date/Manip/Offset/off035.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off036: file: lib/Date/Manip/Offset/off036.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off037: file: lib/Date/Manip/Offset/off037.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off038: file: lib/Date/Manip/Offset/off038.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off039: file: lib/Date/Manip/Offset/off039.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off040: file: lib/Date/Manip/Offset/off040.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off041: file: lib/Date/Manip/Offset/off041.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off042: file: lib/Date/Manip/Offset/off042.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off043: file: lib/Date/Manip/Offset/off043.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off044: file: lib/Date/Manip/Offset/off044.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off045: file: lib/Date/Manip/Offset/off045.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off046: file: lib/Date/Manip/Offset/off046.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off047: file: lib/Date/Manip/Offset/off047.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off048: file: lib/Date/Manip/Offset/off048.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off049: file: lib/Date/Manip/Offset/off049.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off050: file: lib/Date/Manip/Offset/off050.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off051: file: lib/Date/Manip/Offset/off051.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off052: file: lib/Date/Manip/Offset/off052.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off053: file: lib/Date/Manip/Offset/off053.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off054: file: lib/Date/Manip/Offset/off054.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off055: file: lib/Date/Manip/Offset/off055.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off056: file: lib/Date/Manip/Offset/off056.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off057: file: lib/Date/Manip/Offset/off057.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off058: file: lib/Date/Manip/Offset/off058.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off059: file: lib/Date/Manip/Offset/off059.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off060: file: lib/Date/Manip/Offset/off060.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off061: file: lib/Date/Manip/Offset/off061.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off062: file: lib/Date/Manip/Offset/off062.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off063: file: lib/Date/Manip/Offset/off063.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off064: file: lib/Date/Manip/Offset/off064.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off065: file: lib/Date/Manip/Offset/off065.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off066: file: lib/Date/Manip/Offset/off066.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off067: file: lib/Date/Manip/Offset/off067.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off068: file: lib/Date/Manip/Offset/off068.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off069: file: lib/Date/Manip/Offset/off069.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off070: file: lib/Date/Manip/Offset/off070.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off071: file: lib/Date/Manip/Offset/off071.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off072: file: lib/Date/Manip/Offset/off072.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off073: file: lib/Date/Manip/Offset/off073.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off074: file: lib/Date/Manip/Offset/off074.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off075: file: lib/Date/Manip/Offset/off075.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off076: file: lib/Date/Manip/Offset/off076.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off077: file: lib/Date/Manip/Offset/off077.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off078: file: lib/Date/Manip/Offset/off078.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off079: file: lib/Date/Manip/Offset/off079.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off080: file: lib/Date/Manip/Offset/off080.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off081: file: lib/Date/Manip/Offset/off081.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off082: file: lib/Date/Manip/Offset/off082.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off083: file: lib/Date/Manip/Offset/off083.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off084: file: lib/Date/Manip/Offset/off084.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off085: file: lib/Date/Manip/Offset/off085.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off086: file: lib/Date/Manip/Offset/off086.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off087: file: lib/Date/Manip/Offset/off087.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off088: file: lib/Date/Manip/Offset/off088.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off089: file: lib/Date/Manip/Offset/off089.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off090: file: lib/Date/Manip/Offset/off090.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off091: file: lib/Date/Manip/Offset/off091.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off092: file: lib/Date/Manip/Offset/off092.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off093: file: lib/Date/Manip/Offset/off093.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off094: file: lib/Date/Manip/Offset/off094.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off095: file: lib/Date/Manip/Offset/off095.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off096: file: lib/Date/Manip/Offset/off096.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off097: file: lib/Date/Manip/Offset/off097.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off098: file: lib/Date/Manip/Offset/off098.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off099: file: lib/Date/Manip/Offset/off099.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off100: file: lib/Date/Manip/Offset/off100.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off101: file: lib/Date/Manip/Offset/off101.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off102: file: lib/Date/Manip/Offset/off102.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off103: file: lib/Date/Manip/Offset/off103.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off104: file: lib/Date/Manip/Offset/off104.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off105: file: lib/Date/Manip/Offset/off105.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off106: file: lib/Date/Manip/Offset/off106.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off107: file: lib/Date/Manip/Offset/off107.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off108: file: lib/Date/Manip/Offset/off108.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off109: file: lib/Date/Manip/Offset/off109.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off110: file: lib/Date/Manip/Offset/off110.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off111: file: lib/Date/Manip/Offset/off111.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off112: file: lib/Date/Manip/Offset/off112.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off113: file: lib/Date/Manip/Offset/off113.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off114: file: lib/Date/Manip/Offset/off114.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off115: file: lib/Date/Manip/Offset/off115.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off116: file: lib/Date/Manip/Offset/off116.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off117: file: lib/Date/Manip/Offset/off117.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off118: file: lib/Date/Manip/Offset/off118.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off119: file: lib/Date/Manip/Offset/off119.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off120: file: lib/Date/Manip/Offset/off120.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off121: file: lib/Date/Manip/Offset/off121.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off122: file: lib/Date/Manip/Offset/off122.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off123: file: lib/Date/Manip/Offset/off123.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off124: file: lib/Date/Manip/Offset/off124.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off125: file: lib/Date/Manip/Offset/off125.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off126: file: lib/Date/Manip/Offset/off126.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off127: file: lib/Date/Manip/Offset/off127.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off128: file: lib/Date/Manip/Offset/off128.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off129: file: lib/Date/Manip/Offset/off129.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off130: file: lib/Date/Manip/Offset/off130.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off131: file: lib/Date/Manip/Offset/off131.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off132: file: lib/Date/Manip/Offset/off132.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off133: file: lib/Date/Manip/Offset/off133.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off134: file: lib/Date/Manip/Offset/off134.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off135: file: lib/Date/Manip/Offset/off135.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off136: file: lib/Date/Manip/Offset/off136.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off137: file: lib/Date/Manip/Offset/off137.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off138: file: lib/Date/Manip/Offset/off138.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off139: file: lib/Date/Manip/Offset/off139.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off140: file: lib/Date/Manip/Offset/off140.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off141: file: lib/Date/Manip/Offset/off141.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off142: file: lib/Date/Manip/Offset/off142.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off143: file: lib/Date/Manip/Offset/off143.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off144: file: lib/Date/Manip/Offset/off144.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off145: file: lib/Date/Manip/Offset/off145.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off146: file: lib/Date/Manip/Offset/off146.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off147: file: lib/Date/Manip/Offset/off147.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off148: file: lib/Date/Manip/Offset/off148.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off149: file: lib/Date/Manip/Offset/off149.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off150: file: lib/Date/Manip/Offset/off150.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off151: file: lib/Date/Manip/Offset/off151.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off152: file: lib/Date/Manip/Offset/off152.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off153: file: lib/Date/Manip/Offset/off153.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off154: file: lib/Date/Manip/Offset/off154.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off155: file: lib/Date/Manip/Offset/off155.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off156: file: lib/Date/Manip/Offset/off156.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off157: file: lib/Date/Manip/Offset/off157.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off158: file: lib/Date/Manip/Offset/off158.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off159: file: lib/Date/Manip/Offset/off159.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off160: file: lib/Date/Manip/Offset/off160.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off161: file: lib/Date/Manip/Offset/off161.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off162: file: lib/Date/Manip/Offset/off162.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off163: file: lib/Date/Manip/Offset/off163.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off164: file: lib/Date/Manip/Offset/off164.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off165: file: lib/Date/Manip/Offset/off165.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off166: file: lib/Date/Manip/Offset/off166.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off167: file: lib/Date/Manip/Offset/off167.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off168: file: lib/Date/Manip/Offset/off168.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off169: file: lib/Date/Manip/Offset/off169.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off170: file: lib/Date/Manip/Offset/off170.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off171: file: lib/Date/Manip/Offset/off171.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off172: file: lib/Date/Manip/Offset/off172.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off173: file: lib/Date/Manip/Offset/off173.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off174: file: lib/Date/Manip/Offset/off174.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off175: file: lib/Date/Manip/Offset/off175.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off176: file: lib/Date/Manip/Offset/off176.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off177: file: lib/Date/Manip/Offset/off177.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off178: file: lib/Date/Manip/Offset/off178.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off179: file: lib/Date/Manip/Offset/off179.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off180: file: lib/Date/Manip/Offset/off180.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off181: file: lib/Date/Manip/Offset/off181.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off182: file: lib/Date/Manip/Offset/off182.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off183: file: lib/Date/Manip/Offset/off183.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off184: file: lib/Date/Manip/Offset/off184.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off185: file: lib/Date/Manip/Offset/off185.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off186: file: lib/Date/Manip/Offset/off186.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off187: file: lib/Date/Manip/Offset/off187.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off188: file: lib/Date/Manip/Offset/off188.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off189: file: lib/Date/Manip/Offset/off189.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off190: file: lib/Date/Manip/Offset/off190.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off191: file: lib/Date/Manip/Offset/off191.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off192: file: lib/Date/Manip/Offset/off192.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off193: file: lib/Date/Manip/Offset/off193.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off194: file: lib/Date/Manip/Offset/off194.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off195: file: lib/Date/Manip/Offset/off195.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off196: file: lib/Date/Manip/Offset/off196.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off197: file: lib/Date/Manip/Offset/off197.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off198: file: lib/Date/Manip/Offset/off198.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off199: file: lib/Date/Manip/Offset/off199.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off200: file: lib/Date/Manip/Offset/off200.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off201: file: lib/Date/Manip/Offset/off201.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off202: file: lib/Date/Manip/Offset/off202.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off203: file: lib/Date/Manip/Offset/off203.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off204: file: lib/Date/Manip/Offset/off204.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off205: file: lib/Date/Manip/Offset/off205.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off206: file: lib/Date/Manip/Offset/off206.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off207: file: lib/Date/Manip/Offset/off207.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off208: file: lib/Date/Manip/Offset/off208.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off209: file: lib/Date/Manip/Offset/off209.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off210: file: lib/Date/Manip/Offset/off210.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off211: file: lib/Date/Manip/Offset/off211.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off212: file: lib/Date/Manip/Offset/off212.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off213: file: lib/Date/Manip/Offset/off213.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off214: file: lib/Date/Manip/Offset/off214.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off215: file: lib/Date/Manip/Offset/off215.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off216: file: lib/Date/Manip/Offset/off216.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off217: file: lib/Date/Manip/Offset/off217.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off218: file: lib/Date/Manip/Offset/off218.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off219: file: lib/Date/Manip/Offset/off219.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off220: file: lib/Date/Manip/Offset/off220.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off221: file: lib/Date/Manip/Offset/off221.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off222: file: lib/Date/Manip/Offset/off222.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off223: file: lib/Date/Manip/Offset/off223.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off224: file: lib/Date/Manip/Offset/off224.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off225: file: lib/Date/Manip/Offset/off225.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off226: file: lib/Date/Manip/Offset/off226.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off227: file: lib/Date/Manip/Offset/off227.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off228: file: lib/Date/Manip/Offset/off228.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off229: file: lib/Date/Manip/Offset/off229.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off230: file: lib/Date/Manip/Offset/off230.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off231: file: lib/Date/Manip/Offset/off231.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off232: file: lib/Date/Manip/Offset/off232.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off233: file: lib/Date/Manip/Offset/off233.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off234: file: lib/Date/Manip/Offset/off234.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off235: file: lib/Date/Manip/Offset/off235.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off236: file: lib/Date/Manip/Offset/off236.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off237: file: lib/Date/Manip/Offset/off237.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off238: file: lib/Date/Manip/Offset/off238.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off239: file: lib/Date/Manip/Offset/off239.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off240: file: lib/Date/Manip/Offset/off240.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off241: file: lib/Date/Manip/Offset/off241.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off242: file: lib/Date/Manip/Offset/off242.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off243: file: lib/Date/Manip/Offset/off243.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off244: file: lib/Date/Manip/Offset/off244.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off245: file: lib/Date/Manip/Offset/off245.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off246: file: lib/Date/Manip/Offset/off246.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off247: file: lib/Date/Manip/Offset/off247.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off248: file: lib/Date/Manip/Offset/off248.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off249: file: lib/Date/Manip/Offset/off249.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off250: file: lib/Date/Manip/Offset/off250.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off251: file: lib/Date/Manip/Offset/off251.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off252: file: lib/Date/Manip/Offset/off252.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off253: file: lib/Date/Manip/Offset/off253.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off254: file: lib/Date/Manip/Offset/off254.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off255: file: lib/Date/Manip/Offset/off255.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off256: file: lib/Date/Manip/Offset/off256.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off257: file: lib/Date/Manip/Offset/off257.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off258: file: lib/Date/Manip/Offset/off258.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off259: file: lib/Date/Manip/Offset/off259.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off260: file: lib/Date/Manip/Offset/off260.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off261: file: lib/Date/Manip/Offset/off261.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off262: file: lib/Date/Manip/Offset/off262.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off263: file: lib/Date/Manip/Offset/off263.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off264: file: lib/Date/Manip/Offset/off264.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off265: file: lib/Date/Manip/Offset/off265.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off266: file: lib/Date/Manip/Offset/off266.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off267: file: lib/Date/Manip/Offset/off267.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off268: file: lib/Date/Manip/Offset/off268.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off269: file: lib/Date/Manip/Offset/off269.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off270: file: lib/Date/Manip/Offset/off270.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off271: file: lib/Date/Manip/Offset/off271.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off272: file: lib/Date/Manip/Offset/off272.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off273: file: lib/Date/Manip/Offset/off273.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off274: file: lib/Date/Manip/Offset/off274.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off275: file: lib/Date/Manip/Offset/off275.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off276: file: lib/Date/Manip/Offset/off276.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off277: file: lib/Date/Manip/Offset/off277.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off278: file: lib/Date/Manip/Offset/off278.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off279: file: lib/Date/Manip/Offset/off279.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off280: file: lib/Date/Manip/Offset/off280.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off281: file: lib/Date/Manip/Offset/off281.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off282: file: lib/Date/Manip/Offset/off282.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off283: file: lib/Date/Manip/Offset/off283.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off284: file: lib/Date/Manip/Offset/off284.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off285: file: lib/Date/Manip/Offset/off285.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off286: file: lib/Date/Manip/Offset/off286.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off287: file: lib/Date/Manip/Offset/off287.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off288: file: lib/Date/Manip/Offset/off288.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off289: file: lib/Date/Manip/Offset/off289.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off290: file: lib/Date/Manip/Offset/off290.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off291: file: lib/Date/Manip/Offset/off291.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off292: file: lib/Date/Manip/Offset/off292.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off293: file: lib/Date/Manip/Offset/off293.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off294: file: lib/Date/Manip/Offset/off294.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off295: file: lib/Date/Manip/Offset/off295.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off296: file: lib/Date/Manip/Offset/off296.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off297: file: lib/Date/Manip/Offset/off297.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off298: file: lib/Date/Manip/Offset/off298.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off299: file: lib/Date/Manip/Offset/off299.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off300: file: lib/Date/Manip/Offset/off300.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off301: file: lib/Date/Manip/Offset/off301.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off302: file: lib/Date/Manip/Offset/off302.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off303: file: lib/Date/Manip/Offset/off303.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off304: file: lib/Date/Manip/Offset/off304.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off305: file: lib/Date/Manip/Offset/off305.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off306: file: lib/Date/Manip/Offset/off306.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off307: file: lib/Date/Manip/Offset/off307.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off308: file: lib/Date/Manip/Offset/off308.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off309: file: lib/Date/Manip/Offset/off309.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off310: file: lib/Date/Manip/Offset/off310.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off311: file: lib/Date/Manip/Offset/off311.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off312: file: lib/Date/Manip/Offset/off312.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off313: file: lib/Date/Manip/Offset/off313.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off314: file: lib/Date/Manip/Offset/off314.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off315: file: lib/Date/Manip/Offset/off315.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off316: file: lib/Date/Manip/Offset/off316.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off317: file: lib/Date/Manip/Offset/off317.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off318: file: lib/Date/Manip/Offset/off318.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off319: file: lib/Date/Manip/Offset/off319.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off320: file: lib/Date/Manip/Offset/off320.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off321: file: lib/Date/Manip/Offset/off321.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off322: file: lib/Date/Manip/Offset/off322.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off323: file: lib/Date/Manip/Offset/off323.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off324: file: lib/Date/Manip/Offset/off324.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off325: file: lib/Date/Manip/Offset/off325.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off326: file: lib/Date/Manip/Offset/off326.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off327: file: lib/Date/Manip/Offset/off327.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off328: file: lib/Date/Manip/Offset/off328.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off329: file: lib/Date/Manip/Offset/off329.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off330: file: lib/Date/Manip/Offset/off330.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off331: file: lib/Date/Manip/Offset/off331.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off332: file: lib/Date/Manip/Offset/off332.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off333: file: lib/Date/Manip/Offset/off333.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off334: file: lib/Date/Manip/Offset/off334.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off335: file: lib/Date/Manip/Offset/off335.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off336: file: lib/Date/Manip/Offset/off336.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off337: file: lib/Date/Manip/Offset/off337.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off338: file: lib/Date/Manip/Offset/off338.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off339: file: lib/Date/Manip/Offset/off339.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off340: file: lib/Date/Manip/Offset/off340.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off341: file: lib/Date/Manip/Offset/off341.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off342: file: lib/Date/Manip/Offset/off342.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off343: file: lib/Date/Manip/Offset/off343.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off344: file: lib/Date/Manip/Offset/off344.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off345: file: lib/Date/Manip/Offset/off345.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off346: file: lib/Date/Manip/Offset/off346.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off347: file: lib/Date/Manip/Offset/off347.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off348: file: lib/Date/Manip/Offset/off348.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off349: file: lib/Date/Manip/Offset/off349.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off350: file: lib/Date/Manip/Offset/off350.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off351: file: lib/Date/Manip/Offset/off351.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off352: file: lib/Date/Manip/Offset/off352.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off353: file: lib/Date/Manip/Offset/off353.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off354: file: lib/Date/Manip/Offset/off354.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off355: file: lib/Date/Manip/Offset/off355.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off356: file: lib/Date/Manip/Offset/off356.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off357: file: lib/Date/Manip/Offset/off357.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off358: file: lib/Date/Manip/Offset/off358.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off359: file: lib/Date/Manip/Offset/off359.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off360: file: lib/Date/Manip/Offset/off360.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off361: file: lib/Date/Manip/Offset/off361.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off362: file: lib/Date/Manip/Offset/off362.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off363: file: lib/Date/Manip/Offset/off363.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off364: file: lib/Date/Manip/Offset/off364.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off365: file: lib/Date/Manip/Offset/off365.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off366: file: lib/Date/Manip/Offset/off366.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off367: file: lib/Date/Manip/Offset/off367.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off368: file: lib/Date/Manip/Offset/off368.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off369: file: lib/Date/Manip/Offset/off369.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off370: file: lib/Date/Manip/Offset/off370.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off371: file: lib/Date/Manip/Offset/off371.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off372: file: lib/Date/Manip/Offset/off372.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off373: file: lib/Date/Manip/Offset/off373.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off374: file: lib/Date/Manip/Offset/off374.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off375: file: lib/Date/Manip/Offset/off375.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off376: file: lib/Date/Manip/Offset/off376.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off377: file: lib/Date/Manip/Offset/off377.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off378: file: lib/Date/Manip/Offset/off378.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off379: file: lib/Date/Manip/Offset/off379.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off380: file: lib/Date/Manip/Offset/off380.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off381: file: lib/Date/Manip/Offset/off381.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off382: file: lib/Date/Manip/Offset/off382.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off383: file: lib/Date/Manip/Offset/off383.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off384: file: lib/Date/Manip/Offset/off384.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off385: file: lib/Date/Manip/Offset/off385.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off386: file: lib/Date/Manip/Offset/off386.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off387: file: lib/Date/Manip/Offset/off387.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off388: file: lib/Date/Manip/Offset/off388.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off389: file: lib/Date/Manip/Offset/off389.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off390: file: lib/Date/Manip/Offset/off390.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off391: file: lib/Date/Manip/Offset/off391.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off392: file: lib/Date/Manip/Offset/off392.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off393: file: lib/Date/Manip/Offset/off393.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off394: file: lib/Date/Manip/Offset/off394.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off395: file: lib/Date/Manip/Offset/off395.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off396: file: lib/Date/Manip/Offset/off396.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off397: file: lib/Date/Manip/Offset/off397.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off398: file: lib/Date/Manip/Offset/off398.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off399: file: lib/Date/Manip/Offset/off399.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off400: file: lib/Date/Manip/Offset/off400.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off401: file: lib/Date/Manip/Offset/off401.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off402: file: lib/Date/Manip/Offset/off402.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off403: file: lib/Date/Manip/Offset/off403.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off404: file: lib/Date/Manip/Offset/off404.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off405: file: lib/Date/Manip/Offset/off405.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off406: file: lib/Date/Manip/Offset/off406.pm - version: '6.94' + version: '6.95' Date::Manip::Offset::off407: file: lib/Date/Manip/Offset/off407.pm - version: '6.94' + version: '6.95' Date::Manip::Recur: file: lib/Date/Manip/Recur.pm - version: '6.94' + version: '6.95' Date::Manip::TZ: file: lib/Date/Manip/TZ.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::a00: file: lib/Date/Manip/TZ/a00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afabid00: file: lib/Date/Manip/TZ/afabid00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afalgi00: file: lib/Date/Manip/TZ/afalgi00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afbiss00: file: lib/Date/Manip/TZ/afbiss00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afcair00: file: lib/Date/Manip/TZ/afcair00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afcasa00: file: lib/Date/Manip/TZ/afcasa00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afceut00: file: lib/Date/Manip/TZ/afceut00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afel_a00: file: lib/Date/Manip/TZ/afel_a00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afjoha00: file: lib/Date/Manip/TZ/afjoha00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afjuba00: file: lib/Date/Manip/TZ/afjuba00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afkhar00: file: lib/Date/Manip/TZ/afkhar00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aflago00: file: lib/Date/Manip/TZ/aflago00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afmapu00: file: lib/Date/Manip/TZ/afmapu00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afmonr00: file: lib/Date/Manip/TZ/afmonr00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afnair00: file: lib/Date/Manip/TZ/afnair00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afndja00: file: lib/Date/Manip/TZ/afndja00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afsao_00: file: lib/Date/Manip/TZ/afsao_00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aftrip00: file: lib/Date/Manip/TZ/aftrip00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aftuni00: file: lib/Date/Manip/TZ/aftuni00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::afwind00: file: lib/Date/Manip/TZ/afwind00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amadak00: file: lib/Date/Manip/TZ/amadak00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amanch00: file: lib/Date/Manip/TZ/amanch00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amarag00: file: lib/Date/Manip/TZ/amarag00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amasun00: file: lib/Date/Manip/TZ/amasun00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ambahi00: file: lib/Date/Manip/TZ/ambahi00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ambahi01: file: lib/Date/Manip/TZ/ambahi01.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ambarb00: file: lib/Date/Manip/TZ/ambarb00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ambele00: file: lib/Date/Manip/TZ/ambele00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ambeli00: file: lib/Date/Manip/TZ/ambeli00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ambeul00: file: lib/Date/Manip/TZ/ambeul00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amboa_00: file: lib/Date/Manip/TZ/amboa_00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ambogo00: file: lib/Date/Manip/TZ/ambogo00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ambois00: file: lib/Date/Manip/TZ/ambois00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ambuen00: file: lib/Date/Manip/TZ/ambuen00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amcamb00: file: lib/Date/Manip/TZ/amcamb00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amcamp00: file: lib/Date/Manip/TZ/amcamp00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amcanc00: file: lib/Date/Manip/TZ/amcanc00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amcara00: file: lib/Date/Manip/TZ/amcara00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amcata00: file: lib/Date/Manip/TZ/amcata00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amcaye00: file: lib/Date/Manip/TZ/amcaye00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amcent00: file: lib/Date/Manip/TZ/amcent00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amchic00: file: lib/Date/Manip/TZ/amchic00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amchih00: file: lib/Date/Manip/TZ/amchih00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amciud00: file: lib/Date/Manip/TZ/amciud00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amcord00: file: lib/Date/Manip/TZ/amcord00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amcost00: file: lib/Date/Manip/TZ/amcost00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amcuia00: file: lib/Date/Manip/TZ/amcuia00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amdanm00: file: lib/Date/Manip/TZ/amdanm00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amdaws00: file: lib/Date/Manip/TZ/amdaws00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amdaws01: file: lib/Date/Manip/TZ/amdaws01.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amdenv00: file: lib/Date/Manip/TZ/amdenv00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amdetr00: file: lib/Date/Manip/TZ/amdetr00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amedmo00: file: lib/Date/Manip/TZ/amedmo00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ameiru00: file: lib/Date/Manip/TZ/ameiru00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amel_s00: file: lib/Date/Manip/TZ/amel_s00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amfort00: file: lib/Date/Manip/TZ/amfort00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amfort01: file: lib/Date/Manip/TZ/amfort01.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amglac00: file: lib/Date/Manip/TZ/amglac00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amgoos00: file: lib/Date/Manip/TZ/amgoos00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amgran00: file: lib/Date/Manip/TZ/amgran00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amguat00: file: lib/Date/Manip/TZ/amguat00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amguay00: file: lib/Date/Manip/TZ/amguay00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amguya00: file: lib/Date/Manip/TZ/amguya00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amhali00: file: lib/Date/Manip/TZ/amhali00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amhava00: file: lib/Date/Manip/TZ/amhava00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amherm00: file: lib/Date/Manip/TZ/amherm00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amindi00: file: lib/Date/Manip/TZ/amindi00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aminuv00: file: lib/Date/Manip/TZ/aminuv00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amiqal00: file: lib/Date/Manip/TZ/amiqal00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amjama00: file: lib/Date/Manip/TZ/amjama00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amjuju00: file: lib/Date/Manip/TZ/amjuju00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amjune00: file: lib/Date/Manip/TZ/amjune00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amknox00: file: lib/Date/Manip/TZ/amknox00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amla_p00: file: lib/Date/Manip/TZ/amla_p00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amla_r00: file: lib/Date/Manip/TZ/amla_r00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amlima00: file: lib/Date/Manip/TZ/amlima00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amlos_00: file: lib/Date/Manip/TZ/amlos_00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amloui00: file: lib/Date/Manip/TZ/amloui00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammace00: file: lib/Date/Manip/TZ/ammace00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammana00: file: lib/Date/Manip/TZ/ammana00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammana01: file: lib/Date/Manip/TZ/ammana01.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammare00: file: lib/Date/Manip/TZ/ammare00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammart00: file: lib/Date/Manip/TZ/ammart00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammata00: file: lib/Date/Manip/TZ/ammata00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammaza00: file: lib/Date/Manip/TZ/ammaza00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammend00: file: lib/Date/Manip/TZ/ammend00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammeno00: file: lib/Date/Manip/TZ/ammeno00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammeri00: file: lib/Date/Manip/TZ/ammeri00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammetl00: file: lib/Date/Manip/TZ/ammetl00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammexi00: file: lib/Date/Manip/TZ/ammexi00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammiqu00: file: lib/Date/Manip/TZ/ammiqu00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammonc00: file: lib/Date/Manip/TZ/ammonc00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammont00: file: lib/Date/Manip/TZ/ammont00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammont01: file: lib/Date/Manip/TZ/ammont01.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ammont02: file: lib/Date/Manip/TZ/ammont02.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amnew_00: file: lib/Date/Manip/TZ/amnew_00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amnew_01: file: lib/Date/Manip/TZ/amnew_01.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amnome00: file: lib/Date/Manip/TZ/amnome00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amnoro00: file: lib/Date/Manip/TZ/amnoro00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amnuuk00: file: lib/Date/Manip/TZ/amnuuk00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amojin00: file: lib/Date/Manip/TZ/amojin00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ampana00: file: lib/Date/Manip/TZ/ampana00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ampara00: file: lib/Date/Manip/TZ/ampara00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ampete00: file: lib/Date/Manip/TZ/ampete00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amphoe00: file: lib/Date/Manip/TZ/amphoe00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amport00: file: lib/Date/Manip/TZ/amport00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amport01: file: lib/Date/Manip/TZ/amport01.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ampuer00: file: lib/Date/Manip/TZ/ampuer00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ampunt00: file: lib/Date/Manip/TZ/ampunt00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amrank00: file: lib/Date/Manip/TZ/amrank00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amreci00: file: lib/Date/Manip/TZ/amreci00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amregi00: file: lib/Date/Manip/TZ/amregi00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amreso00: file: lib/Date/Manip/TZ/amreso00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amrio_00: file: lib/Date/Manip/TZ/amrio_00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amrio_01: file: lib/Date/Manip/TZ/amrio_01.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amsalt00: file: lib/Date/Manip/TZ/amsalt00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amsan_00: file: lib/Date/Manip/TZ/amsan_00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amsan_01: file: lib/Date/Manip/TZ/amsan_01.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amsant00: file: lib/Date/Manip/TZ/amsant00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amsant01: file: lib/Date/Manip/TZ/amsant01.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amsant02: file: lib/Date/Manip/TZ/amsant02.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amsao_00: file: lib/Date/Manip/TZ/amsao_00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amscor00: file: lib/Date/Manip/TZ/amscor00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amsitk00: file: lib/Date/Manip/TZ/amsitk00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amst_j00: file: lib/Date/Manip/TZ/amst_j00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amswif00: file: lib/Date/Manip/TZ/amswif00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amtegu00: file: lib/Date/Manip/TZ/amtegu00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amtell00: file: lib/Date/Manip/TZ/amtell00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amthul00: file: lib/Date/Manip/TZ/amthul00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amtiju00: file: lib/Date/Manip/TZ/amtiju00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amtoro00: file: lib/Date/Manip/TZ/amtoro00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amtucu00: file: lib/Date/Manip/TZ/amtucu00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amushu00: file: lib/Date/Manip/TZ/amushu00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amvanc00: file: lib/Date/Manip/TZ/amvanc00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amveva00: file: lib/Date/Manip/TZ/amveva00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amvinc00: file: lib/Date/Manip/TZ/amvinc00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amwhit00: file: lib/Date/Manip/TZ/amwhit00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amwina00: file: lib/Date/Manip/TZ/amwina00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amwinn00: file: lib/Date/Manip/TZ/amwinn00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::amyaku00: file: lib/Date/Manip/TZ/amyaku00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ancase00: file: lib/Date/Manip/TZ/ancase00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::andavi00: file: lib/Date/Manip/TZ/andavi00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::anmacq00: file: lib/Date/Manip/TZ/anmacq00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::anmaws00: file: lib/Date/Manip/TZ/anmaws00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::anpalm00: file: lib/Date/Manip/TZ/anpalm00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::anroth00: file: lib/Date/Manip/TZ/anroth00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::antrol00: file: lib/Date/Manip/TZ/antrol00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::anvost00: file: lib/Date/Manip/TZ/anvost00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asalma00: file: lib/Date/Manip/TZ/asalma00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asamma00: file: lib/Date/Manip/TZ/asamma00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asanad00: file: lib/Date/Manip/TZ/asanad00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asaqta00: file: lib/Date/Manip/TZ/asaqta00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asaqto00: file: lib/Date/Manip/TZ/asaqto00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asashg00: file: lib/Date/Manip/TZ/asashg00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asatyr00: file: lib/Date/Manip/TZ/asatyr00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asbagh00: file: lib/Date/Manip/TZ/asbagh00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asbaku00: file: lib/Date/Manip/TZ/asbaku00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asbang00: file: lib/Date/Manip/TZ/asbang00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asbarn00: file: lib/Date/Manip/TZ/asbarn00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asbeir00: file: lib/Date/Manip/TZ/asbeir00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asbish00: file: lib/Date/Manip/TZ/asbish00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aschit00: file: lib/Date/Manip/TZ/aschit00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aschoi00: file: lib/Date/Manip/TZ/aschoi00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ascolo00: file: lib/Date/Manip/TZ/ascolo00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asdama00: file: lib/Date/Manip/TZ/asdama00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asdhak00: file: lib/Date/Manip/TZ/asdhak00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asdili00: file: lib/Date/Manip/TZ/asdili00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asduba00: file: lib/Date/Manip/TZ/asduba00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asdush00: file: lib/Date/Manip/TZ/asdush00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asfama00: file: lib/Date/Manip/TZ/asfama00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asgaza00: file: lib/Date/Manip/TZ/asgaza00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ashebr00: file: lib/Date/Manip/TZ/ashebr00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asho_c00: file: lib/Date/Manip/TZ/asho_c00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ashong00: file: lib/Date/Manip/TZ/ashong00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ashovd00: file: lib/Date/Manip/TZ/ashovd00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asirku00: file: lib/Date/Manip/TZ/asirku00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asjaka00: file: lib/Date/Manip/TZ/asjaka00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asjaya00: file: lib/Date/Manip/TZ/asjaya00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asjeru00: file: lib/Date/Manip/TZ/asjeru00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::askabu00: file: lib/Date/Manip/TZ/askabu00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::askamc00: file: lib/Date/Manip/TZ/askamc00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::askara00: file: lib/Date/Manip/TZ/askara00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::askath00: file: lib/Date/Manip/TZ/askath00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::askhan00: file: lib/Date/Manip/TZ/askhan00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::askolk00: file: lib/Date/Manip/TZ/askolk00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::askras00: file: lib/Date/Manip/TZ/askras00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::askuch00: file: lib/Date/Manip/TZ/askuch00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asmaca00: file: lib/Date/Manip/TZ/asmaca00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asmaga00: file: lib/Date/Manip/TZ/asmaga00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asmaka00: file: lib/Date/Manip/TZ/asmaka00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asmani00: file: lib/Date/Manip/TZ/asmani00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asnico00: file: lib/Date/Manip/TZ/asnico00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asnovo00: file: lib/Date/Manip/TZ/asnovo00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asnovo01: file: lib/Date/Manip/TZ/asnovo01.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asomsk00: file: lib/Date/Manip/TZ/asomsk00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asoral00: file: lib/Date/Manip/TZ/asoral00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aspont00: file: lib/Date/Manip/TZ/aspont00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aspyon00: file: lib/Date/Manip/TZ/aspyon00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asqata00: file: lib/Date/Manip/TZ/asqata00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asqost00: file: lib/Date/Manip/TZ/asqost00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asqyzy00: file: lib/Date/Manip/TZ/asqyzy00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asriya00: file: lib/Date/Manip/TZ/asriya00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::assakh00: file: lib/Date/Manip/TZ/assakh00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::assama00: file: lib/Date/Manip/TZ/assama00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asseou00: file: lib/Date/Manip/TZ/asseou00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asshan00: file: lib/Date/Manip/TZ/asshan00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::assing00: file: lib/Date/Manip/TZ/assing00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::assred00: file: lib/Date/Manip/TZ/assred00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::astaip00: file: lib/Date/Manip/TZ/astaip00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::astash00: file: lib/Date/Manip/TZ/astash00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::astbil00: file: lib/Date/Manip/TZ/astbil00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::astehr00: file: lib/Date/Manip/TZ/astehr00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asthim00: file: lib/Date/Manip/TZ/asthim00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::astoky00: file: lib/Date/Manip/TZ/astoky00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::astoms00: file: lib/Date/Manip/TZ/astoms00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asulaa00: file: lib/Date/Manip/TZ/asulaa00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asurum00: file: lib/Date/Manip/TZ/asurum00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asustm00: file: lib/Date/Manip/TZ/asustm00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asvlad00: file: lib/Date/Manip/TZ/asvlad00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asyaku00: file: lib/Date/Manip/TZ/asyaku00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asyang00: file: lib/Date/Manip/TZ/asyang00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asyeka00: file: lib/Date/Manip/TZ/asyeka00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::asyere00: file: lib/Date/Manip/TZ/asyere00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::atazor00: file: lib/Date/Manip/TZ/atazor00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::atberm00: file: lib/Date/Manip/TZ/atberm00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::atcana00: file: lib/Date/Manip/TZ/atcana00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::atcape00: file: lib/Date/Manip/TZ/atcape00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::atfaro00: file: lib/Date/Manip/TZ/atfaro00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::atmade00: file: lib/Date/Manip/TZ/atmade00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::atsout00: file: lib/Date/Manip/TZ/atsout00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::atstan00: file: lib/Date/Manip/TZ/atstan00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::auadel00: file: lib/Date/Manip/TZ/auadel00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aubris00: file: lib/Date/Manip/TZ/aubris00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aubrok00: file: lib/Date/Manip/TZ/aubrok00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::audarw00: file: lib/Date/Manip/TZ/audarw00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aueucl00: file: lib/Date/Manip/TZ/aueucl00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::auhoba00: file: lib/Date/Manip/TZ/auhoba00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aulind00: file: lib/Date/Manip/TZ/aulind00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aulord00: file: lib/Date/Manip/TZ/aulord00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aumelb00: file: lib/Date/Manip/TZ/aumelb00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::aupert00: file: lib/Date/Manip/TZ/aupert00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ausydn00: file: lib/Date/Manip/TZ/ausydn00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::b00: file: lib/Date/Manip/TZ/b00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::c00: file: lib/Date/Manip/TZ/c00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::cet00: file: lib/Date/Manip/TZ/cet00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::d00: file: lib/Date/Manip/TZ/d00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::e00: file: lib/Date/Manip/TZ/e00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eet00: file: lib/Date/Manip/TZ/eet00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmt00: file: lib/Date/Manip/TZ/etgmt00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm00: file: lib/Date/Manip/TZ/etgmtm00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm01: file: lib/Date/Manip/TZ/etgmtm01.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm02: file: lib/Date/Manip/TZ/etgmtm02.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm03: file: lib/Date/Manip/TZ/etgmtm03.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm04: file: lib/Date/Manip/TZ/etgmtm04.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm05: file: lib/Date/Manip/TZ/etgmtm05.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm06: file: lib/Date/Manip/TZ/etgmtm06.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm07: file: lib/Date/Manip/TZ/etgmtm07.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm08: file: lib/Date/Manip/TZ/etgmtm08.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm09: file: lib/Date/Manip/TZ/etgmtm09.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm10: file: lib/Date/Manip/TZ/etgmtm10.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm11: file: lib/Date/Manip/TZ/etgmtm11.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm12: file: lib/Date/Manip/TZ/etgmtm12.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtm13: file: lib/Date/Manip/TZ/etgmtm13.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtp00: file: lib/Date/Manip/TZ/etgmtp00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtp01: file: lib/Date/Manip/TZ/etgmtp01.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtp02: file: lib/Date/Manip/TZ/etgmtp02.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtp03: file: lib/Date/Manip/TZ/etgmtp03.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtp04: file: lib/Date/Manip/TZ/etgmtp04.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtp05: file: lib/Date/Manip/TZ/etgmtp05.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtp06: file: lib/Date/Manip/TZ/etgmtp06.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtp07: file: lib/Date/Manip/TZ/etgmtp07.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtp08: file: lib/Date/Manip/TZ/etgmtp08.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtp09: file: lib/Date/Manip/TZ/etgmtp09.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtp10: file: lib/Date/Manip/TZ/etgmtp10.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etgmtp11: file: lib/Date/Manip/TZ/etgmtp11.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::etutc00: file: lib/Date/Manip/TZ/etutc00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euando00: file: lib/Date/Manip/TZ/euando00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euastr00: file: lib/Date/Manip/TZ/euastr00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euathe00: file: lib/Date/Manip/TZ/euathe00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eubelg00: file: lib/Date/Manip/TZ/eubelg00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euberl00: file: lib/Date/Manip/TZ/euberl00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eubrus00: file: lib/Date/Manip/TZ/eubrus00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eubuch00: file: lib/Date/Manip/TZ/eubuch00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eubuda00: file: lib/Date/Manip/TZ/eubuda00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euchis00: file: lib/Date/Manip/TZ/euchis00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eudubl00: file: lib/Date/Manip/TZ/eudubl00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eugibr00: file: lib/Date/Manip/TZ/eugibr00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euhels00: file: lib/Date/Manip/TZ/euhels00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euista00: file: lib/Date/Manip/TZ/euista00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eukali00: file: lib/Date/Manip/TZ/eukali00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eukiro00: file: lib/Date/Manip/TZ/eukiro00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eukyiv00: file: lib/Date/Manip/TZ/eukyiv00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eulisb00: file: lib/Date/Manip/TZ/eulisb00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eulond00: file: lib/Date/Manip/TZ/eulond00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eumadr00: file: lib/Date/Manip/TZ/eumadr00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eumalt00: file: lib/Date/Manip/TZ/eumalt00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eumins00: file: lib/Date/Manip/TZ/eumins00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eumosc00: file: lib/Date/Manip/TZ/eumosc00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eupari00: file: lib/Date/Manip/TZ/eupari00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euprag00: file: lib/Date/Manip/TZ/euprag00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euriga00: file: lib/Date/Manip/TZ/euriga00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eurome00: file: lib/Date/Manip/TZ/eurome00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eusama00: file: lib/Date/Manip/TZ/eusama00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eusara00: file: lib/Date/Manip/TZ/eusara00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eusimf00: file: lib/Date/Manip/TZ/eusimf00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eusofi00: file: lib/Date/Manip/TZ/eusofi00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eutall00: file: lib/Date/Manip/TZ/eutall00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::eutira00: file: lib/Date/Manip/TZ/eutira00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euulya00: file: lib/Date/Manip/TZ/euulya00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euvien00: file: lib/Date/Manip/TZ/euvien00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euviln00: file: lib/Date/Manip/TZ/euviln00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euvolg00: file: lib/Date/Manip/TZ/euvolg00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euwars00: file: lib/Date/Manip/TZ/euwars00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::euzuri00: file: lib/Date/Manip/TZ/euzuri00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::f00: file: lib/Date/Manip/TZ/f00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::g00: file: lib/Date/Manip/TZ/g00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::h00: file: lib/Date/Manip/TZ/h00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::i00: file: lib/Date/Manip/TZ/i00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::inchag00: file: lib/Date/Manip/TZ/inchag00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::inmald00: file: lib/Date/Manip/TZ/inmald00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::inmaur00: file: lib/Date/Manip/TZ/inmaur00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::k00: file: lib/Date/Manip/TZ/k00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::l00: file: lib/Date/Manip/TZ/l00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::m00: file: lib/Date/Manip/TZ/m00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::met00: file: lib/Date/Manip/TZ/met00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::n00: file: lib/Date/Manip/TZ/n00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::o00: file: lib/Date/Manip/TZ/o00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::p00: file: lib/Date/Manip/TZ/p00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::paapia00: file: lib/Date/Manip/TZ/paapia00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::paauck00: file: lib/Date/Manip/TZ/paauck00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::paboug00: file: lib/Date/Manip/TZ/paboug00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::pachat00: file: lib/Date/Manip/TZ/pachat00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::paeast00: file: lib/Date/Manip/TZ/paeast00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::paefat00: file: lib/Date/Manip/TZ/paefat00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::pafaka00: file: lib/Date/Manip/TZ/pafaka00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::pafiji00: file: lib/Date/Manip/TZ/pafiji00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::pagala00: file: lib/Date/Manip/TZ/pagala00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::pagamb00: file: lib/Date/Manip/TZ/pagamb00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::paguad00: file: lib/Date/Manip/TZ/paguad00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::paguam00: file: lib/Date/Manip/TZ/paguam00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::pahono00: file: lib/Date/Manip/TZ/pahono00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::pakant00: file: lib/Date/Manip/TZ/pakant00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::pakiri00: file: lib/Date/Manip/TZ/pakiri00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::pakosr00: file: lib/Date/Manip/TZ/pakosr00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::pakwaj00: file: lib/Date/Manip/TZ/pakwaj00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::pamarq00: file: lib/Date/Manip/TZ/pamarq00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::panaur00: file: lib/Date/Manip/TZ/panaur00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::paniue00: file: lib/Date/Manip/TZ/paniue00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::panorf00: file: lib/Date/Manip/TZ/panorf00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::panoum00: file: lib/Date/Manip/TZ/panoum00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::papago00: file: lib/Date/Manip/TZ/papago00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::papala00: file: lib/Date/Manip/TZ/papala00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::papitc00: file: lib/Date/Manip/TZ/papitc00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::paport00: file: lib/Date/Manip/TZ/paport00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::pararo00: file: lib/Date/Manip/TZ/pararo00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::patahi00: file: lib/Date/Manip/TZ/patahi00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::patara00: file: lib/Date/Manip/TZ/patara00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::patong00: file: lib/Date/Manip/TZ/patong00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::q00: file: lib/Date/Manip/TZ/q00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::r00: file: lib/Date/Manip/TZ/r00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::s00: file: lib/Date/Manip/TZ/s00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::t00: file: lib/Date/Manip/TZ/t00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::u00: file: lib/Date/Manip/TZ/u00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::ut00: file: lib/Date/Manip/TZ/ut00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::v00: file: lib/Date/Manip/TZ/v00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::w00: file: lib/Date/Manip/TZ/w00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::wet00: file: lib/Date/Manip/TZ/wet00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::x00: file: lib/Date/Manip/TZ/x00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::y00: file: lib/Date/Manip/TZ/y00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ::z00: file: lib/Date/Manip/TZ/z00.pm - version: '6.94' + version: '6.95' Date::Manip::TZ_Base: file: lib/Date/Manip/TZ_Base.pm - version: '6.94' + version: '6.95' Date::Manip::TZdata: file: lib/Date/Manip/TZdata.pm - version: '6.94' + version: '6.95' Date::Manip::Zones: file: lib/Date/Manip/Zones.pm - version: '6.94' + version: '6.95' requires: Carp: '0' Cwd: '0' @@ -2459,5 +2459,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.94' +version: '6.95' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -Nru libdate-manip-perl-6.94/Makefile.PL libdate-manip-perl-6.95/Makefile.PL --- libdate-manip-perl-6.94/Makefile.PL 2024-01-09 20:11:23.000000000 +0000 +++ libdate-manip-perl-6.95/Makefile.PL 2024-03-01 16:13:09.000000000 +0000 @@ -51,7 +51,7 @@ WriteMakefile( NAME => "Date::Manip", - VERSION => "6.94", + VERSION => "6.95", ABSTRACT => "Date manipulation routines", LICENSE => "perl", ($EU_MM_V >= 6.48 @@ -72,3235 +72,3235 @@ provides => { 'Date::Manip' => { file => 'lib/Date/Manip.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Base' => { file => 'lib/Date/Manip/Base.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::DM5' => { file => 'lib/Date/Manip/DM5.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::DM5abbrevs' => { file => 'lib/Date/Manip/DM5abbrevs.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::DM6' => { file => 'lib/Date/Manip/DM6.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Date' => { file => 'lib/Date/Manip/Date.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Delta' => { file => 'lib/Date/Manip/Delta.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::catalan' => { file => 'lib/Date/Manip/Lang/catalan.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::danish' => { file => 'lib/Date/Manip/Lang/danish.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::dutch' => { file => 'lib/Date/Manip/Lang/dutch.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::english' => { file => 'lib/Date/Manip/Lang/english.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::finnish' => { file => 'lib/Date/Manip/Lang/finnish.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::french' => { file => 'lib/Date/Manip/Lang/french.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::german' => { file => 'lib/Date/Manip/Lang/german.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::index' => { file => 'lib/Date/Manip/Lang/index.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::italian' => { file => 'lib/Date/Manip/Lang/italian.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::norwegian' => { file => 'lib/Date/Manip/Lang/norwegian.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::polish' => { file => 'lib/Date/Manip/Lang/polish.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::portugue' => { file => 'lib/Date/Manip/Lang/portugue.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::romanian' => { file => 'lib/Date/Manip/Lang/romanian.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::russian' => { file => 'lib/Date/Manip/Lang/russian.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::spanish' => { file => 'lib/Date/Manip/Lang/spanish.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::swedish' => { file => 'lib/Date/Manip/Lang/swedish.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Lang::turkish' => { file => 'lib/Date/Manip/Lang/turkish.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Obj' => { file => 'lib/Date/Manip/Obj.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off000' => { file => 'lib/Date/Manip/Offset/off000.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off001' => { file => 'lib/Date/Manip/Offset/off001.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off002' => { file => 'lib/Date/Manip/Offset/off002.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off003' => { file => 'lib/Date/Manip/Offset/off003.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off004' => { file => 'lib/Date/Manip/Offset/off004.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off005' => { file => 'lib/Date/Manip/Offset/off005.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off006' => { file => 'lib/Date/Manip/Offset/off006.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off007' => { file => 'lib/Date/Manip/Offset/off007.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off008' => { file => 'lib/Date/Manip/Offset/off008.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off009' => { file => 'lib/Date/Manip/Offset/off009.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off010' => { file => 'lib/Date/Manip/Offset/off010.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off011' => { file => 'lib/Date/Manip/Offset/off011.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off012' => { file => 'lib/Date/Manip/Offset/off012.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off013' => { file => 'lib/Date/Manip/Offset/off013.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off014' => { file => 'lib/Date/Manip/Offset/off014.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off015' => { file => 'lib/Date/Manip/Offset/off015.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off016' => { file => 'lib/Date/Manip/Offset/off016.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off017' => { file => 'lib/Date/Manip/Offset/off017.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off018' => { file => 'lib/Date/Manip/Offset/off018.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off019' => { file => 'lib/Date/Manip/Offset/off019.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off020' => { file => 'lib/Date/Manip/Offset/off020.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off021' => { file => 'lib/Date/Manip/Offset/off021.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off022' => { file => 'lib/Date/Manip/Offset/off022.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off023' => { file => 'lib/Date/Manip/Offset/off023.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off024' => { file => 'lib/Date/Manip/Offset/off024.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off025' => { file => 'lib/Date/Manip/Offset/off025.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off026' => { file => 'lib/Date/Manip/Offset/off026.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off027' => { file => 'lib/Date/Manip/Offset/off027.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off028' => { file => 'lib/Date/Manip/Offset/off028.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off029' => { file => 'lib/Date/Manip/Offset/off029.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off030' => { file => 'lib/Date/Manip/Offset/off030.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off031' => { file => 'lib/Date/Manip/Offset/off031.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off032' => { file => 'lib/Date/Manip/Offset/off032.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off033' => { file => 'lib/Date/Manip/Offset/off033.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off034' => { file => 'lib/Date/Manip/Offset/off034.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off035' => { file => 'lib/Date/Manip/Offset/off035.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off036' => { file => 'lib/Date/Manip/Offset/off036.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off037' => { file => 'lib/Date/Manip/Offset/off037.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off038' => { file => 'lib/Date/Manip/Offset/off038.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off039' => { file => 'lib/Date/Manip/Offset/off039.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off040' => { file => 'lib/Date/Manip/Offset/off040.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off041' => { file => 'lib/Date/Manip/Offset/off041.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off042' => { file => 'lib/Date/Manip/Offset/off042.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off043' => { file => 'lib/Date/Manip/Offset/off043.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off044' => { file => 'lib/Date/Manip/Offset/off044.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off045' => { file => 'lib/Date/Manip/Offset/off045.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off046' => { file => 'lib/Date/Manip/Offset/off046.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off047' => { file => 'lib/Date/Manip/Offset/off047.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off048' => { file => 'lib/Date/Manip/Offset/off048.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off049' => { file => 'lib/Date/Manip/Offset/off049.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off050' => { file => 'lib/Date/Manip/Offset/off050.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off051' => { file => 'lib/Date/Manip/Offset/off051.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off052' => { file => 'lib/Date/Manip/Offset/off052.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off053' => { file => 'lib/Date/Manip/Offset/off053.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off054' => { file => 'lib/Date/Manip/Offset/off054.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off055' => { file => 'lib/Date/Manip/Offset/off055.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off056' => { file => 'lib/Date/Manip/Offset/off056.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off057' => { file => 'lib/Date/Manip/Offset/off057.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off058' => { file => 'lib/Date/Manip/Offset/off058.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off059' => { file => 'lib/Date/Manip/Offset/off059.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off060' => { file => 'lib/Date/Manip/Offset/off060.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off061' => { file => 'lib/Date/Manip/Offset/off061.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off062' => { file => 'lib/Date/Manip/Offset/off062.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off063' => { file => 'lib/Date/Manip/Offset/off063.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off064' => { file => 'lib/Date/Manip/Offset/off064.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off065' => { file => 'lib/Date/Manip/Offset/off065.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off066' => { file => 'lib/Date/Manip/Offset/off066.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off067' => { file => 'lib/Date/Manip/Offset/off067.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off068' => { file => 'lib/Date/Manip/Offset/off068.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off069' => { file => 'lib/Date/Manip/Offset/off069.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off070' => { file => 'lib/Date/Manip/Offset/off070.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off071' => { file => 'lib/Date/Manip/Offset/off071.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off072' => { file => 'lib/Date/Manip/Offset/off072.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off073' => { file => 'lib/Date/Manip/Offset/off073.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off074' => { file => 'lib/Date/Manip/Offset/off074.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off075' => { file => 'lib/Date/Manip/Offset/off075.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off076' => { file => 'lib/Date/Manip/Offset/off076.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off077' => { file => 'lib/Date/Manip/Offset/off077.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off078' => { file => 'lib/Date/Manip/Offset/off078.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off079' => { file => 'lib/Date/Manip/Offset/off079.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off080' => { file => 'lib/Date/Manip/Offset/off080.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off081' => { file => 'lib/Date/Manip/Offset/off081.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off082' => { file => 'lib/Date/Manip/Offset/off082.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off083' => { file => 'lib/Date/Manip/Offset/off083.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off084' => { file => 'lib/Date/Manip/Offset/off084.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off085' => { file => 'lib/Date/Manip/Offset/off085.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off086' => { file => 'lib/Date/Manip/Offset/off086.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off087' => { file => 'lib/Date/Manip/Offset/off087.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off088' => { file => 'lib/Date/Manip/Offset/off088.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off089' => { file => 'lib/Date/Manip/Offset/off089.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off090' => { file => 'lib/Date/Manip/Offset/off090.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off091' => { file => 'lib/Date/Manip/Offset/off091.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off092' => { file => 'lib/Date/Manip/Offset/off092.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off093' => { file => 'lib/Date/Manip/Offset/off093.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off094' => { file => 'lib/Date/Manip/Offset/off094.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off095' => { file => 'lib/Date/Manip/Offset/off095.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off096' => { file => 'lib/Date/Manip/Offset/off096.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off097' => { file => 'lib/Date/Manip/Offset/off097.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off098' => { file => 'lib/Date/Manip/Offset/off098.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off099' => { file => 'lib/Date/Manip/Offset/off099.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off100' => { file => 'lib/Date/Manip/Offset/off100.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off101' => { file => 'lib/Date/Manip/Offset/off101.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off102' => { file => 'lib/Date/Manip/Offset/off102.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off103' => { file => 'lib/Date/Manip/Offset/off103.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off104' => { file => 'lib/Date/Manip/Offset/off104.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off105' => { file => 'lib/Date/Manip/Offset/off105.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off106' => { file => 'lib/Date/Manip/Offset/off106.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off107' => { file => 'lib/Date/Manip/Offset/off107.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off108' => { file => 'lib/Date/Manip/Offset/off108.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off109' => { file => 'lib/Date/Manip/Offset/off109.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off110' => { file => 'lib/Date/Manip/Offset/off110.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off111' => { file => 'lib/Date/Manip/Offset/off111.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off112' => { file => 'lib/Date/Manip/Offset/off112.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off113' => { file => 'lib/Date/Manip/Offset/off113.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off114' => { file => 'lib/Date/Manip/Offset/off114.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off115' => { file => 'lib/Date/Manip/Offset/off115.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off116' => { file => 'lib/Date/Manip/Offset/off116.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off117' => { file => 'lib/Date/Manip/Offset/off117.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off118' => { file => 'lib/Date/Manip/Offset/off118.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off119' => { file => 'lib/Date/Manip/Offset/off119.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off120' => { file => 'lib/Date/Manip/Offset/off120.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off121' => { file => 'lib/Date/Manip/Offset/off121.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off122' => { file => 'lib/Date/Manip/Offset/off122.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off123' => { file => 'lib/Date/Manip/Offset/off123.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off124' => { file => 'lib/Date/Manip/Offset/off124.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off125' => { file => 'lib/Date/Manip/Offset/off125.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off126' => { file => 'lib/Date/Manip/Offset/off126.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off127' => { file => 'lib/Date/Manip/Offset/off127.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off128' => { file => 'lib/Date/Manip/Offset/off128.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off129' => { file => 'lib/Date/Manip/Offset/off129.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off130' => { file => 'lib/Date/Manip/Offset/off130.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off131' => { file => 'lib/Date/Manip/Offset/off131.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off132' => { file => 'lib/Date/Manip/Offset/off132.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off133' => { file => 'lib/Date/Manip/Offset/off133.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off134' => { file => 'lib/Date/Manip/Offset/off134.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off135' => { file => 'lib/Date/Manip/Offset/off135.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off136' => { file => 'lib/Date/Manip/Offset/off136.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off137' => { file => 'lib/Date/Manip/Offset/off137.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off138' => { file => 'lib/Date/Manip/Offset/off138.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off139' => { file => 'lib/Date/Manip/Offset/off139.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off140' => { file => 'lib/Date/Manip/Offset/off140.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off141' => { file => 'lib/Date/Manip/Offset/off141.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off142' => { file => 'lib/Date/Manip/Offset/off142.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off143' => { file => 'lib/Date/Manip/Offset/off143.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off144' => { file => 'lib/Date/Manip/Offset/off144.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off145' => { file => 'lib/Date/Manip/Offset/off145.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off146' => { file => 'lib/Date/Manip/Offset/off146.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off147' => { file => 'lib/Date/Manip/Offset/off147.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off148' => { file => 'lib/Date/Manip/Offset/off148.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off149' => { file => 'lib/Date/Manip/Offset/off149.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off150' => { file => 'lib/Date/Manip/Offset/off150.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off151' => { file => 'lib/Date/Manip/Offset/off151.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off152' => { file => 'lib/Date/Manip/Offset/off152.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off153' => { file => 'lib/Date/Manip/Offset/off153.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off154' => { file => 'lib/Date/Manip/Offset/off154.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off155' => { file => 'lib/Date/Manip/Offset/off155.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off156' => { file => 'lib/Date/Manip/Offset/off156.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off157' => { file => 'lib/Date/Manip/Offset/off157.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off158' => { file => 'lib/Date/Manip/Offset/off158.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off159' => { file => 'lib/Date/Manip/Offset/off159.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off160' => { file => 'lib/Date/Manip/Offset/off160.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off161' => { file => 'lib/Date/Manip/Offset/off161.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off162' => { file => 'lib/Date/Manip/Offset/off162.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off163' => { file => 'lib/Date/Manip/Offset/off163.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off164' => { file => 'lib/Date/Manip/Offset/off164.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off165' => { file => 'lib/Date/Manip/Offset/off165.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off166' => { file => 'lib/Date/Manip/Offset/off166.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off167' => { file => 'lib/Date/Manip/Offset/off167.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off168' => { file => 'lib/Date/Manip/Offset/off168.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off169' => { file => 'lib/Date/Manip/Offset/off169.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off170' => { file => 'lib/Date/Manip/Offset/off170.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off171' => { file => 'lib/Date/Manip/Offset/off171.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off172' => { file => 'lib/Date/Manip/Offset/off172.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off173' => { file => 'lib/Date/Manip/Offset/off173.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off174' => { file => 'lib/Date/Manip/Offset/off174.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off175' => { file => 'lib/Date/Manip/Offset/off175.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off176' => { file => 'lib/Date/Manip/Offset/off176.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off177' => { file => 'lib/Date/Manip/Offset/off177.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off178' => { file => 'lib/Date/Manip/Offset/off178.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off179' => { file => 'lib/Date/Manip/Offset/off179.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off180' => { file => 'lib/Date/Manip/Offset/off180.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off181' => { file => 'lib/Date/Manip/Offset/off181.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off182' => { file => 'lib/Date/Manip/Offset/off182.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off183' => { file => 'lib/Date/Manip/Offset/off183.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off184' => { file => 'lib/Date/Manip/Offset/off184.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off185' => { file => 'lib/Date/Manip/Offset/off185.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off186' => { file => 'lib/Date/Manip/Offset/off186.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off187' => { file => 'lib/Date/Manip/Offset/off187.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off188' => { file => 'lib/Date/Manip/Offset/off188.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off189' => { file => 'lib/Date/Manip/Offset/off189.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off190' => { file => 'lib/Date/Manip/Offset/off190.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off191' => { file => 'lib/Date/Manip/Offset/off191.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off192' => { file => 'lib/Date/Manip/Offset/off192.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off193' => { file => 'lib/Date/Manip/Offset/off193.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off194' => { file => 'lib/Date/Manip/Offset/off194.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off195' => { file => 'lib/Date/Manip/Offset/off195.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off196' => { file => 'lib/Date/Manip/Offset/off196.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off197' => { file => 'lib/Date/Manip/Offset/off197.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off198' => { file => 'lib/Date/Manip/Offset/off198.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off199' => { file => 'lib/Date/Manip/Offset/off199.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off200' => { file => 'lib/Date/Manip/Offset/off200.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off201' => { file => 'lib/Date/Manip/Offset/off201.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off202' => { file => 'lib/Date/Manip/Offset/off202.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off203' => { file => 'lib/Date/Manip/Offset/off203.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off204' => { file => 'lib/Date/Manip/Offset/off204.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off205' => { file => 'lib/Date/Manip/Offset/off205.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off206' => { file => 'lib/Date/Manip/Offset/off206.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off207' => { file => 'lib/Date/Manip/Offset/off207.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off208' => { file => 'lib/Date/Manip/Offset/off208.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off209' => { file => 'lib/Date/Manip/Offset/off209.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off210' => { file => 'lib/Date/Manip/Offset/off210.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off211' => { file => 'lib/Date/Manip/Offset/off211.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off212' => { file => 'lib/Date/Manip/Offset/off212.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off213' => { file => 'lib/Date/Manip/Offset/off213.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off214' => { file => 'lib/Date/Manip/Offset/off214.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off215' => { file => 'lib/Date/Manip/Offset/off215.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off216' => { file => 'lib/Date/Manip/Offset/off216.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off217' => { file => 'lib/Date/Manip/Offset/off217.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off218' => { file => 'lib/Date/Manip/Offset/off218.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off219' => { file => 'lib/Date/Manip/Offset/off219.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off220' => { file => 'lib/Date/Manip/Offset/off220.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off221' => { file => 'lib/Date/Manip/Offset/off221.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off222' => { file => 'lib/Date/Manip/Offset/off222.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off223' => { file => 'lib/Date/Manip/Offset/off223.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off224' => { file => 'lib/Date/Manip/Offset/off224.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off225' => { file => 'lib/Date/Manip/Offset/off225.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off226' => { file => 'lib/Date/Manip/Offset/off226.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off227' => { file => 'lib/Date/Manip/Offset/off227.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off228' => { file => 'lib/Date/Manip/Offset/off228.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off229' => { file => 'lib/Date/Manip/Offset/off229.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off230' => { file => 'lib/Date/Manip/Offset/off230.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off231' => { file => 'lib/Date/Manip/Offset/off231.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off232' => { file => 'lib/Date/Manip/Offset/off232.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off233' => { file => 'lib/Date/Manip/Offset/off233.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off234' => { file => 'lib/Date/Manip/Offset/off234.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off235' => { file => 'lib/Date/Manip/Offset/off235.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off236' => { file => 'lib/Date/Manip/Offset/off236.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off237' => { file => 'lib/Date/Manip/Offset/off237.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off238' => { file => 'lib/Date/Manip/Offset/off238.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off239' => { file => 'lib/Date/Manip/Offset/off239.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off240' => { file => 'lib/Date/Manip/Offset/off240.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off241' => { file => 'lib/Date/Manip/Offset/off241.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off242' => { file => 'lib/Date/Manip/Offset/off242.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off243' => { file => 'lib/Date/Manip/Offset/off243.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off244' => { file => 'lib/Date/Manip/Offset/off244.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off245' => { file => 'lib/Date/Manip/Offset/off245.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off246' => { file => 'lib/Date/Manip/Offset/off246.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off247' => { file => 'lib/Date/Manip/Offset/off247.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off248' => { file => 'lib/Date/Manip/Offset/off248.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off249' => { file => 'lib/Date/Manip/Offset/off249.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off250' => { file => 'lib/Date/Manip/Offset/off250.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off251' => { file => 'lib/Date/Manip/Offset/off251.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off252' => { file => 'lib/Date/Manip/Offset/off252.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off253' => { file => 'lib/Date/Manip/Offset/off253.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off254' => { file => 'lib/Date/Manip/Offset/off254.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off255' => { file => 'lib/Date/Manip/Offset/off255.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off256' => { file => 'lib/Date/Manip/Offset/off256.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off257' => { file => 'lib/Date/Manip/Offset/off257.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off258' => { file => 'lib/Date/Manip/Offset/off258.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off259' => { file => 'lib/Date/Manip/Offset/off259.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off260' => { file => 'lib/Date/Manip/Offset/off260.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off261' => { file => 'lib/Date/Manip/Offset/off261.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off262' => { file => 'lib/Date/Manip/Offset/off262.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off263' => { file => 'lib/Date/Manip/Offset/off263.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off264' => { file => 'lib/Date/Manip/Offset/off264.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off265' => { file => 'lib/Date/Manip/Offset/off265.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off266' => { file => 'lib/Date/Manip/Offset/off266.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off267' => { file => 'lib/Date/Manip/Offset/off267.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off268' => { file => 'lib/Date/Manip/Offset/off268.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off269' => { file => 'lib/Date/Manip/Offset/off269.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off270' => { file => 'lib/Date/Manip/Offset/off270.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off271' => { file => 'lib/Date/Manip/Offset/off271.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off272' => { file => 'lib/Date/Manip/Offset/off272.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off273' => { file => 'lib/Date/Manip/Offset/off273.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off274' => { file => 'lib/Date/Manip/Offset/off274.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off275' => { file => 'lib/Date/Manip/Offset/off275.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off276' => { file => 'lib/Date/Manip/Offset/off276.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off277' => { file => 'lib/Date/Manip/Offset/off277.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off278' => { file => 'lib/Date/Manip/Offset/off278.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off279' => { file => 'lib/Date/Manip/Offset/off279.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off280' => { file => 'lib/Date/Manip/Offset/off280.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off281' => { file => 'lib/Date/Manip/Offset/off281.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off282' => { file => 'lib/Date/Manip/Offset/off282.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off283' => { file => 'lib/Date/Manip/Offset/off283.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off284' => { file => 'lib/Date/Manip/Offset/off284.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off285' => { file => 'lib/Date/Manip/Offset/off285.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off286' => { file => 'lib/Date/Manip/Offset/off286.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off287' => { file => 'lib/Date/Manip/Offset/off287.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off288' => { file => 'lib/Date/Manip/Offset/off288.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off289' => { file => 'lib/Date/Manip/Offset/off289.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off290' => { file => 'lib/Date/Manip/Offset/off290.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off291' => { file => 'lib/Date/Manip/Offset/off291.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off292' => { file => 'lib/Date/Manip/Offset/off292.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off293' => { file => 'lib/Date/Manip/Offset/off293.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off294' => { file => 'lib/Date/Manip/Offset/off294.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off295' => { file => 'lib/Date/Manip/Offset/off295.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off296' => { file => 'lib/Date/Manip/Offset/off296.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off297' => { file => 'lib/Date/Manip/Offset/off297.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off298' => { file => 'lib/Date/Manip/Offset/off298.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off299' => { file => 'lib/Date/Manip/Offset/off299.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off300' => { file => 'lib/Date/Manip/Offset/off300.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off301' => { file => 'lib/Date/Manip/Offset/off301.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off302' => { file => 'lib/Date/Manip/Offset/off302.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off303' => { file => 'lib/Date/Manip/Offset/off303.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off304' => { file => 'lib/Date/Manip/Offset/off304.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off305' => { file => 'lib/Date/Manip/Offset/off305.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off306' => { file => 'lib/Date/Manip/Offset/off306.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off307' => { file => 'lib/Date/Manip/Offset/off307.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off308' => { file => 'lib/Date/Manip/Offset/off308.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off309' => { file => 'lib/Date/Manip/Offset/off309.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off310' => { file => 'lib/Date/Manip/Offset/off310.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off311' => { file => 'lib/Date/Manip/Offset/off311.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off312' => { file => 'lib/Date/Manip/Offset/off312.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off313' => { file => 'lib/Date/Manip/Offset/off313.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off314' => { file => 'lib/Date/Manip/Offset/off314.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off315' => { file => 'lib/Date/Manip/Offset/off315.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off316' => { file => 'lib/Date/Manip/Offset/off316.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off317' => { file => 'lib/Date/Manip/Offset/off317.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off318' => { file => 'lib/Date/Manip/Offset/off318.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off319' => { file => 'lib/Date/Manip/Offset/off319.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off320' => { file => 'lib/Date/Manip/Offset/off320.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off321' => { file => 'lib/Date/Manip/Offset/off321.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off322' => { file => 'lib/Date/Manip/Offset/off322.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off323' => { file => 'lib/Date/Manip/Offset/off323.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off324' => { file => 'lib/Date/Manip/Offset/off324.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off325' => { file => 'lib/Date/Manip/Offset/off325.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off326' => { file => 'lib/Date/Manip/Offset/off326.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off327' => { file => 'lib/Date/Manip/Offset/off327.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off328' => { file => 'lib/Date/Manip/Offset/off328.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off329' => { file => 'lib/Date/Manip/Offset/off329.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off330' => { file => 'lib/Date/Manip/Offset/off330.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off331' => { file => 'lib/Date/Manip/Offset/off331.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off332' => { file => 'lib/Date/Manip/Offset/off332.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off333' => { file => 'lib/Date/Manip/Offset/off333.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off334' => { file => 'lib/Date/Manip/Offset/off334.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off335' => { file => 'lib/Date/Manip/Offset/off335.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off336' => { file => 'lib/Date/Manip/Offset/off336.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off337' => { file => 'lib/Date/Manip/Offset/off337.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off338' => { file => 'lib/Date/Manip/Offset/off338.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off339' => { file => 'lib/Date/Manip/Offset/off339.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off340' => { file => 'lib/Date/Manip/Offset/off340.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off341' => { file => 'lib/Date/Manip/Offset/off341.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off342' => { file => 'lib/Date/Manip/Offset/off342.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off343' => { file => 'lib/Date/Manip/Offset/off343.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off344' => { file => 'lib/Date/Manip/Offset/off344.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off345' => { file => 'lib/Date/Manip/Offset/off345.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off346' => { file => 'lib/Date/Manip/Offset/off346.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off347' => { file => 'lib/Date/Manip/Offset/off347.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off348' => { file => 'lib/Date/Manip/Offset/off348.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off349' => { file => 'lib/Date/Manip/Offset/off349.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off350' => { file => 'lib/Date/Manip/Offset/off350.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off351' => { file => 'lib/Date/Manip/Offset/off351.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off352' => { file => 'lib/Date/Manip/Offset/off352.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off353' => { file => 'lib/Date/Manip/Offset/off353.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off354' => { file => 'lib/Date/Manip/Offset/off354.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off355' => { file => 'lib/Date/Manip/Offset/off355.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off356' => { file => 'lib/Date/Manip/Offset/off356.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off357' => { file => 'lib/Date/Manip/Offset/off357.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off358' => { file => 'lib/Date/Manip/Offset/off358.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off359' => { file => 'lib/Date/Manip/Offset/off359.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off360' => { file => 'lib/Date/Manip/Offset/off360.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off361' => { file => 'lib/Date/Manip/Offset/off361.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off362' => { file => 'lib/Date/Manip/Offset/off362.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off363' => { file => 'lib/Date/Manip/Offset/off363.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off364' => { file => 'lib/Date/Manip/Offset/off364.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off365' => { file => 'lib/Date/Manip/Offset/off365.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off366' => { file => 'lib/Date/Manip/Offset/off366.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off367' => { file => 'lib/Date/Manip/Offset/off367.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off368' => { file => 'lib/Date/Manip/Offset/off368.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off369' => { file => 'lib/Date/Manip/Offset/off369.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off370' => { file => 'lib/Date/Manip/Offset/off370.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off371' => { file => 'lib/Date/Manip/Offset/off371.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off372' => { file => 'lib/Date/Manip/Offset/off372.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off373' => { file => 'lib/Date/Manip/Offset/off373.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off374' => { file => 'lib/Date/Manip/Offset/off374.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off375' => { file => 'lib/Date/Manip/Offset/off375.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off376' => { file => 'lib/Date/Manip/Offset/off376.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off377' => { file => 'lib/Date/Manip/Offset/off377.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off378' => { file => 'lib/Date/Manip/Offset/off378.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off379' => { file => 'lib/Date/Manip/Offset/off379.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off380' => { file => 'lib/Date/Manip/Offset/off380.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off381' => { file => 'lib/Date/Manip/Offset/off381.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off382' => { file => 'lib/Date/Manip/Offset/off382.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off383' => { file => 'lib/Date/Manip/Offset/off383.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off384' => { file => 'lib/Date/Manip/Offset/off384.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off385' => { file => 'lib/Date/Manip/Offset/off385.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off386' => { file => 'lib/Date/Manip/Offset/off386.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off387' => { file => 'lib/Date/Manip/Offset/off387.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off388' => { file => 'lib/Date/Manip/Offset/off388.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off389' => { file => 'lib/Date/Manip/Offset/off389.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off390' => { file => 'lib/Date/Manip/Offset/off390.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off391' => { file => 'lib/Date/Manip/Offset/off391.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off392' => { file => 'lib/Date/Manip/Offset/off392.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off393' => { file => 'lib/Date/Manip/Offset/off393.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off394' => { file => 'lib/Date/Manip/Offset/off394.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off395' => { file => 'lib/Date/Manip/Offset/off395.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off396' => { file => 'lib/Date/Manip/Offset/off396.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off397' => { file => 'lib/Date/Manip/Offset/off397.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off398' => { file => 'lib/Date/Manip/Offset/off398.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off399' => { file => 'lib/Date/Manip/Offset/off399.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off400' => { file => 'lib/Date/Manip/Offset/off400.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off401' => { file => 'lib/Date/Manip/Offset/off401.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off402' => { file => 'lib/Date/Manip/Offset/off402.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off403' => { file => 'lib/Date/Manip/Offset/off403.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off404' => { file => 'lib/Date/Manip/Offset/off404.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off405' => { file => 'lib/Date/Manip/Offset/off405.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off406' => { file => 'lib/Date/Manip/Offset/off406.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Offset::off407' => { file => 'lib/Date/Manip/Offset/off407.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Recur' => { file => 'lib/Date/Manip/Recur.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ' => { file => 'lib/Date/Manip/TZ.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::a00' => { file => 'lib/Date/Manip/TZ/a00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afabid00' => { file => 'lib/Date/Manip/TZ/afabid00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afalgi00' => { file => 'lib/Date/Manip/TZ/afalgi00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afbiss00' => { file => 'lib/Date/Manip/TZ/afbiss00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afcair00' => { file => 'lib/Date/Manip/TZ/afcair00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afcasa00' => { file => 'lib/Date/Manip/TZ/afcasa00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afceut00' => { file => 'lib/Date/Manip/TZ/afceut00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afel_a00' => { file => 'lib/Date/Manip/TZ/afel_a00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afjoha00' => { file => 'lib/Date/Manip/TZ/afjoha00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afjuba00' => { file => 'lib/Date/Manip/TZ/afjuba00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afkhar00' => { file => 'lib/Date/Manip/TZ/afkhar00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aflago00' => { file => 'lib/Date/Manip/TZ/aflago00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afmapu00' => { file => 'lib/Date/Manip/TZ/afmapu00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afmonr00' => { file => 'lib/Date/Manip/TZ/afmonr00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afnair00' => { file => 'lib/Date/Manip/TZ/afnair00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afndja00' => { file => 'lib/Date/Manip/TZ/afndja00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afsao_00' => { file => 'lib/Date/Manip/TZ/afsao_00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aftrip00' => { file => 'lib/Date/Manip/TZ/aftrip00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aftuni00' => { file => 'lib/Date/Manip/TZ/aftuni00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::afwind00' => { file => 'lib/Date/Manip/TZ/afwind00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amadak00' => { file => 'lib/Date/Manip/TZ/amadak00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amanch00' => { file => 'lib/Date/Manip/TZ/amanch00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amarag00' => { file => 'lib/Date/Manip/TZ/amarag00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amasun00' => { file => 'lib/Date/Manip/TZ/amasun00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ambahi00' => { file => 'lib/Date/Manip/TZ/ambahi00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ambahi01' => { file => 'lib/Date/Manip/TZ/ambahi01.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ambarb00' => { file => 'lib/Date/Manip/TZ/ambarb00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ambele00' => { file => 'lib/Date/Manip/TZ/ambele00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ambeli00' => { file => 'lib/Date/Manip/TZ/ambeli00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ambeul00' => { file => 'lib/Date/Manip/TZ/ambeul00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amboa_00' => { file => 'lib/Date/Manip/TZ/amboa_00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ambogo00' => { file => 'lib/Date/Manip/TZ/ambogo00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ambois00' => { file => 'lib/Date/Manip/TZ/ambois00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ambuen00' => { file => 'lib/Date/Manip/TZ/ambuen00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amcamb00' => { file => 'lib/Date/Manip/TZ/amcamb00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amcamp00' => { file => 'lib/Date/Manip/TZ/amcamp00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amcanc00' => { file => 'lib/Date/Manip/TZ/amcanc00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amcara00' => { file => 'lib/Date/Manip/TZ/amcara00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amcata00' => { file => 'lib/Date/Manip/TZ/amcata00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amcaye00' => { file => 'lib/Date/Manip/TZ/amcaye00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amcent00' => { file => 'lib/Date/Manip/TZ/amcent00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amchic00' => { file => 'lib/Date/Manip/TZ/amchic00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amchih00' => { file => 'lib/Date/Manip/TZ/amchih00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amciud00' => { file => 'lib/Date/Manip/TZ/amciud00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amcord00' => { file => 'lib/Date/Manip/TZ/amcord00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amcost00' => { file => 'lib/Date/Manip/TZ/amcost00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amcuia00' => { file => 'lib/Date/Manip/TZ/amcuia00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amdanm00' => { file => 'lib/Date/Manip/TZ/amdanm00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amdaws00' => { file => 'lib/Date/Manip/TZ/amdaws00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amdaws01' => { file => 'lib/Date/Manip/TZ/amdaws01.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amdenv00' => { file => 'lib/Date/Manip/TZ/amdenv00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amdetr00' => { file => 'lib/Date/Manip/TZ/amdetr00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amedmo00' => { file => 'lib/Date/Manip/TZ/amedmo00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ameiru00' => { file => 'lib/Date/Manip/TZ/ameiru00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amel_s00' => { file => 'lib/Date/Manip/TZ/amel_s00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amfort00' => { file => 'lib/Date/Manip/TZ/amfort00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amfort01' => { file => 'lib/Date/Manip/TZ/amfort01.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amglac00' => { file => 'lib/Date/Manip/TZ/amglac00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amgoos00' => { file => 'lib/Date/Manip/TZ/amgoos00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amgran00' => { file => 'lib/Date/Manip/TZ/amgran00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amguat00' => { file => 'lib/Date/Manip/TZ/amguat00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amguay00' => { file => 'lib/Date/Manip/TZ/amguay00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amguya00' => { file => 'lib/Date/Manip/TZ/amguya00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amhali00' => { file => 'lib/Date/Manip/TZ/amhali00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amhava00' => { file => 'lib/Date/Manip/TZ/amhava00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amherm00' => { file => 'lib/Date/Manip/TZ/amherm00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amindi00' => { file => 'lib/Date/Manip/TZ/amindi00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aminuv00' => { file => 'lib/Date/Manip/TZ/aminuv00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amiqal00' => { file => 'lib/Date/Manip/TZ/amiqal00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amjama00' => { file => 'lib/Date/Manip/TZ/amjama00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amjuju00' => { file => 'lib/Date/Manip/TZ/amjuju00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amjune00' => { file => 'lib/Date/Manip/TZ/amjune00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amknox00' => { file => 'lib/Date/Manip/TZ/amknox00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amla_p00' => { file => 'lib/Date/Manip/TZ/amla_p00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amla_r00' => { file => 'lib/Date/Manip/TZ/amla_r00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amlima00' => { file => 'lib/Date/Manip/TZ/amlima00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amlos_00' => { file => 'lib/Date/Manip/TZ/amlos_00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amloui00' => { file => 'lib/Date/Manip/TZ/amloui00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammace00' => { file => 'lib/Date/Manip/TZ/ammace00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammana00' => { file => 'lib/Date/Manip/TZ/ammana00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammana01' => { file => 'lib/Date/Manip/TZ/ammana01.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammare00' => { file => 'lib/Date/Manip/TZ/ammare00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammart00' => { file => 'lib/Date/Manip/TZ/ammart00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammata00' => { file => 'lib/Date/Manip/TZ/ammata00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammaza00' => { file => 'lib/Date/Manip/TZ/ammaza00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammend00' => { file => 'lib/Date/Manip/TZ/ammend00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammeno00' => { file => 'lib/Date/Manip/TZ/ammeno00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammeri00' => { file => 'lib/Date/Manip/TZ/ammeri00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammetl00' => { file => 'lib/Date/Manip/TZ/ammetl00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammexi00' => { file => 'lib/Date/Manip/TZ/ammexi00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammiqu00' => { file => 'lib/Date/Manip/TZ/ammiqu00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammonc00' => { file => 'lib/Date/Manip/TZ/ammonc00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammont00' => { file => 'lib/Date/Manip/TZ/ammont00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammont01' => { file => 'lib/Date/Manip/TZ/ammont01.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ammont02' => { file => 'lib/Date/Manip/TZ/ammont02.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amnew_00' => { file => 'lib/Date/Manip/TZ/amnew_00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amnew_01' => { file => 'lib/Date/Manip/TZ/amnew_01.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amnome00' => { file => 'lib/Date/Manip/TZ/amnome00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amnoro00' => { file => 'lib/Date/Manip/TZ/amnoro00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amnuuk00' => { file => 'lib/Date/Manip/TZ/amnuuk00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amojin00' => { file => 'lib/Date/Manip/TZ/amojin00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ampana00' => { file => 'lib/Date/Manip/TZ/ampana00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ampara00' => { file => 'lib/Date/Manip/TZ/ampara00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ampete00' => { file => 'lib/Date/Manip/TZ/ampete00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amphoe00' => { file => 'lib/Date/Manip/TZ/amphoe00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amport00' => { file => 'lib/Date/Manip/TZ/amport00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amport01' => { file => 'lib/Date/Manip/TZ/amport01.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ampuer00' => { file => 'lib/Date/Manip/TZ/ampuer00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ampunt00' => { file => 'lib/Date/Manip/TZ/ampunt00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amrank00' => { file => 'lib/Date/Manip/TZ/amrank00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amreci00' => { file => 'lib/Date/Manip/TZ/amreci00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amregi00' => { file => 'lib/Date/Manip/TZ/amregi00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amreso00' => { file => 'lib/Date/Manip/TZ/amreso00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amrio_00' => { file => 'lib/Date/Manip/TZ/amrio_00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amrio_01' => { file => 'lib/Date/Manip/TZ/amrio_01.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amsalt00' => { file => 'lib/Date/Manip/TZ/amsalt00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amsan_00' => { file => 'lib/Date/Manip/TZ/amsan_00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amsan_01' => { file => 'lib/Date/Manip/TZ/amsan_01.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amsant00' => { file => 'lib/Date/Manip/TZ/amsant00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amsant01' => { file => 'lib/Date/Manip/TZ/amsant01.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amsant02' => { file => 'lib/Date/Manip/TZ/amsant02.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amsao_00' => { file => 'lib/Date/Manip/TZ/amsao_00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amscor00' => { file => 'lib/Date/Manip/TZ/amscor00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amsitk00' => { file => 'lib/Date/Manip/TZ/amsitk00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amst_j00' => { file => 'lib/Date/Manip/TZ/amst_j00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amswif00' => { file => 'lib/Date/Manip/TZ/amswif00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amtegu00' => { file => 'lib/Date/Manip/TZ/amtegu00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amtell00' => { file => 'lib/Date/Manip/TZ/amtell00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amthul00' => { file => 'lib/Date/Manip/TZ/amthul00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amtiju00' => { file => 'lib/Date/Manip/TZ/amtiju00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amtoro00' => { file => 'lib/Date/Manip/TZ/amtoro00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amtucu00' => { file => 'lib/Date/Manip/TZ/amtucu00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amushu00' => { file => 'lib/Date/Manip/TZ/amushu00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amvanc00' => { file => 'lib/Date/Manip/TZ/amvanc00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amveva00' => { file => 'lib/Date/Manip/TZ/amveva00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amvinc00' => { file => 'lib/Date/Manip/TZ/amvinc00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amwhit00' => { file => 'lib/Date/Manip/TZ/amwhit00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amwina00' => { file => 'lib/Date/Manip/TZ/amwina00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amwinn00' => { file => 'lib/Date/Manip/TZ/amwinn00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::amyaku00' => { file => 'lib/Date/Manip/TZ/amyaku00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ancase00' => { file => 'lib/Date/Manip/TZ/ancase00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::andavi00' => { file => 'lib/Date/Manip/TZ/andavi00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::anmacq00' => { file => 'lib/Date/Manip/TZ/anmacq00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::anmaws00' => { file => 'lib/Date/Manip/TZ/anmaws00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::anpalm00' => { file => 'lib/Date/Manip/TZ/anpalm00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::anroth00' => { file => 'lib/Date/Manip/TZ/anroth00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::antrol00' => { file => 'lib/Date/Manip/TZ/antrol00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::anvost00' => { file => 'lib/Date/Manip/TZ/anvost00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asalma00' => { file => 'lib/Date/Manip/TZ/asalma00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asamma00' => { file => 'lib/Date/Manip/TZ/asamma00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asanad00' => { file => 'lib/Date/Manip/TZ/asanad00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asaqta00' => { file => 'lib/Date/Manip/TZ/asaqta00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asaqto00' => { file => 'lib/Date/Manip/TZ/asaqto00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asashg00' => { file => 'lib/Date/Manip/TZ/asashg00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asatyr00' => { file => 'lib/Date/Manip/TZ/asatyr00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asbagh00' => { file => 'lib/Date/Manip/TZ/asbagh00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asbaku00' => { file => 'lib/Date/Manip/TZ/asbaku00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asbang00' => { file => 'lib/Date/Manip/TZ/asbang00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asbarn00' => { file => 'lib/Date/Manip/TZ/asbarn00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asbeir00' => { file => 'lib/Date/Manip/TZ/asbeir00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asbish00' => { file => 'lib/Date/Manip/TZ/asbish00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aschit00' => { file => 'lib/Date/Manip/TZ/aschit00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aschoi00' => { file => 'lib/Date/Manip/TZ/aschoi00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ascolo00' => { file => 'lib/Date/Manip/TZ/ascolo00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asdama00' => { file => 'lib/Date/Manip/TZ/asdama00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asdhak00' => { file => 'lib/Date/Manip/TZ/asdhak00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asdili00' => { file => 'lib/Date/Manip/TZ/asdili00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asduba00' => { file => 'lib/Date/Manip/TZ/asduba00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asdush00' => { file => 'lib/Date/Manip/TZ/asdush00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asfama00' => { file => 'lib/Date/Manip/TZ/asfama00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asgaza00' => { file => 'lib/Date/Manip/TZ/asgaza00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ashebr00' => { file => 'lib/Date/Manip/TZ/ashebr00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asho_c00' => { file => 'lib/Date/Manip/TZ/asho_c00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ashong00' => { file => 'lib/Date/Manip/TZ/ashong00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ashovd00' => { file => 'lib/Date/Manip/TZ/ashovd00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asirku00' => { file => 'lib/Date/Manip/TZ/asirku00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asjaka00' => { file => 'lib/Date/Manip/TZ/asjaka00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asjaya00' => { file => 'lib/Date/Manip/TZ/asjaya00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asjeru00' => { file => 'lib/Date/Manip/TZ/asjeru00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::askabu00' => { file => 'lib/Date/Manip/TZ/askabu00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::askamc00' => { file => 'lib/Date/Manip/TZ/askamc00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::askara00' => { file => 'lib/Date/Manip/TZ/askara00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::askath00' => { file => 'lib/Date/Manip/TZ/askath00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::askhan00' => { file => 'lib/Date/Manip/TZ/askhan00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::askolk00' => { file => 'lib/Date/Manip/TZ/askolk00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::askras00' => { file => 'lib/Date/Manip/TZ/askras00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::askuch00' => { file => 'lib/Date/Manip/TZ/askuch00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asmaca00' => { file => 'lib/Date/Manip/TZ/asmaca00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asmaga00' => { file => 'lib/Date/Manip/TZ/asmaga00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asmaka00' => { file => 'lib/Date/Manip/TZ/asmaka00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asmani00' => { file => 'lib/Date/Manip/TZ/asmani00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asnico00' => { file => 'lib/Date/Manip/TZ/asnico00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asnovo00' => { file => 'lib/Date/Manip/TZ/asnovo00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asnovo01' => { file => 'lib/Date/Manip/TZ/asnovo01.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asomsk00' => { file => 'lib/Date/Manip/TZ/asomsk00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asoral00' => { file => 'lib/Date/Manip/TZ/asoral00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aspont00' => { file => 'lib/Date/Manip/TZ/aspont00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aspyon00' => { file => 'lib/Date/Manip/TZ/aspyon00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asqata00' => { file => 'lib/Date/Manip/TZ/asqata00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asqost00' => { file => 'lib/Date/Manip/TZ/asqost00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asqyzy00' => { file => 'lib/Date/Manip/TZ/asqyzy00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asriya00' => { file => 'lib/Date/Manip/TZ/asriya00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::assakh00' => { file => 'lib/Date/Manip/TZ/assakh00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::assama00' => { file => 'lib/Date/Manip/TZ/assama00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asseou00' => { file => 'lib/Date/Manip/TZ/asseou00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asshan00' => { file => 'lib/Date/Manip/TZ/asshan00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::assing00' => { file => 'lib/Date/Manip/TZ/assing00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::assred00' => { file => 'lib/Date/Manip/TZ/assred00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::astaip00' => { file => 'lib/Date/Manip/TZ/astaip00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::astash00' => { file => 'lib/Date/Manip/TZ/astash00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::astbil00' => { file => 'lib/Date/Manip/TZ/astbil00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::astehr00' => { file => 'lib/Date/Manip/TZ/astehr00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asthim00' => { file => 'lib/Date/Manip/TZ/asthim00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::astoky00' => { file => 'lib/Date/Manip/TZ/astoky00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::astoms00' => { file => 'lib/Date/Manip/TZ/astoms00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asulaa00' => { file => 'lib/Date/Manip/TZ/asulaa00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asurum00' => { file => 'lib/Date/Manip/TZ/asurum00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asustm00' => { file => 'lib/Date/Manip/TZ/asustm00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asvlad00' => { file => 'lib/Date/Manip/TZ/asvlad00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asyaku00' => { file => 'lib/Date/Manip/TZ/asyaku00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asyang00' => { file => 'lib/Date/Manip/TZ/asyang00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asyeka00' => { file => 'lib/Date/Manip/TZ/asyeka00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::asyere00' => { file => 'lib/Date/Manip/TZ/asyere00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::atazor00' => { file => 'lib/Date/Manip/TZ/atazor00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::atberm00' => { file => 'lib/Date/Manip/TZ/atberm00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::atcana00' => { file => 'lib/Date/Manip/TZ/atcana00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::atcape00' => { file => 'lib/Date/Manip/TZ/atcape00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::atfaro00' => { file => 'lib/Date/Manip/TZ/atfaro00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::atmade00' => { file => 'lib/Date/Manip/TZ/atmade00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::atsout00' => { file => 'lib/Date/Manip/TZ/atsout00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::atstan00' => { file => 'lib/Date/Manip/TZ/atstan00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::auadel00' => { file => 'lib/Date/Manip/TZ/auadel00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aubris00' => { file => 'lib/Date/Manip/TZ/aubris00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aubrok00' => { file => 'lib/Date/Manip/TZ/aubrok00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::audarw00' => { file => 'lib/Date/Manip/TZ/audarw00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aueucl00' => { file => 'lib/Date/Manip/TZ/aueucl00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::auhoba00' => { file => 'lib/Date/Manip/TZ/auhoba00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aulind00' => { file => 'lib/Date/Manip/TZ/aulind00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aulord00' => { file => 'lib/Date/Manip/TZ/aulord00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aumelb00' => { file => 'lib/Date/Manip/TZ/aumelb00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::aupert00' => { file => 'lib/Date/Manip/TZ/aupert00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ausydn00' => { file => 'lib/Date/Manip/TZ/ausydn00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::b00' => { file => 'lib/Date/Manip/TZ/b00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::c00' => { file => 'lib/Date/Manip/TZ/c00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::cet00' => { file => 'lib/Date/Manip/TZ/cet00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::d00' => { file => 'lib/Date/Manip/TZ/d00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::e00' => { file => 'lib/Date/Manip/TZ/e00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eet00' => { file => 'lib/Date/Manip/TZ/eet00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmt00' => { file => 'lib/Date/Manip/TZ/etgmt00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm00' => { file => 'lib/Date/Manip/TZ/etgmtm00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm01' => { file => 'lib/Date/Manip/TZ/etgmtm01.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm02' => { file => 'lib/Date/Manip/TZ/etgmtm02.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm03' => { file => 'lib/Date/Manip/TZ/etgmtm03.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm04' => { file => 'lib/Date/Manip/TZ/etgmtm04.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm05' => { file => 'lib/Date/Manip/TZ/etgmtm05.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm06' => { file => 'lib/Date/Manip/TZ/etgmtm06.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm07' => { file => 'lib/Date/Manip/TZ/etgmtm07.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm08' => { file => 'lib/Date/Manip/TZ/etgmtm08.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm09' => { file => 'lib/Date/Manip/TZ/etgmtm09.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm10' => { file => 'lib/Date/Manip/TZ/etgmtm10.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm11' => { file => 'lib/Date/Manip/TZ/etgmtm11.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm12' => { file => 'lib/Date/Manip/TZ/etgmtm12.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtm13' => { file => 'lib/Date/Manip/TZ/etgmtm13.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtp00' => { file => 'lib/Date/Manip/TZ/etgmtp00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtp01' => { file => 'lib/Date/Manip/TZ/etgmtp01.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtp02' => { file => 'lib/Date/Manip/TZ/etgmtp02.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtp03' => { file => 'lib/Date/Manip/TZ/etgmtp03.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtp04' => { file => 'lib/Date/Manip/TZ/etgmtp04.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtp05' => { file => 'lib/Date/Manip/TZ/etgmtp05.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtp06' => { file => 'lib/Date/Manip/TZ/etgmtp06.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtp07' => { file => 'lib/Date/Manip/TZ/etgmtp07.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtp08' => { file => 'lib/Date/Manip/TZ/etgmtp08.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtp09' => { file => 'lib/Date/Manip/TZ/etgmtp09.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtp10' => { file => 'lib/Date/Manip/TZ/etgmtp10.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etgmtp11' => { file => 'lib/Date/Manip/TZ/etgmtp11.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::etutc00' => { file => 'lib/Date/Manip/TZ/etutc00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euando00' => { file => 'lib/Date/Manip/TZ/euando00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euastr00' => { file => 'lib/Date/Manip/TZ/euastr00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euathe00' => { file => 'lib/Date/Manip/TZ/euathe00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eubelg00' => { file => 'lib/Date/Manip/TZ/eubelg00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euberl00' => { file => 'lib/Date/Manip/TZ/euberl00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eubrus00' => { file => 'lib/Date/Manip/TZ/eubrus00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eubuch00' => { file => 'lib/Date/Manip/TZ/eubuch00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eubuda00' => { file => 'lib/Date/Manip/TZ/eubuda00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euchis00' => { file => 'lib/Date/Manip/TZ/euchis00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eudubl00' => { file => 'lib/Date/Manip/TZ/eudubl00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eugibr00' => { file => 'lib/Date/Manip/TZ/eugibr00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euhels00' => { file => 'lib/Date/Manip/TZ/euhels00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euista00' => { file => 'lib/Date/Manip/TZ/euista00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eukali00' => { file => 'lib/Date/Manip/TZ/eukali00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eukiro00' => { file => 'lib/Date/Manip/TZ/eukiro00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eukyiv00' => { file => 'lib/Date/Manip/TZ/eukyiv00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eulisb00' => { file => 'lib/Date/Manip/TZ/eulisb00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eulond00' => { file => 'lib/Date/Manip/TZ/eulond00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eumadr00' => { file => 'lib/Date/Manip/TZ/eumadr00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eumalt00' => { file => 'lib/Date/Manip/TZ/eumalt00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eumins00' => { file => 'lib/Date/Manip/TZ/eumins00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eumosc00' => { file => 'lib/Date/Manip/TZ/eumosc00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eupari00' => { file => 'lib/Date/Manip/TZ/eupari00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euprag00' => { file => 'lib/Date/Manip/TZ/euprag00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euriga00' => { file => 'lib/Date/Manip/TZ/euriga00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eurome00' => { file => 'lib/Date/Manip/TZ/eurome00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eusama00' => { file => 'lib/Date/Manip/TZ/eusama00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eusara00' => { file => 'lib/Date/Manip/TZ/eusara00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eusimf00' => { file => 'lib/Date/Manip/TZ/eusimf00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eusofi00' => { file => 'lib/Date/Manip/TZ/eusofi00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eutall00' => { file => 'lib/Date/Manip/TZ/eutall00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::eutira00' => { file => 'lib/Date/Manip/TZ/eutira00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euulya00' => { file => 'lib/Date/Manip/TZ/euulya00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euvien00' => { file => 'lib/Date/Manip/TZ/euvien00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euviln00' => { file => 'lib/Date/Manip/TZ/euviln00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euvolg00' => { file => 'lib/Date/Manip/TZ/euvolg00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euwars00' => { file => 'lib/Date/Manip/TZ/euwars00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::euzuri00' => { file => 'lib/Date/Manip/TZ/euzuri00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::f00' => { file => 'lib/Date/Manip/TZ/f00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::g00' => { file => 'lib/Date/Manip/TZ/g00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::h00' => { file => 'lib/Date/Manip/TZ/h00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::i00' => { file => 'lib/Date/Manip/TZ/i00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::inchag00' => { file => 'lib/Date/Manip/TZ/inchag00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::inmald00' => { file => 'lib/Date/Manip/TZ/inmald00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::inmaur00' => { file => 'lib/Date/Manip/TZ/inmaur00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::k00' => { file => 'lib/Date/Manip/TZ/k00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::l00' => { file => 'lib/Date/Manip/TZ/l00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::m00' => { file => 'lib/Date/Manip/TZ/m00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::met00' => { file => 'lib/Date/Manip/TZ/met00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::n00' => { file => 'lib/Date/Manip/TZ/n00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::o00' => { file => 'lib/Date/Manip/TZ/o00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::p00' => { file => 'lib/Date/Manip/TZ/p00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::paapia00' => { file => 'lib/Date/Manip/TZ/paapia00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::paauck00' => { file => 'lib/Date/Manip/TZ/paauck00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::paboug00' => { file => 'lib/Date/Manip/TZ/paboug00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::pachat00' => { file => 'lib/Date/Manip/TZ/pachat00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::paeast00' => { file => 'lib/Date/Manip/TZ/paeast00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::paefat00' => { file => 'lib/Date/Manip/TZ/paefat00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::pafaka00' => { file => 'lib/Date/Manip/TZ/pafaka00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::pafiji00' => { file => 'lib/Date/Manip/TZ/pafiji00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::pagala00' => { file => 'lib/Date/Manip/TZ/pagala00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::pagamb00' => { file => 'lib/Date/Manip/TZ/pagamb00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::paguad00' => { file => 'lib/Date/Manip/TZ/paguad00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::paguam00' => { file => 'lib/Date/Manip/TZ/paguam00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::pahono00' => { file => 'lib/Date/Manip/TZ/pahono00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::pakant00' => { file => 'lib/Date/Manip/TZ/pakant00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::pakiri00' => { file => 'lib/Date/Manip/TZ/pakiri00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::pakosr00' => { file => 'lib/Date/Manip/TZ/pakosr00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::pakwaj00' => { file => 'lib/Date/Manip/TZ/pakwaj00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::pamarq00' => { file => 'lib/Date/Manip/TZ/pamarq00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::panaur00' => { file => 'lib/Date/Manip/TZ/panaur00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::paniue00' => { file => 'lib/Date/Manip/TZ/paniue00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::panorf00' => { file => 'lib/Date/Manip/TZ/panorf00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::panoum00' => { file => 'lib/Date/Manip/TZ/panoum00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::papago00' => { file => 'lib/Date/Manip/TZ/papago00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::papala00' => { file => 'lib/Date/Manip/TZ/papala00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::papitc00' => { file => 'lib/Date/Manip/TZ/papitc00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::paport00' => { file => 'lib/Date/Manip/TZ/paport00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::pararo00' => { file => 'lib/Date/Manip/TZ/pararo00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::patahi00' => { file => 'lib/Date/Manip/TZ/patahi00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::patara00' => { file => 'lib/Date/Manip/TZ/patara00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::patong00' => { file => 'lib/Date/Manip/TZ/patong00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::q00' => { file => 'lib/Date/Manip/TZ/q00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::r00' => { file => 'lib/Date/Manip/TZ/r00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::s00' => { file => 'lib/Date/Manip/TZ/s00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::t00' => { file => 'lib/Date/Manip/TZ/t00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::u00' => { file => 'lib/Date/Manip/TZ/u00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::ut00' => { file => 'lib/Date/Manip/TZ/ut00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::v00' => { file => 'lib/Date/Manip/TZ/v00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::w00' => { file => 'lib/Date/Manip/TZ/w00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::wet00' => { file => 'lib/Date/Manip/TZ/wet00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::x00' => { file => 'lib/Date/Manip/TZ/x00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::y00' => { file => 'lib/Date/Manip/TZ/y00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ::z00' => { file => 'lib/Date/Manip/TZ/z00.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZ_Base' => { file => 'lib/Date/Manip/TZ_Base.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::TZdata' => { file => 'lib/Date/Manip/TZdata.pm', - version => '6.94', + version => '6.95', }, 'Date::Manip::Zones' => { file => 'lib/Date/Manip/Zones.pm', - version => '6.94', + version => '6.95', }, }, diff -Nru libdate-manip-perl-6.94/debian/changelog libdate-manip-perl-6.95/debian/changelog --- libdate-manip-perl-6.94/debian/changelog 2024-01-20 18:41:28.000000000 +0000 +++ libdate-manip-perl-6.95/debian/changelog 2024-03-02 00:01:00.000000000 +0000 @@ -1,3 +1,10 @@ +libdate-manip-perl (6.95-1) unstable; urgency=medium + + * Import upstream version 6.95. + * Drop unneeded version constraints from (build) dependencies. + + -- gregor herrmann Sat, 02 Mar 2024 01:01:00 +0100 + libdate-manip-perl (6.94-1) unstable; urgency=medium * Import upstream version 6.94. diff -Nru libdate-manip-perl-6.94/debian/control libdate-manip-perl-6.95/debian/control --- libdate-manip-perl-6.94/debian/control 2024-01-20 18:41:28.000000000 +0000 +++ libdate-manip-perl-6.95/debian/control 2024-03-02 00:01:00.000000000 +0000 @@ -7,7 +7,7 @@ Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) -Build-Depends-Indep: libtest-inter-perl (>= 1.09) , +Build-Depends-Indep: libtest-inter-perl , perl Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdate-manip-perl diff -Nru libdate-manip-perl-6.94/internal/NOTES libdate-manip-perl-6.95/internal/NOTES --- libdate-manip-perl-6.94/internal/NOTES 2024-01-09 19:01:13.000000000 +0000 +++ libdate-manip-perl-6.95/internal/NOTES 2024-03-01 16:08:26.000000000 +0000 @@ -9,6 +9,13 @@ module (though I hope that won't be necessary). ######################################################################### +Update the windows zones. + +(cd internal; ./windows.compare) + +Make the changes in data.alias.pl . + +######################################################################### Get the newest tzdata package. The tzdata/tzcode archives are obtained from @@ -107,13 +114,6 @@ removed the key/value pair in data.alias.pl ######################################################################### -Update the windows zones. - -(cd internal; ./windows.compare) - -Make the changes in data.alias.pl . - -######################################################################### Clean up stuff that shouldn't be in the manifest In internal/benchmarks directory diff -Nru libdate-manip-perl-6.94/internal/TODO libdate-manip-perl-6.95/internal/TODO --- libdate-manip-perl-6.94/internal/TODO 2021-03-01 20:03:17.000000000 +0000 +++ libdate-manip-perl-6.95/internal/TODO 2024-01-10 16:44:17.000000000 +0000 @@ -118,10 +118,6 @@ Make sure that &DateCalc($date1,"") returns an error. Jim Anderson -Change the Jan1Week1 variable to accept the values "m1-m7" (1st week contains -Jan X) or "d1-d7" (1st week contains the 1st dX day of week ... so d1 -means that the 1st week of the year contains the 1st Monday). - Free up the '%u', '%h', and '%X' printf formats. Reserve '%X' for extended formats (%Xa, %Xb, ...). diff -Nru libdate-manip-perl-6.94/internal/data.alias.pl libdate-manip-perl-6.95/internal/data.alias.pl --- libdate-manip-perl-6.94/internal/data.alias.pl 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/internal/data.alias.pl 2024-03-01 16:07:42.000000000 +0000 @@ -33,7 +33,7 @@ "Caucasus Standard Time" => "Asia/Yerevan", "Cen. Australia Standard Time" => "Australia/Adelaide", "Central America Standard Time" => "America/Guatemala", - "Central Asia Standard Time" => "Asia/Almaty", + "Central Asia Standard Time" => "Asia/Bishkek", "Central Brazilian Standard Time" => "America/Cuiaba", "Central Europe Standard Time" => "Europe/Budapest", "Central European Standard Time" => "Europe/Warsaw", diff -Nru libdate-manip-perl-6.94/internal/data.offset.pl libdate-manip-perl-6.95/internal/data.offset.pl --- libdate-manip-perl-6.94/internal/data.offset.pl 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/internal/data.offset.pl 2024-03-01 16:05:42.000000000 +0000 @@ -134,7 +134,7 @@ '+04:53:30' => 'Asia/Omsk', '+04:54:00' => 'Indian/Maldives', '+04:58:24' => 'Asia/Bishkek', - '+05:00:00' => 'Asia/Dushanbe', + '+05:00:00' => 'Asia/Almaty', '+05:07:48' => 'Asia/Almaty', '+05:19:24' => 'Asia/Colombo', '+05:19:32' => 'Asia/Colombo', diff -Nru libdate-manip-perl-6.94/internal/gen_dm5abbrevs libdate-manip-perl-6.95/internal/gen_dm5abbrevs --- libdate-manip-perl-6.94/internal/gen_dm5abbrevs 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/internal/gen_dm5abbrevs 2024-01-09 20:14:11.000000000 +0000 @@ -18,7 +18,7 @@ use Date::Manip::TZ; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($DEBUG); $DEBUG = 0; diff -Nru libdate-manip-perl-6.94/internal/langpod libdate-manip-perl-6.95/internal/langpod --- libdate-manip-perl-6.94/internal/langpod 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/internal/langpod 2024-01-09 20:14:11.000000000 +0000 @@ -17,7 +17,7 @@ $| = 1; our $VERSION; -$VERSION='6.94'; +$VERSION='6.95'; ############################################################################## # GLOBAL VARIABLES diff -Nru libdate-manip-perl-6.94/internal/module.isp libdate-manip-perl-6.95/internal/module.isp --- libdate-manip-perl-6.94/internal/module.isp 2023-06-07 16:26:53.000000000 +0000 +++ libdate-manip-perl-6.95/internal/module.isp 2024-03-01 16:09:21.000000000 +0000 @@ -187,6 +187,7 @@ Doru dow DoW +dowX DoY doy Drudis @@ -250,6 +251,7 @@ FindWindowsTZName finnish FirstDay +firstday foo ForceDate forcedate @@ -346,6 +348,8 @@ IWn iX Jacek +jan +janX Jared Jasso Javier @@ -518,6 +522,7 @@ offh offm offsetstr +ofYear OldConfigFiles Ole OO @@ -675,6 +680,7 @@ Stepp stormking str +strftime Subramanian substr suid diff -Nru libdate-manip-perl-6.94/internal/printf_format.c libdate-manip-perl-6.95/internal/printf_format.c --- libdate-manip-perl-6.94/internal/printf_format.c 1970-01-01 00:00:00.000000000 +0000 +++ libdate-manip-perl-6.95/internal/printf_format.c 2024-02-20 20:48:46.000000000 +0000 @@ -0,0 +1,32 @@ +#include +#include +#include + +int main(int argc, char *argv[]) { + char *format; + char outstr[200]; + time_t t; + struct tm *tmp; + + format = argv[1]; + if (argc > 2) { + t = (time_t) atoll(argv[2]); + } else { + t = time(NULL); + } + + tmp = localtime(&t); + if (tmp == NULL) { + perror("localtime"); + exit(EXIT_FAILURE); + } + + if (strftime(outstr, sizeof(outstr), argv[1], tmp) == 0) { + fprintf(stderr, "strftime returned 0"); + exit(EXIT_FAILURE); + } + + printf("%s\n", outstr); + exit(EXIT_SUCCESS); +} + diff -Nru libdate-manip-perl-6.94/internal/printf_format.pl libdate-manip-perl-6.95/internal/printf_format.pl --- libdate-manip-perl-6.94/internal/printf_format.pl 1970-01-01 00:00:00.000000000 +0000 +++ libdate-manip-perl-6.95/internal/printf_format.pl 2024-02-20 21:00:02.000000000 +0000 @@ -0,0 +1,35 @@ +#!/usr/bin/perl + +# This takes 1-3 argument. +# +# If the first argument is 'posix', then it uses the POSIX printf +# directives rather than the native Date::Manip ones. +# +# The next argument is required and is a format string. +# +# The optional last argument is a time (in seconds since the epoch). If +# omitted, it defaults to now. + +use Date::Manip::Date; +my $date = new Date::Manip::Date; + +my $posix = 0; +if (lc($ARGV[0]) eq 'posix') { + $posix = 1; + shift(@ARGV); +} +my $format = $ARGV[0]; +my $time = $ARGV[1]; + +if ($posix) { + $date->config('use_posix_printf',1); +} + +if ($time) { + $date->parse("epoch $time"); +} else { + $date->parse('now'); +} + +print $date->printf($format),"\n"; + diff -Nru libdate-manip-perl-6.94/internal/tzdata libdate-manip-perl-6.95/internal/tzdata --- libdate-manip-perl-6.94/internal/tzdata 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/internal/tzdata 2024-01-09 20:14:11.000000000 +0000 @@ -20,7 +20,7 @@ use warnings; our $VERSION; -$VERSION='6.94'; +$VERSION='6.95'; our ($dmb); $dmb = new Date::Manip::Base; diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Base.pm libdate-manip-perl-6.95/lib/Date/Manip/Base.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Base.pm 2024-01-09 20:06:34.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Base.pm 2024-02-21 19:00:29.000000000 +0000 @@ -27,7 +27,7 @@ require Date::Manip::Lang::index; our $VERSION; -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } ############################################################################### @@ -136,10 +136,17 @@ 'firstday' => '', - # If this is 0, use the ISO 8601 standard that Jan 4 is in week - # 1. If 1, make week 1 contain Jan 1. + # If this is a value 'jan1' to 'jan7', then it means that the first + # week of the year contains that date. If the value is 'dow1' to + # 'dow7', then the first week of the year is the one that contains + # the first occurence of the DoW given. If the value is 'firstday', + # then the first week of the year is the one that contains the first + # occurence of the DoW given in the FirstDay config variable. + # + # The default ISO 8601 definition is the first week is the one which + # contains Jan 4 (so at least 4 of the days). - 'jan1week1' => '', + 'week1ofyear' => '', # Date::Manip printable format # 0 = YYYYMMDDHH:MN:SS @@ -178,11 +185,12 @@ # Whether to use the default printf formats or the POSIX ones. - #'use_posix_printf' => 0, + 'use_posix_printf' => 0, # *** DEPRECATED 7.0 *** 'tz' => '', + 'jan1week1' => '', }; # @@ -206,12 +214,11 @@ $self->_config_var('workdaybeg', '08:00:00'); $self->_config_var('workdayend', '17:00:00'); $self->_config_var('workday24hr', 0); - $self->_config_var('dateformat', 'US'); $self->_config_var('yytoyyyy', 89); - $self->_config_var('jan1week1', 0); $self->_config_var('printable', 0); $self->_config_var('firstday', 1); + $self->_config_var('week1ofyear', 'jan4'); $self->_config_var('workweekbeg', 1); $self->_config_var('workweekend', 5); $self->_config_var('language', 'english'); @@ -618,53 +625,72 @@ sub week1_day1 { my($self,$year) = @_; - my $firstday = $self->_config('firstday'); - return $self->_week1_day1($firstday,$year); + my $firstday = $self->_config('firstday'); + my $week1ofyear = $self->_config('week1ofyear'); + $self->_week1_day1($year,$firstday,$week1ofyear); } - sub _week1_day1 { - my($self,$firstday,$year) = @_; - my $jan1week1 = $self->_config('jan1week1'); - return $$self{'cache'}{'week1day1'}{$firstday}{$jan1week1}{$year} - if (exists $$self{'cache'}{'week1day1'}{$firstday}{$jan1week1}{$year}); + my($self,$year,$firstday,$week1ofyear) = @_; + return $$self{'cache'}{'week1day1'}{$firstday}{$week1ofyear}{$year} + if (exists $$self{'cache'}{'week1day1'}{$firstday}{$week1ofyear}{$year}); - # First week contains either Jan 4 (default) or Jan 1 + my($y,$m,$d,$firstdow); - my($y,$m,$d) = ($year,1,4); - $d = 1 if ($jan1week1); + # Get the starting date. - # Go back to the previous (counting today) $firstday + if ($week1ofyear =~ /^jan([1-7])$/) { + # First week contains 1/D/YYYY where D is $1 + ($y,$m,$d) = ($year,1,$1); + } else { + # First week contains the first DOW given by $1 or firstday + # We'll start at Jan 1. + if ($week1ofyear =~ /^dow([1-7])$/) { + $firstdow = $1; + } else { + $firstdow = $firstday; + } + + # Start at Jan 1 and move forward to the first DOW + ($y,$m,$d) = ($year,1,1); + } my $dow = $self->day_of_week([$y,$m,$d]); - if ($dow != $firstday) { - $firstday = 0 if ($firstday == 7); - $d -= ($dow-$firstday); - if ($d<1) { - $y--; - $m = 12; - $d += 31; - } + + # If we're looking for the first occurence of a DOW, move forward to it + # (counting today). + + if ($firstdow) { + my $forward = $firstdow - $dow; + $forward += 7 if ($forward < 0); + $d += $forward; + $dow = $firstdow; + } + + # Go back to the previous (counting today) $firstday + + my $backward = $dow - $firstday; + $backward += 7 if ($backward < 0); + $d -= $backward; + if ($d<1) { + $y--; + $m = 12; + $d += 31; } - $$self{'cache'}{'week1day1'}{$firstday}{$jan1week1}{$year} = [ $y,$m,$d ]; + $$self{'cache'}{'week1day1'}{$firstday}{$week1ofyear}{$year} = [ $y,$m,$d ]; return [$y,$m,$d]; } sub weeks_in_year { - my($self,$y) = @_; - my $firstday = $self->_config('firstday'); - return $self->_weeks_in_year($firstday,$y); -} - -sub _weeks_in_year { - my($self,$firstday,$y) = @_; - my $jan1week1 = $self->_config('jan1week1'); - return $$self{'cache'}{'wiy'}{$firstday}{$jan1week1}{$y} - if (exists $$self{'cache'}{'wiy'}{$firstday}{$jan1week1}{$y}); + my($self,$y) = @_; + my $firstday = $self->_config('firstday'); + my $week1ofyear = $self->_config('week1ofyear'); + return $$self{'cache'}{'wiy'}{$firstday}{$week1ofyear}{$y} + if (exists $$self{'cache'}{'wiy'}{$firstday}{$week1ofyear}{$y}); # Get the week1 day1 dates for this year and the next one. - my ($y1,$m1,$d1) = @{ $self->_week1_day1($firstday,$y) }; - my ($y2,$m2,$d2) = @{ $self->_week1_day1($firstday,$y+1) }; + my ($y1,$m1,$d1) = @{ $self->_week1_day1($y,$firstday,$week1ofyear) }; + my ($y2,$m2,$d2) = @{ $self->_week1_day1($y+1,$firstday,$week1ofyear) }; # Calculate the number of days between them. my $diy = $self->days_in_year($y); @@ -680,31 +706,31 @@ } $diy = $diy/7; - $$self{'cache'}{'wiy'}{$firstday}{$jan1week1}{$y} = $diy; + $$self{'cache'}{'wiy'}{$firstday}{$week1ofyear}{$y} = $diy; return $diy; } sub week_of_year { - my($self,@args) = @_; - my $firstday = $self->_config('firstday'); - return $self->_week_of_year($firstday,@args); -} + my($self,@args) = @_; + my $firstday = $self->_config('firstday'); + my $week1ofyear = $self->_config('week1ofyear'); + $self->_week_of_year($firstday,$week1ofyear,@args); +} sub _week_of_year { - my($self,$firstday,@args) = @_; - my $jan1week1 = $self->_config('jan1week1'); + my($self,$firstday,$week1ofyear,@args) = @_; if ($#args == 1) { # (y,m,d) = week_of_year(y,w) my($year,$w) = @args; - return $$self{'cache'}{'woy1'}{$firstday}{$jan1week1}{$year}{$w} - if (exists $$self{'cache'}{'woy1'}{$firstday}{$jan1week1}{$year}{$w}); + return $$self{'cache'}{'woy'}{$firstday}{$week1ofyear}{$year}{$w} + if (exists $$self{'cache'}{'woy'}{$firstday}{$week1ofyear}{$year}{$w}); - my $ymd = $self->_week1_day1($firstday,$year); + my $ymd = $self->_week1_day1($year,$firstday,$week1ofyear); $ymd = $self->calc_date_days($ymd,($w-1)*7) if ($w > 1); - $$self{'cache'}{'woy1'}{$firstday}{$jan1week1}{$year}{$w} = $ymd; + $$self{'cache'}{'woy'}{$firstday}{$week1ofyear}{$year}{$w} = $ymd; return $ymd; } @@ -714,9 +740,9 @@ # Get the first day of the first week. If the date is before that, # it's the last week of last year. - my($y0,$m0,$d0) = @{ $self->_week1_day1($firstday,$y) }; + my($y0,$m0,$d0) = @{ $self->_week1_day1($y,$firstday,$week1ofyear) }; if ($y0==$y && $m==1 && $d<$d0) { - return($y-1,$self->_weeks_in_year($firstday,$y-1)); + return($y-1,$self->weeks_in_year($y-1)); } # Otherwise, we'll figure out how many days are between the two and @@ -732,7 +758,7 @@ # Make sure we're not into the first week of next year. - if ($w>$self->_weeks_in_year($firstday,$y)) { + if ($w>$self->weeks_in_year($y)) { return($y+1,1); } return($y,$w); @@ -1105,6 +1131,10 @@ my $err = $self->_config_var_firstday($val); return if ($err); + } elsif ($var eq 'week1ofyear') { + my $err = $self->_config_var_week1ofyear($val); + return if ($err); + } elsif ($var eq 'tz' || $var eq 'forcedate' || $var eq 'setdate') { @@ -1129,13 +1159,23 @@ return if ($err); } elsif ($var eq 'dateformat' || - $var eq 'jan1week1' || $var eq 'printable' || $var eq 'tomorrowfirst' || - #$var eq 'use_posix_printf' || + $var eq 'use_posix_printf' || $var eq 'maxrecurattempts') { # do nothing + } elsif ($var eq 'jan1week1') { + carp "WARNING: the jan1week1 Date::Manip config variable is deprecated\n" . + " and will be removed in version 7.00. Please use\n" . + " the Week1ofYear config variable instead.\n"; + if ($val) { + $self->_config_var_base('week1ofyear','jan1'); + } else { + $self->_config_var_base('week1ofyear','jan4'); + } + return; + } else { carp "ERROR: [config_var] invalid config variable: $var"; return ''; @@ -1314,6 +1354,19 @@ return 0; } +sub _config_var_week1ofyear { + my($self,$val) = @_; + $val = lc($val); + + if ($val =~ /^jan[1-7]$/ || + $val =~ /^dow[1-7]$/ || + $val eq 'firstday') { + return 0; + } + carp "ERROR: [config_var] invalid: Week1ofYear: $val"; + return 1; +} + sub _config_var_defaulttime { my($self,$val) = @_; diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Base.pod libdate-manip-perl-6.95/lib/Date/Manip/Base.pod --- libdate-manip-perl-6.94/lib/Date/Manip/Base.pod 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Base.pod 2024-01-10 16:49:34.000000000 +0000 @@ -466,11 +466,12 @@ $ymd = $dmb->week1_day1($y); This returns the date of the 1st day of the 1st week in the given year. -Note that this uses the ISO 8601 definition of week, so the year returned -may be the year before the one passed in. -This uses the FirstDay and Jan1Week1 config variables to evaluate the -results. +Note that this uses the config variable Week1ofYear (and possibly +FirstDay) to define when the first week begins, so refer to them for +more information. Also note that it depending on the value of these two +variables, the date of the 1st day of the 1st week might actually be +in the previous year. =item B @@ -495,8 +496,9 @@ which returns the first day of the given week. -This uses the FirstDay and Jan1Week1 config variables to evaluate the -results. +Note that this uses the config variable Week1ofYear (and possibly +FirstDay) to define when the first week begins, so refer to them for +more information. =back diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Changes6.pod libdate-manip-perl-6.95/lib/Date/Manip/Changes6.pod --- libdate-manip-perl-6.94/lib/Date/Manip/Changes6.pod 2024-01-09 19:39:18.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Changes6.pod 2024-03-01 16:04:12.000000000 +0000 @@ -30,11 +30,38 @@ #=head1 VERSION 7.00 (expected 2025-03-01) # Remove DM5 # Remove TZ variable +# Remove Jan1Week1 variable #=head1 VERSION 6.99 (expected ) #=head1 VERSION 6.98 (expected 2024-12-01) #=head1 VERSION 6.97 (expected 2024-09-01) #=head1 VERSION 6.96 (expected 2024-06-01) -#=head1 VERSION 6.95 (expected 2024-03-01) + +=head1 VERSION 6.95 (expected 2024-03-01) + +=over 5 + +=item Better support for weeks of the year + +Added the Week1ofYear config variable and deprecated the Jan1Week1 variable. +The first week of the year can now be specified much more easily. + +=item Support for the standard POSIX strftime directives in printf + +The Date::Manip::Date::printf method uses a set of directives which is +similar, but not identical, to the POSIX strftime directives. + +A new config variable Use_POSIX_Printf has been added. If set, the +printf method will use the POSIX strftime directives more fully (see +the PRINTF DIRECTIVES section in the Date::Manip::Date POD for more +information). + +Reported in GitHub #48 + +=item Time zone fixes + +Newest zoneinfo data (tzdata 2024a). + +=back =head1 VERSION 6.94 (2024-01-09) diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Config.pod libdate-manip-perl-6.95/lib/Date/Manip/Config.pod --- libdate-manip-perl-6.94/lib/Date/Manip/Config.pod 2024-01-09 20:06:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Config.pod 2024-03-01 16:10:32.000000000 +0000 @@ -254,16 +254,26 @@ first. By default, this is set to Monday as that conforms to ISO 8601, but many countries and people will prefer Sunday (and in a few cases, a different day may be desired). Set the FirstDay variable to -be the first day of the week (1=Monday, 7=Sunday). +be a digit 1-7 corresponding to the day of the week (1=Monday to 7=Sunday). -=item B +=item B -ISO 8601 states that the first week of the year is the one which contains -Jan 4 (i.e. it is the first week in which most of the days in that week -fall in that year). This means that the first 3 days of the year may -be treated as belonging to the last week of the previous year. If this -is set to non-nil, the ISO 8601 standard will be ignored and the first -week of the year contains Jan 1. +This variable (along with the FirstDay variable) is used to define +exactly when the first week of the year begins. + +If the value is 'janX' (where X is a digit 1-7), then it means that the +first week of the year contains that date. The default ISO 8601 definition +of a week is that it is the first week containing January 4, so the default +value of this variable is 'jan4'. + +If the value is 'dowX' (where X is a digit 1-7), then the first week +of the year is the one that contains the first occurrence of the DoW +given (X=1 is Monday, X=7 is Sunday). So, if you want the first week +to be the one that contains the first Monday of the year, use 'dow1'. + +If the value is 'firstday', then the first week of the year is the one +that contains the first occurrence of the DoW given in the FirstDay +config variable. =item B @@ -514,22 +524,6 @@ =over 4 -=item B - -This variable is deprecated, but will be supported for several -releases. The SetDate or ForceDate variables (described next) should be -used instead. - -The following are equivalent: - - $date->config("tz","Europe/Rome"); - $date->config("setdate","now,Europe/Rome"); - -or in the functional interface: - - Date_Init("tz=Europe/Rome"); - Date_Init("setdate=now,Europe/Rome"); - =item B The SetDate config variable is used to set the current date, time, or @@ -684,9 +678,32 @@ =item B -This is discussed above. Use SetDate or ForceDate instead. +This variable is deprecated. It is scheduled to be removed in version +7.00. The SetDate or ForceDate variables (described next) should be +used instead. + +The following are equivalent: -Scheduled for removal when 7.00 is released. + $date->config("tz","Europe/Rome"); + $date->config("setdate","now,Europe/Rome"); + +or in the functional interface: + + Date_Init("tz=Europe/Rome"); + Date_Init("setdate=now,Europe/Rome"); + +=item B + +This variable is deprecated. It is scheduled to be removed in version +7.00. The Week1ofYear variables (described next) should be used +instead. + +ISO 8601 states that the first week of the year is the one which contains +Jan 4 (i.e. it is the first week in which most of the days in that week +fall in that year). This means that the first 3 days of the year may +be treated as belonging to the last week of the previous year. If this +is set to non-nil, the ISO 8601 standard will be ignored and the first +week of the year contains Jan 1. =back diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/ConfigFile.pod libdate-manip-perl-6.95/lib/Date/Manip/ConfigFile.pod --- libdate-manip-perl-6.94/lib/Date/Manip/ConfigFile.pod 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/ConfigFile.pod 2024-01-12 19:29:11.000000000 +0000 @@ -66,7 +66,8 @@ YYtoYYYY = 89 FirstDay = 1 - Jan1Week1 = 0 + Use_POSIX_Printf = 0 + Week1ofYear = jan4 Printable = 0 DefaultTime = midnight RecurRange = none diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/DM5.pm libdate-manip-perl-6.95/lib/Date/Manip/DM5.pm --- libdate-manip-perl-6.94/lib/Date/Manip/DM5.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/DM5.pm 2024-01-09 20:14:11.000000000 +0000 @@ -221,7 +221,7 @@ our($Abbrevs); use Date::Manip::DM5abbrevs; -$VERSION='6.94'; +$VERSION='6.95'; our $DM5_VERSION = '5.66'; ######################################################################## diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/DM5abbrevs.pm libdate-manip-perl-6.95/lib/Date/Manip/DM5abbrevs.pm --- libdate-manip-perl-6.94/lib/Date/Manip/DM5abbrevs.pm 2024-01-09 20:10:05.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/DM5abbrevs.pm 2024-03-01 16:12:40.000000000 +0000 @@ -32,7 +32,7 @@ use warnings; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { my $tmp; diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/DM6.pm libdate-manip-perl-6.95/lib/Date/Manip/DM6.pm --- libdate-manip-perl-6.94/lib/Date/Manip/DM6.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/DM6.pm 2024-01-12 17:54:57.000000000 +0000 @@ -54,7 +54,7 @@ use warnings; our $VERSION; -$VERSION='6.94'; +$VERSION='6.95'; ########################################################################### @@ -802,7 +802,10 @@ sub Date_WeekOfYear { my($m,$d,$y,$first) = @_; - my($yy,$ww) = $dmb->_week_of_year($first,[$y,$m,$d]); + my $currfirst = $dmb->_config('firstday'); + $dmb->config('firstday',$first); + my($yy,$ww) = $dmb->week_of_year([$y,$m,$d]); + $dmb->config('firstday',$currfirst); return 0 if ($yy<$y); return 53 if ($yy>$y); return $ww; diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/DM6.pod libdate-manip-perl-6.95/lib/Date/Manip/DM6.pod --- libdate-manip-perl-6.94/lib/Date/Manip/DM6.pod 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/DM6.pod 2024-01-12 18:30:09.000000000 +0000 @@ -595,12 +595,15 @@ usually 1 (Monday) or 7 (Sunday), but could be any number between 1 and 7 in practice. -NOTE: This routine should only be called in rare cases. Use UnixDate with -the %W, %U, %J, %L formats instead. This routine returns a week between 0 -and 53 which must then be "fixed" to get into the ISO-8601 weeks from 1 to -53. A date which returns a week of 0 actually belongs to the last week of -the previous year. A date which returns a week of 53 may belong to the -first week of the next year. +NOTE: This routine should only be called in rare cases. Use printf +with the %W, %U, %J, %L formats instead as that will always return the +correct values for week and year. + +This routine returns a week between 0 and 53 which must then be +"fixed" to get into the ISO 8601 weeks from 1 to 53. A date which +returns a week of 0 actually belongs to the last week of the previous +year. A date which returns a week of 53 may belong to the first week +of the next year. =item B diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Date.pm libdate-manip-perl-6.95/lib/Date/Manip/Date.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Date.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Date.pm 2024-02-22 13:26:26.000000000 +0000 @@ -28,7 +28,7 @@ use Date::Manip::TZ; our $VERSION; -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } ######################################################################## @@ -624,12 +624,20 @@ } elsif ($g) { $y = $dmt->_now('y',$noupdate) if (! $y); $noupdate = 1; - ($y,$m,$d) = @{ $dmb->_week_of_year($g,$w,1) }; + + my $currfirst = $dmb->_config('firstday'); + $dmb->config('firstday',1); + ($y,$m,$d) = @{ $dmb->week_of_year($g,$w) }; + $dmb->config('firstday',$currfirst); } elsif ($l) { $y = $dmt->_now('y',$noupdate) if (! $y); $noupdate = 1; - ($y,$m,$d) = @{ $dmb->_week_of_year($l,$u,7) }; + + my $currfirst = $dmb->_config('firstday'); + $dmb->config('firstday',7); + ($y,$m,$d) = @{ $dmb->week_of_year($l,$u) }; + $dmb->config('firstday',$currfirst); } elsif ($m) { ($y,$m,$d) = $self->_def_date($y,$m,$d,\$noupdate); @@ -3964,38 +3972,19 @@ return undef; } - my $dmt = $$self{'tz'}; - my $dmb = $$dmt{'base'}; - my $date = $$self{'data'}{'date'}; - my $y = $$date[0]; - - my($day,$dow,$doy,$f); - $doy = $dmb->day_of_year($date); - - # The date in January which must belong to the first week, and - # it's DayOfWeek. - if ($dmb->_config('jan1week1')) { - $day=1; - } else { - $day=4; - } - $dow = $dmb->day_of_week([$y,1,$day]); - - # The start DayOfWeek. If $first is passed in, use it. Otherwise, - # use FirstDay. - - if (! $first) { - $first = $dmb->_config('firstday'); - } - - # Find the pseudo-date of the first day of the first week (it may - # be negative meaning it occurs last year). - - $first -= 7 if ($first > $dow); - $day -= ($dow-$first); - - return 0 if ($day>$doy); # Day is in last week of previous year - return (($doy-$day)/7 + 1); + my $dmt = $$self{'tz'}; + my $dmb = $$dmt{'base'}; + my $date = $$self{'data'}{'date'}; + my ($y,$m,$d) = @$date; + + my $currfirst = $dmb->_config('firstday'); + $dmb->config('firstday',$first); + my($yy,$wk) = $dmb->week_of_year([$y,$m,$d]); + $dmb->config('firstday',$currfirst); + + return 53 if ($yy > $y); + return 0 if ($yy < $y); + return $wk; } sub complete { @@ -4487,11 +4476,20 @@ # PRINTF METHOD BEGIN { - my %pad_0 = map { $_,1 } qw ( Y m d H M S I j G W L U ); - my %pad_sp = map { $_,1 } qw ( y f e k i ); - my %hr = map { $_,1 } qw ( H k I i ); - my %dow = map { $_,1 } qw ( v a A w ); - my %num = map { $_,1 } qw ( Y m d H M S y f e k I i j G W L U ); + my %pad_0 = map { $_,1 } qw ( Y m d H M S I j G W L U ); + my %pad_0_pos = map { $_,1 } qw ( Y m d H M S I j G W L U V g ); + + my %pad_sp = map { $_,1 } qw ( y f e k i ); + my %pad_sp_pos = map { $_,1 } qw ( y f e k i l ); + + my %hr = map { $_,1 } qw ( H k I i ); + my %hr_pos = map { $_,1 } qw ( H k I i l ); + + my %dow = map { $_,1 } qw ( v a A w ); + my %dow_pos = map { $_,1 } qw ( v a A w u ); + + my %num = map { $_,1 } qw ( Y m d H M S y f e k I i j G W L U ); + my %num_pos = map { $_,1 } qw ( Y m d H M S y f e k I i j G W L U g V C l u ); sub printf { my($self,@in) = @_; @@ -4503,6 +4501,8 @@ my $dmt = $$self{'tz'}; my $dmb = $$dmt{'base'}; + my $posix = $dmb->_config('use_posix_printf'); + my($y,$m,$d,$h,$mn,$s) = @{ $$self{'data'}{'date'} }; my(@out); @@ -4564,30 +4564,58 @@ my ($val,$pad,$len,$dow); - if (exists $pad_0{$f}) { + if ((! $posix && exists $pad_0{$f}) || + ($posix && exists $pad_0_pos{$f})) { $pad = '0'; } - if (exists $pad_sp{$f}) { + if ((! $posix && exists $pad_sp{$f}) || + ($posix && exists $pad_sp_pos{$f})) { $pad = ' '; } - if ($f eq 'G' || $f eq 'W') { - my($yy,$ww) = $dmb->_week_of_year(1,[$y,$m,$d]); - if ($f eq 'G') { - $val = $yy; - $len = 4; + # Year/week + + if ($f eq 'G' || + $f eq 'W' || + $f eq 'L' || + $f eq 'U' || + ($f eq 'g' && $posix) || + ($f eq 'V' && $posix) + ) { + + my $week1ofyear; + my $firstday; + if ($f eq 'L' || $f eq 'U') { + $firstday = 7; } else { - $val = $ww; - $len = 2; + $firstday = 1; } - } - if ($f eq 'L' || $f eq 'U') { - my($yy,$ww) = $dmb->_week_of_year(7,[$y,$m,$d]); - if ($f eq 'L') { + if ($posix && ($f eq 'G' || + $f eq 'g' || + $f eq 'V' || + $f eq 'L')) { + $week1ofyear = 'jan4'; + } elsif ($posix && ($f eq 'W')) { + $week1ofyear = 1; + } elsif ($posix && ($f eq 'U')) { + $week1ofyear = 7; + } else { + $week1ofyear = $dmb->_config('week1ofyear'); + } + + my($yy,$ww) = $dmb->_week_of_year($firstday,$week1ofyear,[$y,$m,$d]); + if ($f eq 'G' || + $f eq 'L') { $val = $yy; $len = 4; + + } elsif ($f eq 'g') { + $yy =~ /^..(..)/; + $val = $1; + $len = 2; + } else { $val = $ww; $len = 2; @@ -4599,6 +4627,12 @@ $len = 4; } + if ($f eq 'C' && $posix) { + $y =~ /^(..)/; + $val = $1; + $len = 2; + } + if ($f eq 'm' || $f eq 'f') { $val = $m; $len = 2; @@ -4615,9 +4649,10 @@ } - if (exists $hr{$f}) { + if ((! $posix && exists $hr{$f}) || + ( $posix && exists $hr_pos{$f})) { $val = $h; - if ($f eq 'I' || $f eq 'i') { + if ($f eq 'I' || $f eq 'i' || $f eq 'l') { $val -= 12 if ($val > 12); $val = 12 if ($val == 0); } @@ -4634,13 +4669,18 @@ $len = 2; } - if (exists $dow{$f}) { + if ((! $posix && exists $dow{$f}) || + ($posix && exists $dow_pos{$f})) { $dow = $dmb->day_of_week([$y,$m,$d]); + $dow = 7 if ($f eq 'u' && $dow == 0); + $val = $dow; + $len = 1; } ### - if (exists $num{$f}) { + if ( (! $posix && exists $num{$f}) || + ($posix && exists $num_pos{$f})) { while (length($val) < $len) { $val = "$pad$val"; } @@ -4665,9 +4705,10 @@ } elsif ($f eq 'w') { $val = $dow; - } elsif ($f eq 'p') { + } elsif ($f eq 'p' || ($f eq 'P' && $posix)) { my $i = ($h >= 12 ? 1 : 0); $val = $$dmb{'data'}{'wordlist'}{'ampm'}[$i]; + $val = lc($val) if ($f eq 'P'); } elsif ($f eq 'Z') { $val = $$self{'data'}{'abb'}; @@ -4694,7 +4735,7 @@ my $delta = $date2->calc($self); $val = $delta->printf('%sys'); - } elsif ($f eq 'l') { + } elsif ($f eq 'l' && ! $posix) { my $d0 = $self->new_date(); my $d1 = $self->new_date(); $d0->parse('-0:6:0:0:0:0:0'); # 6 months ago @@ -4713,11 +4754,11 @@ $in = '%a %b %e %H:%M:%S %Y' . $in; $val = ''; - } elsif ($f eq 'C' || $f eq 'u') { + } elsif (($f eq 'C' && ! $posix) || $f eq 'u') { $in = '%a %b %e %H:%M:%S %Z %Y' . $in; $val = ''; - } elsif ($f eq 'g') { + } elsif ($f eq 'g' && ! $posix) { $in = '%a, %d %b %Y %H:%M:%S %Z' . $in; $val = ''; @@ -4737,7 +4778,7 @@ $in = '%H:%M:%S' . $in; $val = ''; - } elsif ($f eq 'V') { + } elsif ($f eq 'V' && ! $posix) { $in = '%m%d%H%M%y' . $in; $val = ''; @@ -4749,7 +4790,7 @@ $in = '%Y%m%d%H%M%S' . $in; $val = ''; - } elsif ($f eq 'P') { + } elsif ($f eq 'P' && ! $posix) { $in = '%Y%m%d%H:%M:%S' . $in; $val = ''; @@ -4758,7 +4799,11 @@ $val = ''; } elsif ($f eq 'F') { - $in = '%A, %B %e, %Y' . $in; + if ($posix) { + $in = '%Y-%m-%d' . $in; + } else { + $in = '%A, %B %e, %Y' . $in; + } $val = ''; } elsif ($f eq 'K') { @@ -4774,7 +4819,11 @@ $val = ''; } elsif ($f eq 'J') { - $in = '%G-W%W-%w' . $in; + if ($posix) { + $in = '%G-W%V-%w' . $in; + } else { + $in = '%G-W%W-%w' . $in; + } $val = ''; } elsif ($f eq 'n') { diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Date.pod libdate-manip-perl-6.95/lib/Date/Manip/Date.pod --- libdate-manip-perl-6.94/lib/Date/Manip/Date.pod 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Date.pod 2024-03-01 16:11:58.000000000 +0000 @@ -687,16 +687,21 @@ $wkno = $date->week_of_year([$first]); -This figures out the week number. If $first is passed in, it must be -between 1 and 7 and refers to the first day of the week. If $first is -not passed in, the FirstDay config variable is used. - -NOTE: This routine should only be called in rare cases. Use printf with -the %W, %U, %J, %L formats instead. This routine returns a week between 0 -and 53 which must then be "fixed" to get into the ISO 8601 weeks from 1 to -53. A date which returns a week of 0 actually belongs to the last week of -the previous year. A date which returns a week of 53 may belong to the -first week of the next year. +This figures out the week number for the date stored in $date. It uses +the config variables FirstDay and Week1ofYear to determine this. For +historical reasons, an argument $first may be passed in. It must be +between 1 and 7 and refers to the first day of the week and overrides +whatever the FirstDay variable is set to. + +NOTE: This routine should only be called in rare cases. Use printf +with the %W, %U, %J, %L formats instead as that will always return the +correct values for week and year. + +This routine returns a week between 0 and 53 which must then be +"fixed" to get into the ISO 8601 weeks from 1 to 53. A date which +returns a week of 0 actually belongs to the last week of the previous +year. A date which returns a week of 53 may belong to the first week +of the next year. =back @@ -1636,7 +1641,9 @@ =head1 PRINTF DIRECTIVES The following printf directives are replaced with information -from the date. +from the date. These all assume that the Use_POSIX_Printf config +variable is unset. If it is set, refer to POSIX PRINTF DIRECTIVES +section below. Year %y year - 00 to 99 @@ -1772,7 +1779,7 @@ The %U, %W, %L, %G, and %J formats are used to support the ISO-8601 format: YYYY-wWW-D. In this format, a date is written as a year, the week of the year, and the day of the week. Technically, the week may be considered to -start on any day of the week, but Sunday and Monday are the both common +start on any day of the week, but Sunday and Monday are both common choices, so both are supported. The %W and %G formats return the week-of-year and the year treating weeks @@ -1818,6 +1825,84 @@ ignores this situation, I had to decide between returning an incorrect value, or breaking strict compliance, and I chose the second option. +=head1 POSIX PRINTF DIRECTIVES + +For various reasons, a few of the printf directives in the +Date::Manip::Date::printf method do not match the standard POSIX +strftime directives. For backward compatibility reasons, I'm not +going to change that. However, the Use_POSIX_Printf config variable +can be set to 1 to use the POSIX formats instead of the default +formats. + +When that variable is set, most of the printf formats described above +are used, but the formats are replaced with their POSIX value: + + %C The century number (first two digits of the year). + + %F This is equivalent to %Y-%m-%d + + %l The hour (12-hour clock) padded with spaces + + %P Either 'am' or 'pm'. + + %u Day of week from 1-7 with Monday being 1. + + %G Similar to the %G format described above, but strictly adheres + to the ISO 8601 week definition where the first week of + the week is Monday and the first week of the year contains + Jan 4. + + %g Identical to %g but only has the last two digits of the year. + + %W Similar to the %W format described above, but with Monday + being the first day of the week and the first Monday in the + year being the first day of the first week. + + %V Similar to the %W format described above, but strictly adheres + to the ISO 8601 week definition where the first week of + the week is Monday and the first week of the year contains + Jan 4. + + %L The strftime function does not have a %L directive. I have + set it anyway to be similar to the %L format above except + using Sunday as the first day of the week and the first week + of the year contains Jan 4 (so this is the equivalent of %G + but with Sunday being the first day of the week). + + %U Similar to the %U format described above but with Sunday being + the first day of the week and the first Sunday being the first + day of the first week. + + %J The strftime function does not have a %J directive, but in + order to support the ISO 8601 YYYY-wWW-D format, this is + equivalent to '%G-W%V-%w'. + +Note 1: The default (i.e. non-POSIX) Date::Manip printf formats are +defined so that %G and %W use the exact same definition of week and +likewise %L and %U use the same definition of weeks. This means that +you can use them to write a date in an ISO 8601 YYYY-wWW format. In +the POSIX strftime definitions, %G and %V work together, but there is +no equivalent pair for Sunday being the first day of the week. + +The following POSIX strftime directives are not yet supported (though +they may be in a future version of Date::Manip). These will continue +to return the values listed above from the non-POSIX formats. + + %c, %x, %X + The strftime format give the preferred date/time representations + in the current locale. + + Currently Date::Manip does not make use of locale information + so there is no locale-specific format. + + The default format (which is the preferred date and time + format in America) is used in all locales. + + %E, %O + Modifiers to create additional directives. + + %+ Date and time in the format of the date command + =head1 KNOWN BUGS None known. diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Delta.pm libdate-manip-perl-6.95/lib/Date/Manip/Delta.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Delta.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Delta.pm 2024-01-09 20:14:11.000000000 +0000 @@ -26,7 +26,7 @@ use Date::Manip::TZ; our $VERSION; -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } ######################################################################## diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/History.pod libdate-manip-perl-6.95/lib/Date/Manip/History.pod --- libdate-manip-perl-6.94/lib/Date/Manip/History.pod 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/History.pod 2024-01-17 20:52:41.000000000 +0000 @@ -162,7 +162,7 @@ still active. I'm not completely sure about some of the packages because frequently, those old packages have changed maintainers, been renamed, or been incorporated into other packages. So the number of active -packages is actually a lower limit. +packages may be missing a couple. I found that: diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/catalan.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/catalan.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/catalan.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/catalan.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/danish.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/danish.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/danish.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/danish.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/dutch.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/dutch.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/dutch.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/dutch.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/english.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/english.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/english.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/english.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/finnish.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/finnish.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/finnish.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/finnish.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/french.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/french.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/french.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/french.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/german.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/german.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/german.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/german.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/index.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/index.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/index.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/index.pm 2024-01-09 20:14:11.000000000 +0000 @@ -25,7 +25,7 @@ use warnings; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our(%Lang); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/italian.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/italian.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/italian.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/italian.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/norwegian.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/norwegian.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/norwegian.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/norwegian.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/polish.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/polish.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/polish.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/polish.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-2 perl); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/portugue.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/portugue.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/portugue.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/portugue.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/romanian.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/romanian.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/romanian.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/romanian.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-16 perl); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/russian.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/russian.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/russian.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/russian.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso8859-5 koi8-r cp1251 perl); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/spanish.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/spanish.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/spanish.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/spanish.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/swedish.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/swedish.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/swedish.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/swedish.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 ISO-8859-15 perl); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Lang/turkish.pm libdate-manip-perl-6.95/lib/Date/Manip/Lang/turkish.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Lang/turkish.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Lang/turkish.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use utf8; our($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; our($Language,@Encodings,$LangName,$YearAdded); @Encodings = qw(utf-8 iso-8859-1 perl); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Obj.pm libdate-manip-perl-6.95/lib/Date/Manip/Obj.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Obj.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Obj.pm 2024-01-09 20:14:11.000000000 +0000 @@ -14,7 +14,7 @@ use Carp; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } ######################################################################## diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off000.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off000.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off000.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off000.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off001.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off001.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off001.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off001.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off002.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off002.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off002.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off002.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off003.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off003.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off003.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off003.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off004.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off004.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off004.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off004.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off005.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off005.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off005.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off005.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off006.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off006.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off006.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off006.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off007.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off007.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off007.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off007.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off008.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off008.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off008.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off008.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off009.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off009.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off009.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off009.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off010.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off010.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off010.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off010.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off011.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off011.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off011.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off011.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off012.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off012.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off012.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off012.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off013.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off013.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off013.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off013.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off014.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off014.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off014.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off014.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off015.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off015.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off015.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off015.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off016.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off016.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off016.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off016.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off017.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off017.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off017.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off017.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off018.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off018.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off018.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off018.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off019.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off019.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off019.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off019.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off020.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off020.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off020.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off020.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off021.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off021.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off021.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off021.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off022.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off022.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off022.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off022.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off023.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off023.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off023.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off023.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off024.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off024.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off024.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off024.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off025.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off025.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off025.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off025.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off026.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off026.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off026.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off026.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off027.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off027.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off027.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off027.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off028.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off028.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off028.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off028.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off029.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off029.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off029.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off029.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off030.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off030.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off030.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off030.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off031.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off031.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off031.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off031.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off032.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off032.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off032.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off032.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off033.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off033.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off033.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off033.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off034.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off034.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off034.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off034.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off035.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off035.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off035.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off035.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off036.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off036.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off036.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off036.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off037.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off037.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off037.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off037.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off038.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off038.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off038.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off038.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off039.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off039.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off039.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off039.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off040.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off040.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off040.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off040.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off041.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off041.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off041.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off041.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off042.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off042.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off042.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off042.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off043.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off043.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off043.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off043.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off044.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off044.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off044.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off044.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off045.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off045.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off045.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off045.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off046.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off046.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off046.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off046.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off047.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off047.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off047.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off047.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off048.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off048.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off048.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off048.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off049.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off049.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off049.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off049.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off050.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off050.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off050.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off050.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off051.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off051.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off051.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off051.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off052.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off052.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off052.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off052.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off053.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off053.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off053.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off053.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off054.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off054.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off054.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off054.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off055.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off055.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off055.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off055.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off056.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off056.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off056.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off056.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off057.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off057.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off057.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off057.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off058.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off058.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off058.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off058.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off059.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off059.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off059.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off059.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off060.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off060.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off060.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off060.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off061.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off061.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off061.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off061.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off062.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off062.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off062.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off062.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off063.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off063.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off063.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off063.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off064.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off064.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off064.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off064.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off065.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off065.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off065.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off065.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off066.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off066.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off066.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off066.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off067.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off067.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off067.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off067.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off068.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off068.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off068.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off068.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off069.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off069.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off069.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off069.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off070.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off070.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off070.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off070.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off071.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off071.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off071.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off071.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off072.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off072.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off072.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off072.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off073.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off073.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off073.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off073.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off074.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off074.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off074.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off074.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off075.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off075.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off075.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off075.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off076.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off076.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off076.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off076.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off077.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off077.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off077.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off077.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off078.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off078.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off078.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off078.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off079.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off079.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off079.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off079.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off080.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off080.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off080.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off080.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off081.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off081.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off081.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off081.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off082.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off082.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off082.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off082.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off083.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off083.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off083.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off083.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off084.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off084.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off084.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off084.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off085.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off085.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off085.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off085.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off086.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off086.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off086.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off086.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off087.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off087.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off087.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off087.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off088.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off088.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off088.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off088.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off089.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off089.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off089.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off089.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off090.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off090.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off090.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off090.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off091.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off091.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off091.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off091.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off092.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off092.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off092.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off092.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off093.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off093.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off093.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off093.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off094.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off094.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off094.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off094.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off095.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off095.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off095.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off095.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off096.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off096.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off096.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off096.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off097.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off097.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off097.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off097.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off098.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off098.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off098.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off098.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off099.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off099.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off099.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off099.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off100.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off100.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off100.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off100.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off101.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off101.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off101.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off101.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:45 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off102.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off102.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off102.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off102.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off103.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off103.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off103.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off103.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); @@ -32,6 +32,7 @@ %Offset = ( 0 => [ + 'asia/almaty', 'asia/dushanbe', 'asia/tashkent', 'asia/aqtau', @@ -39,6 +40,7 @@ 'asia/ashgabat', 'asia/atyrau', 'asia/oral', + 'asia/qostanay', 'asia/qyzylorda', 'asia/samarkand', 'asia/yekaterinburg', @@ -49,10 +51,8 @@ 'antarctica/mawson', 'antarctica/vostok', 'asia/bishkek', - 'asia/qostanay', 'indian/chagos', 'asia/omsk', - 'asia/almaty', 'antarctica/davis', ], 1 => [ diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off104.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off104.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off104.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off104.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off105.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off105.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off105.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off105.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off106.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off106.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off106.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off106.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off107.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off107.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off107.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off107.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off108.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off108.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off108.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off108.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off109.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off109.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off109.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off109.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off110.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off110.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off110.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off110.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off111.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off111.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off111.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off111.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off112.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off112.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off112.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off112.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off113.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off113.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off113.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off113.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off114.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off114.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off114.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off114.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off115.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off115.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off115.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off115.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off116.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off116.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off116.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off116.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off117.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off117.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off117.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off117.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off118.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off118.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off118.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off118.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off119.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off119.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off119.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off119.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); @@ -33,13 +33,13 @@ %Offset = ( 0 => [ 'asia/urumqi', - 'asia/almaty', 'asia/bishkek', 'asia/omsk', 'asia/dhaka', - 'asia/qostanay', 'asia/thimphu', 'indian/chagos', + 'asia/almaty', + 'asia/qostanay', 'etc/gmt+6', 's', 'asia/qyzylorda', diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off120.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off120.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off120.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off120.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off121.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off121.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off121.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off121.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off122.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off122.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off122.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off122.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off123.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off123.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off123.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off123.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off124.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off124.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off124.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off124.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off125.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off125.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off125.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off125.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off126.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off126.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off126.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off126.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off127.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off127.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off127.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off127.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off128.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off128.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off128.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off128.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off129.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off129.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off129.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off129.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off130.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off130.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off130.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off130.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off131.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off131.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off131.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off131.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off132.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off132.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off132.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off132.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off133.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off133.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off133.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off133.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off134.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off134.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off134.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off134.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off135.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off135.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off135.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off135.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off136.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off136.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off136.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off136.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off137.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off137.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off137.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off137.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off138.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off138.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off138.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off138.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off139.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off139.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off139.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off139.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off140.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off140.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off140.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off140.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off141.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off141.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off141.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off141.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off142.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off142.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off142.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off142.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off143.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off143.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off143.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off143.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off144.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off144.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off144.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off144.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off145.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off145.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off145.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off145.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off146.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off146.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off146.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off146.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off147.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off147.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off147.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off147.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off148.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off148.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off148.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off148.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off149.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off149.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off149.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off149.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off150.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off150.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off150.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off150.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off151.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off151.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off151.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off151.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off152.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off152.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off152.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off152.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off153.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off153.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off153.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off153.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off154.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off154.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off154.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off154.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off155.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off155.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off155.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off155.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off156.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off156.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off156.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off156.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off157.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off157.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off157.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off157.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off158.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off158.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off158.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off158.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off159.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off159.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off159.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off159.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off160.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off160.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off160.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off160.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off161.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off161.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off161.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off161.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off162.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off162.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off162.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off162.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off163.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off163.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off163.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off163.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off164.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off164.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off164.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off164.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off165.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off165.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off165.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off165.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off166.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off166.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off166.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off166.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off167.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off167.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off167.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off167.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off168.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off168.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off168.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off168.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off169.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off169.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off169.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off169.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off170.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off170.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off170.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off170.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off171.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off171.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off171.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off171.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off172.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off172.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off172.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off172.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off173.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off173.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off173.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off173.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off174.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off174.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off174.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off174.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off175.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off175.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off175.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off175.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off176.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off176.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off176.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off176.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off177.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off177.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off177.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off177.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off178.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off178.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off178.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off178.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off179.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off179.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off179.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off179.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off180.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off180.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off180.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off180.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off181.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off181.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off181.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off181.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off182.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off182.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off182.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off182.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off183.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off183.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off183.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off183.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off184.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off184.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off184.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off184.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off185.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off185.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off185.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off185.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off186.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off186.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off186.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off186.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off187.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off187.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off187.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off187.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off188.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off188.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off188.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off188.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off189.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off189.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off189.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off189.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off190.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off190.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off190.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off190.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off191.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off191.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off191.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off191.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off192.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off192.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off192.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off192.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off193.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off193.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off193.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off193.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off194.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off194.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off194.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off194.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off195.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off195.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off195.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off195.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off196.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off196.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off196.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off196.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off197.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off197.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off197.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off197.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off198.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off198.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off198.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off198.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off199.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off199.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off199.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off199.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off200.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off200.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off200.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off200.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off201.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off201.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off201.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off201.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off202.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off202.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off202.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off202.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off203.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off203.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off203.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off203.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off204.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off204.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off204.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off204.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off205.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off205.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off205.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off205.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off206.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off206.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off206.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off206.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off207.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off207.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off207.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off207.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off208.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off208.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off208.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off208.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off209.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off209.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off209.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off209.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off210.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off210.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off210.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off210.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off211.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off211.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off211.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off211.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off212.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off212.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off212.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off212.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off213.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off213.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off213.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off213.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off214.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off214.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off214.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off214.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off215.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off215.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off215.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off215.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off216.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off216.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off216.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off216.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off217.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off217.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off217.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off217.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off218.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off218.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off218.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off218.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off219.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off219.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off219.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off219.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off220.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off220.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off220.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off220.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off221.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off221.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off221.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off221.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off222.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off222.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off222.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off222.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off223.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off223.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off223.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off223.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off224.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off224.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off224.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off224.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off225.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off225.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off225.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off225.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off226.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off226.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off226.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off226.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off227.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off227.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off227.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off227.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off228.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off228.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off228.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off228.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off229.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off229.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off229.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off229.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off230.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off230.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off230.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off230.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off231.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off231.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off231.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off231.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off232.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off232.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off232.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off232.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off233.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off233.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off233.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off233.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off234.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off234.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off234.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off234.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off235.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off235.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off235.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off235.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off236.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off236.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off236.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off236.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off237.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off237.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off237.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off237.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off238.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off238.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off238.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off238.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off239.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off239.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off239.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off239.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off240.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off240.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off240.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off240.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off241.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off241.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off241.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off241.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off242.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off242.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off242.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off242.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off243.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off243.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off243.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off243.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off244.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off244.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off244.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off244.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off245.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off245.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off245.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off245.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off246.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off246.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off246.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off246.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off247.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off247.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off247.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off247.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off248.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off248.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off248.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off248.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off249.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off249.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off249.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off249.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off250.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off250.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off250.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off250.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off251.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off251.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off251.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off251.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off252.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off252.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off252.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off252.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off253.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off253.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off253.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off253.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off254.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off254.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off254.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off254.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off255.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off255.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off255.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off255.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off256.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off256.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off256.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off256.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off257.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off257.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off257.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off257.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off258.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off258.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off258.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off258.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off259.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off259.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off259.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off259.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off260.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off260.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off260.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off260.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off261.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off261.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off261.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off261.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off262.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off262.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off262.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off262.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off263.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off263.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off263.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off263.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off264.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off264.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off264.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off264.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off265.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off265.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off265.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off265.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off266.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off266.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off266.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off266.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off267.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off267.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off267.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off267.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off268.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off268.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off268.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off268.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off269.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off269.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off269.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off269.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off270.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off270.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off270.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off270.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off271.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off271.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off271.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off271.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off272.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off272.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off272.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off272.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off273.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off273.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off273.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off273.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off274.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off274.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off274.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off274.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off275.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off275.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off275.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off275.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off276.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off276.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off276.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off276.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off277.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off277.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off277.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off277.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off278.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off278.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off278.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off278.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off279.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off279.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off279.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off279.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off280.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off280.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off280.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off280.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off281.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off281.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off281.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off281.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off282.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off282.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off282.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off282.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off283.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off283.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off283.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off283.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off284.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off284.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off284.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off284.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off285.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off285.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off285.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off285.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off286.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off286.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off286.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off286.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off287.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off287.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off287.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off287.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off288.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off288.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off288.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off288.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off289.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off289.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off289.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off289.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off290.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off290.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off290.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off290.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off291.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off291.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off291.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off291.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off292.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off292.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off292.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off292.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off293.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off293.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off293.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off293.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off294.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off294.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off294.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off294.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off295.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off295.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off295.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off295.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off296.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off296.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off296.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off296.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off297.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off297.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off297.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off297.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off298.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off298.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off298.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off298.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off299.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off299.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off299.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off299.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off300.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off300.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off300.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off300.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off301.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off301.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off301.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off301.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off302.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off302.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off302.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off302.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off303.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off303.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off303.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off303.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off304.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off304.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off304.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off304.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off305.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off305.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off305.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off305.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off306.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off306.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off306.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off306.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off307.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off307.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off307.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off307.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off308.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off308.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off308.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off308.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off309.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off309.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off309.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off309.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off310.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off310.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off310.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off310.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off311.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off311.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off311.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off311.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off312.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off312.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off312.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off312.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off313.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off313.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off313.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off313.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off314.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off314.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off314.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off314.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off315.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off315.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off315.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off315.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off316.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off316.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off316.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off316.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off317.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off317.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off317.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off317.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off318.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off318.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off318.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off318.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off319.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off319.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off319.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off319.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off320.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off320.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off320.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off320.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off321.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off321.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off321.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off321.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off322.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off322.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off322.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off322.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off323.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off323.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off323.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off323.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off324.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off324.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off324.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off324.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off325.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off325.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off325.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off325.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off326.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off326.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off326.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off326.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off327.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off327.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off327.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off327.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off328.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off328.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off328.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off328.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off329.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off329.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off329.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off329.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off330.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off330.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off330.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off330.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off331.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off331.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off331.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off331.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off332.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off332.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off332.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off332.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off333.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off333.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off333.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off333.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off334.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off334.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off334.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off334.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off335.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off335.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off335.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off335.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off336.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off336.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off336.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off336.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off337.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off337.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off337.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off337.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off338.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off338.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off338.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off338.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off339.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off339.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off339.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off339.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off340.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off340.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off340.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off340.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off341.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off341.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off341.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off341.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off342.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off342.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off342.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off342.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off343.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off343.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off343.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off343.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off344.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off344.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off344.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off344.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off345.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off345.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off345.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off345.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off346.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off346.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off346.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off346.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off347.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off347.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off347.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off347.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off348.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off348.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off348.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off348.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off349.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off349.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off349.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off349.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off350.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off350.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off350.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off350.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off351.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off351.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off351.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off351.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off352.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off352.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off352.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off352.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off353.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off353.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off353.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off353.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off354.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off354.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off354.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off354.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off355.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off355.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off355.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off355.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off356.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off356.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off356.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off356.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off357.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off357.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off357.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off357.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off358.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off358.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off358.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off358.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off359.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off359.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off359.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off359.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off360.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off360.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off360.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off360.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off361.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off361.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off361.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off361.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off362.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off362.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off362.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off362.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off363.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off363.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off363.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off363.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off364.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off364.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off364.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off364.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off365.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off365.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off365.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off365.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off366.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off366.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off366.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off366.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off367.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off367.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off367.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off367.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off368.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off368.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off368.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off368.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off369.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off369.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off369.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off369.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off370.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off370.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off370.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off370.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off371.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off371.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off371.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off371.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off372.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off372.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off372.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off372.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off373.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off373.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off373.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off373.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off374.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off374.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off374.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off374.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off375.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off375.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off375.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off375.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off376.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off376.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off376.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off376.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off377.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off377.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off377.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off377.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off378.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off378.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off378.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off378.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off379.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off379.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off379.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off379.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off380.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off380.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off380.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off380.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off381.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off381.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off381.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off381.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off382.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off382.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off382.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off382.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off383.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off383.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off383.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off383.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off384.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off384.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off384.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off384.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off385.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off385.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off385.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off385.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off386.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off386.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off386.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off386.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off387.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off387.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off387.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off387.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off388.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off388.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off388.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off388.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off389.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off389.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off389.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off389.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off390.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off390.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off390.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off390.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off391.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off391.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off391.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off391.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off392.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off392.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off392.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off392.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off393.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off393.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off393.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off393.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off394.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off394.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off394.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off394.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off395.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off395.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off395.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off395.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off396.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off396.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off396.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off396.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off397.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off397.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off397.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off397.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off398.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off398.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off398.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off398.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off399.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off399.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off399.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off399.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off400.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off400.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off400.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off400.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off401.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off401.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off401.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off401.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off402.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off402.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off402.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off402.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off403.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off403.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off403.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off403.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off404.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off404.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off404.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off404.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off405.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off405.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off405.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off405.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off406.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off406.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off406.pm 2024-01-09 19:33:12.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off406.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Offset/off407.pm libdate-manip-perl-6.95/lib/Date/Manip/Offset/off407.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Offset/off407.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Offset/off407.pm 2024-03-01 16:05: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: Tue Jan 9 14:21:46 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:05:45 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -19,7 +19,7 @@ require 5.010000; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($Offset,%Offset); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Problems.pod libdate-manip-perl-6.95/lib/Date/Manip/Problems.pod --- libdate-manip-perl-6.94/lib/Date/Manip/Problems.pod 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Problems.pod 2024-01-24 16:11:49.000000000 +0000 @@ -451,8 +451,8 @@ =head1 BUGS AND QUESTIONS -If you find a bug in Date::Manip, there are three ways to send it to me. -In order of preference, they are: +If you find a bug in Date::Manip, please let me know. The best ways to +contact me are: =over 4 @@ -471,20 +471,12 @@ You are welcome to send it directly to me by email. The email address to use is: sbeck@cpan.org. -Please note that because cpan.org addresses are published, they are used by -a lot of spammers and phishers. Please include the name of the perl module -in the subject line of ALL messages sent to my cpan.org address or it will -likely be missed. - -=item CPAN Bug Tracking - -You can submit it using the CPAN tracking too. This can be done at the -following URL: - -L - -There was discussion of halting this service a while back (though it continues -to function), so only use this as a last resort. +There is some discussion of discontinuing CPAN email, so please use +this as a last resort. The GitHub method is strongly preferred. +Also, because cpan.org addresses are published, they are used by a lot +of spammers and phishers. Please include the name of the perl module +in the subject line of ALL messages sent to my cpan.org address or it +will likely be overlooked. =back diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Recur.pm libdate-manip-perl-6.95/lib/Date/Manip/Recur.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Recur.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Recur.pm 2024-01-09 20:14:11.000000000 +0000 @@ -26,7 +26,7 @@ use Date::Manip::TZ; our $VERSION; -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } ######################################################################## diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/a00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/a00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/a00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/a00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afabid00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afabid00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afabid00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afabid00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afalgi00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afalgi00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afalgi00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afalgi00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:48 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afbiss00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afbiss00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afbiss00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afbiss00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afcair00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afcair00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afcair00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afcair00.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afcasa00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afcasa00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afcasa00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afcasa00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afceut00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afceut00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afceut00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afceut00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afel_a00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afel_a00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afel_a00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afel_a00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afjoha00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afjoha00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afjoha00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afjoha00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afjuba00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afjuba00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afjuba00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afjuba00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afkhar00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afkhar00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afkhar00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afkhar00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aflago00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aflago00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aflago00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aflago00.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afmapu00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afmapu00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afmapu00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afmapu00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afmonr00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afmonr00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afmonr00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afmonr00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afnair00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afnair00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afnair00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afnair00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afndja00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afndja00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afndja00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afndja00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afsao_00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afsao_00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afsao_00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afsao_00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aftrip00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aftrip00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aftrip00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aftrip00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aftuni00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aftuni00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aftuni00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aftuni00.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/afwind00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/afwind00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/afwind00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/afwind00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amadak00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amadak00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amadak00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amadak00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amanch00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amanch00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amanch00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amanch00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amarag00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amarag00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amarag00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amarag00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amasun00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amasun00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amasun00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amasun00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambahi00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambahi00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambahi00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambahi00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambahi01.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambahi01.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambahi01.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambahi01.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambarb00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambarb00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambarb00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambarb00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambele00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambele00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambele00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambele00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambeli00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambeli00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambeli00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambeli00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambeul00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambeul00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambeul00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambeul00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amboa_00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amboa_00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amboa_00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amboa_00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambogo00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambogo00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambogo00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambogo00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambois00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambois00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambois00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambois00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambuen00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambuen00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ambuen00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ambuen00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcamb00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcamb00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcamb00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcamb00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcamp00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcamp00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcamp00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcamp00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcanc00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcanc00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcanc00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcanc00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcara00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcara00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcara00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcara00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcata00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcata00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcata00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcata00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcaye00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcaye00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcaye00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcaye00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcent00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcent00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcent00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcent00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amchic00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amchic00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amchic00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amchic00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amchih00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amchih00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amchih00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amchih00.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amciud00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amciud00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amciud00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amciud00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcord00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcord00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcord00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcord00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcost00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcost00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcost00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcost00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcuia00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcuia00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amcuia00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amcuia00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amdanm00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amdanm00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amdanm00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amdanm00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amdaws00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amdaws00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amdaws00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amdaws00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amdaws01.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amdaws01.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amdaws01.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amdaws01.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amdenv00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amdenv00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amdenv00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amdenv00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amdetr00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amdetr00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amdetr00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amdetr00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amedmo00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amedmo00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amedmo00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amedmo00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ameiru00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ameiru00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ameiru00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ameiru00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amel_s00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amel_s00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amel_s00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amel_s00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amfort00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amfort00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amfort00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amfort00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amfort01.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amfort01.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amfort01.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amfort01.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amglac00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amglac00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amglac00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amglac00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amgoos00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amgoos00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amgoos00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amgoos00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amgran00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amgran00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amgran00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amgran00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amguat00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amguat00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amguat00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amguat00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amguay00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amguay00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amguay00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amguay00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amguya00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amguya00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amguya00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amguya00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amhali00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amhali00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amhali00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amhali00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amhava00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amhava00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amhava00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amhava00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amherm00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amherm00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amherm00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amherm00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amindi00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amindi00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amindi00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amindi00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aminuv00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aminuv00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aminuv00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aminuv00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amiqal00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amiqal00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amiqal00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amiqal00.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amjama00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amjama00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amjama00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amjama00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amjuju00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amjuju00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amjuju00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amjuju00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amjune00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amjune00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amjune00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amjune00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amknox00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amknox00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amknox00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amknox00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amla_p00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amla_p00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amla_p00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amla_p00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amla_r00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amla_r00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amla_r00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amla_r00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amlima00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amlima00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amlima00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amlima00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amlos_00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amlos_00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amlos_00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amlos_00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amloui00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amloui00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amloui00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amloui00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammace00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammace00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammace00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammace00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammana00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammana00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammana00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammana00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammana01.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammana01.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammana01.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammana01.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammare00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammare00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammare00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammare00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammart00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammart00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammart00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammart00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammata00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammata00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammata00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammata00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammaza00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammaza00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammaza00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammaza00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammend00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammend00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammend00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammend00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammeno00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammeno00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammeno00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammeno00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammeri00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammeri00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammeri00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammeri00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammetl00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammetl00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammetl00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammetl00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammexi00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammexi00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammexi00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammexi00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammiqu00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammiqu00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammiqu00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammiqu00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,21 +25,21 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( 1 => [ [ [1,1,2,0,0,0],[1,1,1,20,15,20],'-03:44:40',[-3,-44,-40], - 'LMT',0,[1911,5,15,3,44,39],[1911,5,14,23,59,59], - '0001010200:00:00','0001010120:15:20','1911051503:44:39','1911051423:59:59' ], + 'LMT',0,[1911,6,15,3,44,39],[1911,6,14,23,59,59], + '0001010200:00:00','0001010120:15:20','1911061503:44:39','1911061423:59:59' ], ], 1911 => [ - [ [1911,5,15,3,44,40],[1911,5,14,23,44,40],'-04:00:00',[-4,0,0], + [ [1911,6,15,3,44,40],[1911,6,14,23,44,40],'-04:00:00',[-4,0,0], 'AST',0,[1980,5,1,3,59,59],[1980,4,30,23,59,59], - '1911051503:44:40','1911051423:44:40','1980050103:59:59','1980043023:59:59' ], + '1911061503:44:40','1911061423:44:40','1980050103:59:59','1980043023:59:59' ], ], 1980 => [ diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammonc00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammonc00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammonc00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammonc00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammont00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammont00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammont00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammont00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammont01.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammont01.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammont01.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammont01.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammont02.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammont02.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ammont02.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ammont02.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amnew_00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amnew_00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amnew_00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amnew_00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amnew_01.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amnew_01.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amnew_01.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amnew_01.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amnome00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amnome00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amnome00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amnome00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amnoro00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amnoro00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amnoro00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amnoro00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amnuuk00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amnuuk00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amnuuk00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amnuuk00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amojin00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amojin00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amojin00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amojin00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ampana00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ampana00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ampana00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ampana00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ampara00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ampara00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ampara00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ampara00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ampete00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ampete00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ampete00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ampete00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amphoe00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amphoe00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amphoe00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amphoe00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amport00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amport00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amport00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amport00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amport01.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amport01.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amport01.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amport01.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ampuer00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ampuer00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ampuer00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ampuer00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ampunt00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ampunt00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ampunt00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ampunt00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amrank00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amrank00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amrank00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amrank00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amreci00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amreci00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amreci00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amreci00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amregi00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amregi00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amregi00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amregi00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amreso00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amreso00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amreso00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amreso00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amrio_00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amrio_00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amrio_00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amrio_00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amrio_01.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amrio_01.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amrio_01.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amrio_01.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsalt00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsalt00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsalt00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsalt00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsan_00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsan_00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsan_00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsan_00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsan_01.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsan_01.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsan_01.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsan_01.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsant00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsant00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsant00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsant00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsant01.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsant01.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsant01.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsant01.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsant02.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsant02.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsant02.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsant02.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsao_00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsao_00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsao_00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsao_00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amscor00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amscor00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amscor00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amscor00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsitk00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsitk00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amsitk00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amsitk00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amst_j00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amst_j00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amst_j00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amst_j00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amswif00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amswif00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amswif00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amswif00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amtegu00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amtegu00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amtegu00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amtegu00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amtell00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amtell00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amtell00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amtell00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amthul00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amthul00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amthul00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amthul00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amtiju00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amtiju00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amtiju00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amtiju00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amtoro00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amtoro00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amtoro00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amtoro00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( @@ -266,35 +266,35 @@ 'EDT',1,[1946,9,29,5,59,59],[1946,9,29,1,59,59], '1946042807:00:00','1946042803:00:00','1946092905:59:59','1946092901:59:59' ], [ [1946,9,29,6,0,0],[1946,9,29,1,0,0],'-05:00:00',[-5,0,0], - 'EST',0,[1947,4,27,4,59,59],[1947,4,26,23,59,59], - '1946092906:00:00','1946092901:00:00','1947042704:59:59','1947042623:59:59' ], + 'EST',0,[1947,4,27,6,59,59],[1947,4,27,1,59,59], + '1946092906:00:00','1946092901:00:00','1947042706:59:59','1947042701:59:59' ], ], 1947 => [ - [ [1947,4,27,5,0,0],[1947,4,27,1,0,0],'-04:00:00',[-4,0,0], - 'EDT',1,[1947,9,28,3,59,59],[1947,9,27,23,59,59], - '1947042705:00:00','1947042701:00:00','1947092803:59:59','1947092723:59:59' ], - [ [1947,9,28,4,0,0],[1947,9,27,23,0,0],'-05:00:00',[-5,0,0], - 'EST',0,[1948,4,25,4,59,59],[1948,4,24,23,59,59], - '1947092804:00:00','1947092723:00:00','1948042504:59:59','1948042423:59:59' ], + [ [1947,4,27,7,0,0],[1947,4,27,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[1947,9,28,5,59,59],[1947,9,28,1,59,59], + '1947042707:00:00','1947042703:00:00','1947092805:59:59','1947092801:59:59' ], + [ [1947,9,28,6,0,0],[1947,9,28,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[1948,4,25,6,59,59],[1948,4,25,1,59,59], + '1947092806:00:00','1947092801:00:00','1948042506:59:59','1948042501:59:59' ], ], 1948 => [ - [ [1948,4,25,5,0,0],[1948,4,25,1,0,0],'-04:00:00',[-4,0,0], - 'EDT',1,[1948,9,26,3,59,59],[1948,9,25,23,59,59], - '1948042505:00:00','1948042501:00:00','1948092603:59:59','1948092523:59:59' ], - [ [1948,9,26,4,0,0],[1948,9,25,23,0,0],'-05:00:00',[-5,0,0], - 'EST',0,[1949,4,24,4,59,59],[1949,4,23,23,59,59], - '1948092604:00:00','1948092523:00:00','1949042404:59:59','1949042323:59:59' ], + [ [1948,4,25,7,0,0],[1948,4,25,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[1948,9,26,5,59,59],[1948,9,26,1,59,59], + '1948042507:00:00','1948042503:00:00','1948092605:59:59','1948092601:59:59' ], + [ [1948,9,26,6,0,0],[1948,9,26,1,0,0],'-05:00:00',[-5,0,0], + 'EST',0,[1949,4,24,6,59,59],[1949,4,24,1,59,59], + '1948092606:00:00','1948092601:00:00','1949042406:59:59','1949042401:59:59' ], ], 1949 => [ - [ [1949,4,24,5,0,0],[1949,4,24,1,0,0],'-04:00:00',[-4,0,0], - 'EDT',1,[1949,11,27,3,59,59],[1949,11,26,23,59,59], - '1949042405:00:00','1949042401:00:00','1949112703:59:59','1949112623:59:59' ], - [ [1949,11,27,4,0,0],[1949,11,26,23,0,0],'-05:00:00',[-5,0,0], + [ [1949,4,24,7,0,0],[1949,4,24,3,0,0],'-04:00:00',[-4,0,0], + 'EDT',1,[1949,11,27,5,59,59],[1949,11,27,1,59,59], + '1949042407:00:00','1949042403:00:00','1949112705:59:59','1949112701:59:59' ], + [ [1949,11,27,6,0,0],[1949,11,27,1,0,0],'-05:00:00',[-5,0,0], 'EST',0,[1950,4,30,6,59,59],[1950,4,30,1,59,59], - '1949112704:00:00','1949112623:00:00','1950043006:59:59','1950043001:59:59' ], + '1949112706:00:00','1949112701:00:00','1950043006:59:59','1950043001:59:59' ], ], 1950 => [ diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amtucu00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amtucu00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amtucu00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amtucu00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amushu00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amushu00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amushu00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amushu00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amvanc00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amvanc00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amvanc00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amvanc00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amveva00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amveva00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amveva00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amveva00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amvinc00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amvinc00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amvinc00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amvinc00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amwhit00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amwhit00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amwhit00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amwhit00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amwina00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amwina00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amwina00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amwina00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amwinn00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amwinn00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amwinn00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amwinn00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/amyaku00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/amyaku00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/amyaku00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/amyaku00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ancase00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ancase00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ancase00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ancase00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/andavi00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/andavi00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/andavi00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/andavi00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/anmacq00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/anmacq00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/anmacq00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/anmacq00.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/anmaws00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/anmaws00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/anmaws00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/anmaws00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/anpalm00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/anpalm00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/anpalm00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/anpalm00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/anroth00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/anroth00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/anroth00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/anroth00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/antrol00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/antrol00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/antrol00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/antrol00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/anvost00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/anvost00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/anvost00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/anvost00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asalma00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asalma00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asalma00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asalma00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( @@ -263,8 +263,14 @@ '+07',1,[2004,10,30,19,59,59],[2004,10,31,2,59,59], '2004032720:00:00','2004032803:00:00','2004103019:59:59','2004103102:59:59' ], [ [2004,10,30,20,0,0],[2004,10,31,2,0,0],'+06:00:00',[6,0,0], - '+06',0,[9999,12,31,0,0,0],[9999,12,31,6,0,0], - '2004103020:00:00','2004103102:00:00','9999123100:00:00','9999123106:00:00' ], + '+06',0,[2024,2,29,17,59,59],[2024,2,29,23,59,59], + '2004103020:00:00','2004103102:00:00','2024022917:59:59','2024022923:59:59' ], + ], + 2024 => + [ + [ [2024,2,29,18,0,0],[2024,2,29,23,0,0],'+05:00:00',[5,0,0], + '+05',0,[9999,12,31,0,0,0],[9999,12,31,5,0,0], + '2024022918:00:00','2024022923:00:00','9999123100:00:00','9999123105:00:00' ], ], ); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asamma00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asamma00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asamma00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asamma00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asanad00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asanad00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asanad00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asanad00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asaqta00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asaqta00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asaqta00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asaqta00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asaqto00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asaqto00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asaqto00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asaqto00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asashg00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asashg00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asashg00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asashg00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asatyr00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asatyr00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asatyr00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asatyr00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asbagh00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asbagh00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asbagh00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asbagh00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asbaku00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asbaku00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asbaku00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asbaku00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asbang00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asbang00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asbang00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asbang00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asbarn00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asbarn00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asbarn00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asbarn00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asbeir00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asbeir00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asbeir00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asbeir00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asbish00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asbish00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asbish00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asbish00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aschit00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aschit00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aschit00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aschit00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aschoi00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aschoi00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aschoi00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aschoi00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ascolo00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ascolo00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ascolo00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ascolo00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asdama00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asdama00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asdama00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asdama00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asdhak00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asdhak00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asdhak00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asdhak00.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asdili00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asdili00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asdili00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asdili00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asduba00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asduba00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asduba00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asduba00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asdush00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asdush00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asdush00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asdush00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asfama00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asfama00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asfama00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asfama00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asgaza00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asgaza00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asgaza00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asgaza00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( @@ -581,23 +581,23 @@ 'EEST',1,[2023,10,27,22,59,59],[2023,10,28,1,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,4,12,23,59,59],[2024,4,13,1,59,59], - '2023102723:00:00','2023102801:00:00','2024041223:59:59','2024041301:59:59' ], + 'EET',0,[2024,4,19,23,59,59],[2024,4,20,1,59,59], + '2023102723:00:00','2023102801:00:00','2024041923:59:59','2024042001:59:59' ], ], 2024 => [ - [ [2024,4,13,0,0,0],[2024,4,13,3,0,0],'+03:00:00',[3,0,0], + [ [2024,4,20,0,0,0],[2024,4,20,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2024,10,25,22,59,59],[2024,10,26,1,59,59], - '2024041300:00:00','2024041303:00:00','2024102522:59:59','2024102601:59:59' ], + '2024042000:00:00','2024042003: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,4,4,23,59,59],[2025,4,5,1,59,59], - '2024102523:00:00','2024102601:00:00','2025040423:59:59','2025040501:59:59' ], + 'EET',0,[2025,4,11,23,59,59],[2025,4,12,1,59,59], + '2024102523:00:00','2024102601:00:00','2025041123:59:59','2025041201:59:59' ], ], 2025 => [ - [ [2025,4,5,0,0,0],[2025,4,5,3,0,0],'+03:00:00',[3,0,0], + [ [2025,4,12,0,0,0],[2025,4,12,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2025,10,24,22,59,59],[2025,10,25,1,59,59], - '2025040500:00:00','2025040503:00:00','2025102422:59:59','2025102501:59:59' ], + '2025041200:00:00','2025041203: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' ], @@ -725,14 +725,8 @@ '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], - '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' ], + '2039091623:00:00','2039091701:00:00','2040032323:59:59','2040032401:59:59' ], ], 2040 => [ @@ -740,11 +734,11 @@ '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], + 'EET',0,[2040,10,19,23,59,59],[2040,10,20,1,59,59], + '2040083123:00:00','2040090101:00:00','2040101923:59:59','2040102001:59:59' ], + [ [2040,10,20,0,0,0],[2040,10,20,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2040,10,26,22,59,59],[2040,10,27,1,59,59], - '2040101300:00:00','2040101303:00:00','2040102622:59:59','2040102701:59:59' ], + '2040102000:00:00','2040102003: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' ], @@ -755,11 +749,11 @@ '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], + 'EET',0,[2041,10,4,23,59,59],[2041,10,5,1,59,59], + '2041082323:00:00','2041082401:00:00','2041100423:59:59','2041100501:59:59' ], + [ [2041,10,5,0,0,0],[2041,10,5,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2041,10,25,22,59,59],[2041,10,26,1,59,59], - '2041092800:00:00','2041092803:00:00','2041102522:59:59','2041102601:59:59' ], + '2041100500:00:00','2041100503: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' ], @@ -770,11 +764,11 @@ '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], + 'EET',0,[2042,9,26,23,59,59],[2042,9,27,1,59,59], + '2042081523:00:00','2042081601:00:00','2042092623:59:59','2042092701:59:59' ], + [ [2042,9,27,0,0,0],[2042,9,27,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2042,10,24,22,59,59],[2042,10,25,1,59,59], - '2042092000:00:00','2042092003:00:00','2042102422:59:59','2042102501:59:59' ], + '2042092700:00:00','2042092703: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' ], @@ -785,11 +779,11 @@ '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], + 'EET',0,[2043,9,18,23,59,59],[2043,9,19,1,59,59], + '2043073123:00:00','2043080101:00:00','2043091823:59:59','2043091901:59:59' ], + [ [2043,9,19,0,0,0],[2043,9,19,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2043,10,23,22,59,59],[2043,10,24,1,59,59], - '2043091200:00:00','2043091203:00:00','2043102322:59:59','2043102401:59:59' ], + '2043091900:00:00','2043091903: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' ], @@ -800,11 +794,11 @@ '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], + 'EET',0,[2044,9,2,23,59,59],[2044,9,3,1,59,59], + '2044072223:00:00','2044072301:00:00','2044090223:59:59','2044090301:59:59' ], + [ [2044,9,3,0,0,0],[2044,9,3,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2044,10,28,22,59,59],[2044,10,29,1,59,59], - '2044082700:00:00','2044082703:00:00','2044102822:59:59','2044102901:59:59' ], + '2044090300:00:00','2044090303: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' ], @@ -815,11 +809,11 @@ '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], + 'EET',0,[2045,8,25,23,59,59],[2045,8,26,1,59,59], + '2045071423:00:00','2045071501:00:00','2045082523:59:59','2045082601:59:59' ], + [ [2045,8,26,0,0,0],[2045,8,26,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2045,10,27,22,59,59],[2045,10,28,1,59,59], - '2045081900:00:00','2045081903:00:00','2045102722:59:59','2045102801:59:59' ], + '2045082600:00:00','2045082603: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' ], @@ -830,11 +824,11 @@ '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], + 'EET',0,[2046,8,17,23,59,59],[2046,8,18,1,59,59], + '2046062923:00:00','2046063001:00:00','2046081723:59:59','2046081801:59:59' ], + [ [2046,8,18,0,0,0],[2046,8,18,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2046,10,26,22,59,59],[2046,10,27,1,59,59], - '2046081100:00:00','2046081103:00:00','2046102622:59:59','2046102701:59:59' ], + '2046081800:00:00','2046081803: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' ], @@ -845,11 +839,11 @@ '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], + 'EET',0,[2047,8,2,23,59,59],[2047,8,3,1,59,59], + '2047062123:00:00','2047062201:00:00','2047080223:59:59','2047080301:59:59' ], + [ [2047,8,3,0,0,0],[2047,8,3,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2047,10,25,22,59,59],[2047,10,26,1,59,59], - '2047072700:00:00','2047072703:00:00','2047102522:59:59','2047102601:59:59' ], + '2047080300:00:00','2047080303: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' ], @@ -860,11 +854,11 @@ '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], + 'EET',0,[2048,7,24,23,59,59],[2048,7,25,1,59,59], + '2048060523:00:00','2048060601:00:00','2048072423:59:59','2048072501:59:59' ], + [ [2048,7,25,0,0,0],[2048,7,25,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2048,10,23,22,59,59],[2048,10,24,1,59,59], - '2048071800:00:00','2048071803:00:00','2048102322:59:59','2048102401:59:59' ], + '2048072500:00:00','2048072503: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' ], @@ -875,11 +869,11 @@ '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], + 'EET',0,[2049,7,9,23,59,59],[2049,7,10,1,59,59], + '2049052823:00:00','2049052901:00:00','2049070923:59:59','2049071001:59:59' ], + [ [2049,7,10,0,0,0],[2049,7,10,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2049,10,29,22,59,59],[2049,10,30,1,59,59], - '2049070300:00:00','2049070303:00:00','2049102922:59:59','2049103001:59:59' ], + '2049071000:00:00','2049071003: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' ], @@ -890,11 +884,11 @@ '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], + 'EET',0,[2050,7,1,23,59,59],[2050,7,2,1,59,59], + '2050052023:00:00','2050052101:00:00','2050070123:59:59','2050070201:59:59' ], + [ [2050,7,2,0,0,0],[2050,7,2,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2050,10,28,22,59,59],[2050,10,29,1,59,59], - '2050062500:00:00','2050062503:00:00','2050102822:59:59','2050102901:59:59' ], + '2050070200:00:00','2050070203: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' ], @@ -905,11 +899,11 @@ '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], + 'EET',0,[2051,6,23,23,59,59],[2051,6,24,1,59,59], + '2051050523:00:00','2051050601:00:00','2051062323:59:59','2051062401:59:59' ], + [ [2051,6,24,0,0,0],[2051,6,24,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2051,10,27,22,59,59],[2051,10,28,1,59,59], - '2051061700:00:00','2051061703:00:00','2051102722:59:59','2051102801:59:59' ], + '2051062400:00:00','2051062403: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' ], @@ -920,11 +914,11 @@ '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], + 'EET',0,[2052,6,7,23,59,59],[2052,6,8,1,59,59], + '2052042623:00:00','2052042701:00:00','2052060723:59:59','2052060801:59:59' ], + [ [2052,6,8,0,0,0],[2052,6,8,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2052,10,25,22,59,59],[2052,10,26,1,59,59], - '2052060100:00:00','2052060103:00:00','2052102522:59:59','2052102601:59:59' ], + '2052060800:00:00','2052060803: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' ], @@ -935,11 +929,11 @@ '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], + 'EET',0,[2053,5,30,23,59,59],[2053,5,31,1,59,59], + '2053041123:00:00','2053041201:00:00','2053053023:59:59','2053053101:59:59' ], + [ [2053,5,31,0,0,0],[2053,5,31,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2053,10,24,22,59,59],[2053,10,25,1,59,59], - '2053052400:00:00','2053052403:00:00','2053102422:59:59','2053102501:59:59' ], + '2053053100:00:00','2053053103: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' ], @@ -950,47 +944,47 @@ '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], + 'EET',0,[2054,5,22,23,59,59],[2054,5,23,1,59,59], + '2054040323:00:00','2054040401:00:00','2054052223:59:59','2054052301:59:59' ], + [ [2054,5,23,0,0,0],[2054,5,23,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2054,10,23,22,59,59],[2054,10,24,1,59,59], - '2054051600:00:00','2054051603:00:00','2054102322:59:59','2054102401:59:59' ], + '2054052300:00:00','2054052303: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,4,30,23,59,59],[2055,5,1,1,59,59], - '2054102323:00:00','2054102401:00:00','2055043023:59:59','2055050101:59:59' ], + 'EET',0,[2055,5,7,23,59,59],[2055,5,8,1,59,59], + '2054102323:00:00','2054102401:00:00','2055050723:59:59','2055050801:59:59' ], ], 2055 => [ - [ [2055,5,1,0,0,0],[2055,5,1,3,0,0],'+03:00:00',[3,0,0], + [ [2055,5,8,0,0,0],[2055,5,8,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2055,10,29,22,59,59],[2055,10,30,1,59,59], - '2055050100:00:00','2055050103:00:00','2055102922:59:59','2055103001:59:59' ], + '2055050800:00:00','2055050803: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,4,21,23,59,59],[2056,4,22,1,59,59], - '2055102923:00:00','2055103001:00:00','2056042123:59:59','2056042201:59:59' ], + 'EET',0,[2056,4,28,23,59,59],[2056,4,29,1,59,59], + '2055102923:00:00','2055103001:00:00','2056042823:59:59','2056042901:59:59' ], ], 2056 => [ - [ [2056,4,22,0,0,0],[2056,4,22,3,0,0],'+03:00:00',[3,0,0], + [ [2056,4,29,0,0,0],[2056,4,29,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2056,10,27,22,59,59],[2056,10,28,1,59,59], - '2056042200:00:00','2056042203:00:00','2056102722:59:59','2056102801:59:59' ], + '2056042900:00:00','2056042903: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,4,6,23,59,59],[2057,4,7,1,59,59], - '2056102723:00:00','2056102801:00:00','2057040623:59:59','2057040701:59:59' ], + 'EET',0,[2057,4,13,23,59,59],[2057,4,14,1,59,59], + '2056102723:00:00','2056102801:00:00','2057041323:59:59','2057041401:59:59' ], ], 2057 => [ - [ [2057,4,7,0,0,0],[2057,4,7,3,0,0],'+03:00:00',[3,0,0], + [ [2057,4,14,0,0,0],[2057,4,14,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2057,10,26,22,59,59],[2057,10,27,1,59,59], - '2057040700:00:00','2057040703:00:00','2057102622:59:59','2057102701:59:59' ], + '2057041400:00:00','2057041403: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' ], + 'EET',0,[2058,4,5,23,59,59],[2058,4,6,1,59,59], + '2057102623:00:00','2057102701:00:00','2058040523:59:59','2058040601:59:59' ], ], 2058 => [ - [ [2058,3,30,0,0,0],[2058,3,30,3,0,0],'+03:00:00',[3,0,0], + [ [2058,4,6,0,0,0],[2058,4,6,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2058,10,25,22,59,59],[2058,10,26,1,59,59], - '2058033000:00:00','2058033003:00:00','2058102522:59:59','2058102601:59:59' ], + '2058040600:00:00','2058040603:00:00','2058102522:59:59','2058102601:59:59' ], [ [2058,10,25,23,0,0],[2058,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2059,3,28,23,59,59],[2059,3,29,1,59,59], '2058102523:00:00','2058102601:00:00','2059032823:59:59','2059032901:59:59' ], @@ -1118,11 +1112,11 @@ '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], + 'EET',0,[2072,10,21,23,59,59],[2072,10,22,1,59,59], + '2072090923:00:00','2072091001:00:00','2072102123:59:59','2072102201:59:59' ], + [ [2072,10,22,0,0,0],[2072,10,22,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2072,10,28,22,59,59],[2072,10,29,1,59,59], - '2072101500:00:00','2072101503:00:00','2072102822:59:59','2072102901:59:59' ], + '2072102200:00:00','2072102203: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' ], @@ -1133,11 +1127,11 @@ 'EEST',1,[2073,9,1,22,59,59],[2073,9,2,1,59,59], '2073032500:00:00','2073032503:00:00','2073090122:59:59','2073090201: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], + 'EET',0,[2073,10,13,23,59,59],[2073,10,14,1,59,59], + '2073090123:00:00','2073090201:00:00','2073101323:59:59','2073101401:59:59' ], + [ [2073,10,14,0,0,0],[2073,10,14,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2073,10,27,22,59,59],[2073,10,28,1,59,59], - '2073100700:00:00','2073100703:00:00','2073102722:59:59','2073102801:59:59' ], + '2073101400:00:00','2073101403: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' ], @@ -1148,11 +1142,11 @@ 'EEST',1,[2074,8,17,22,59,59],[2074,8,18,1,59,59], '2074032400:00:00','2074032403:00:00','2074081722:59:59','2074081801: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], + 'EET',0,[2074,10,5,23,59,59],[2074,10,6,1,59,59], + '2074081723:00:00','2074081801:00:00','2074100523:59:59','2074100601:59:59' ], + [ [2074,10,6,0,0,0],[2074,10,6,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2074,10,26,22,59,59],[2074,10,27,1,59,59], - '2074092900:00:00','2074092903:00:00','2074102622:59:59','2074102701:59:59' ], + '2074100600:00:00','2074100603: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' ], @@ -1163,11 +1157,11 @@ 'EEST',1,[2075,8,9,22,59,59],[2075,8,10,1,59,59], '2075033000:00:00','2075033003:00:00','2075080922:59:59','2075081001:59:59' ], [ [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], + 'EET',0,[2075,9,20,23,59,59],[2075,9,21,1,59,59], + '2075080923:00:00','2075081001:00:00','2075092023:59:59','2075092101:59:59' ], + [ [2075,9,21,0,0,0],[2075,9,21,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2075,10,25,22,59,59],[2075,10,26,1,59,59], - '2075091400:00:00','2075091403:00:00','2075102522:59:59','2075102601:59:59' ], + '2075092100:00:00','2075092103: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' ], @@ -1178,11 +1172,11 @@ 'EEST',1,[2076,7,24,22,59,59],[2076,7,25,1,59,59], '2076032800:00:00','2076032803:00:00','2076072422:59:59','2076072501:59:59' ], [ [2076,7,24,23,0,0],[2076,7,25,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2076,9,4,23,59,59],[2076,9,5,1,59,59], - '2076072423:00:00','2076072501:00:00','2076090423:59:59','2076090501:59:59' ], - [ [2076,9,5,0,0,0],[2076,9,5,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2076,9,11,23,59,59],[2076,9,12,1,59,59], + '2076072423:00:00','2076072501:00:00','2076091123:59:59','2076091201:59:59' ], + [ [2076,9,12,0,0,0],[2076,9,12,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2076,10,23,22,59,59],[2076,10,24,1,59,59], - '2076090500:00:00','2076090503:00:00','2076102322:59:59','2076102401:59:59' ], + '2076091200:00:00','2076091203:00:00','2076102322:59:59','2076102401:59:59' ], [ [2076,10,23,23,0,0],[2076,10,24,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2077,3,26,23,59,59],[2077,3,27,1,59,59], '2076102323:00:00','2076102401:00:00','2077032623:59:59','2077032701:59:59' ], @@ -1193,11 +1187,11 @@ 'EEST',1,[2077,7,16,22,59,59],[2077,7,17,1,59,59], '2077032700:00:00','2077032703:00:00','2077071622:59:59','2077071701:59:59' ], [ [2077,7,16,23,0,0],[2077,7,17,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2077,8,27,23,59,59],[2077,8,28,1,59,59], - '2077071623:00:00','2077071701:00:00','2077082723:59:59','2077082801:59:59' ], - [ [2077,8,28,0,0,0],[2077,8,28,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2077,9,3,23,59,59],[2077,9,4,1,59,59], + '2077071623:00:00','2077071701:00:00','2077090323:59:59','2077090401:59:59' ], + [ [2077,9,4,0,0,0],[2077,9,4,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2077,10,29,22,59,59],[2077,10,30,1,59,59], - '2077082800:00:00','2077082803:00:00','2077102922:59:59','2077103001:59:59' ], + '2077090400:00:00','2077090403:00:00','2077102922:59:59','2077103001:59:59' ], [ [2077,10,29,23,0,0],[2077,10,30,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2078,3,25,23,59,59],[2078,3,26,1,59,59], '2077102923:00:00','2077103001:00:00','2078032523:59:59','2078032601:59:59' ], @@ -1208,11 +1202,11 @@ 'EEST',1,[2078,7,8,22,59,59],[2078,7,9,1,59,59], '2078032600:00:00','2078032603:00:00','2078070822:59:59','2078070901:59:59' ], [ [2078,7,8,23,0,0],[2078,7,9,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2078,8,12,23,59,59],[2078,8,13,1,59,59], - '2078070823:00:00','2078070901:00:00','2078081223:59:59','2078081301:59:59' ], - [ [2078,8,13,0,0,0],[2078,8,13,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2078,8,19,23,59,59],[2078,8,20,1,59,59], + '2078070823:00:00','2078070901:00:00','2078081923:59:59','2078082001:59:59' ], + [ [2078,8,20,0,0,0],[2078,8,20,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2078,10,28,22,59,59],[2078,10,29,1,59,59], - '2078081300:00:00','2078081303:00:00','2078102822:59:59','2078102901:59:59' ], + '2078082000:00:00','2078082003:00:00','2078102822:59:59','2078102901:59:59' ], [ [2078,10,28,23,0,0],[2078,10,29,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2079,3,24,23,59,59],[2079,3,25,1,59,59], '2078102823:00:00','2078102901:00:00','2079032423:59:59','2079032501:59:59' ], @@ -1223,11 +1217,11 @@ 'EEST',1,[2079,6,23,22,59,59],[2079,6,24,1,59,59], '2079032500:00:00','2079032503:00:00','2079062322:59:59','2079062401:59:59' ], [ [2079,6,23,23,0,0],[2079,6,24,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2079,8,4,23,59,59],[2079,8,5,1,59,59], - '2079062323:00:00','2079062401:00:00','2079080423:59:59','2079080501:59:59' ], - [ [2079,8,5,0,0,0],[2079,8,5,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2079,8,11,23,59,59],[2079,8,12,1,59,59], + '2079062323:00:00','2079062401:00:00','2079081123:59:59','2079081201:59:59' ], + [ [2079,8,12,0,0,0],[2079,8,12,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2079,10,27,22,59,59],[2079,10,28,1,59,59], - '2079080500:00:00','2079080503:00:00','2079102722:59:59','2079102801:59:59' ], + '2079081200:00:00','2079081203:00:00','2079102722:59:59','2079102801:59:59' ], [ [2079,10,27,23,0,0],[2079,10,28,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2080,3,29,23,59,59],[2080,3,30,1,59,59], '2079102723:00:00','2079102801:00:00','2080032923:59:59','2080033001:59:59' ], @@ -1238,11 +1232,11 @@ 'EEST',1,[2080,6,14,22,59,59],[2080,6,15,1,59,59], '2080033000:00:00','2080033003:00:00','2080061422:59:59','2080061501:59:59' ], [ [2080,6,14,23,0,0],[2080,6,15,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2080,7,19,23,59,59],[2080,7,20,1,59,59], - '2080061423:00:00','2080061501:00:00','2080071923:59:59','2080072001:59:59' ], - [ [2080,7,20,0,0,0],[2080,7,20,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2080,7,26,23,59,59],[2080,7,27,1,59,59], + '2080061423:00:00','2080061501:00:00','2080072623:59:59','2080072701:59:59' ], + [ [2080,7,27,0,0,0],[2080,7,27,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2080,10,25,22,59,59],[2080,10,26,1,59,59], - '2080072000:00:00','2080072003:00:00','2080102522:59:59','2080102601:59:59' ], + '2080072700:00:00','2080072703:00:00','2080102522:59:59','2080102601:59:59' ], [ [2080,10,25,23,0,0],[2080,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2081,3,28,23,59,59],[2081,3,29,1,59,59], '2080102523:00:00','2080102601:00:00','2081032823:59:59','2081032901:59:59' ], @@ -1253,11 +1247,11 @@ 'EEST',1,[2081,6,6,22,59,59],[2081,6,7,1,59,59], '2081032900:00:00','2081032903:00:00','2081060622:59:59','2081060701:59:59' ], [ [2081,6,6,23,0,0],[2081,6,7,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2081,7,11,23,59,59],[2081,7,12,1,59,59], - '2081060623:00:00','2081060701:00:00','2081071123:59:59','2081071201:59:59' ], - [ [2081,7,12,0,0,0],[2081,7,12,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2081,7,18,23,59,59],[2081,7,19,1,59,59], + '2081060623:00:00','2081060701:00:00','2081071823:59:59','2081071901:59:59' ], + [ [2081,7,19,0,0,0],[2081,7,19,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2081,10,24,22,59,59],[2081,10,25,1,59,59], - '2081071200:00:00','2081071203:00:00','2081102422:59:59','2081102501:59:59' ], + '2081071900:00:00','2081071903:00:00','2081102422:59:59','2081102501:59:59' ], [ [2081,10,24,23,0,0],[2081,10,25,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2082,3,27,23,59,59],[2082,3,28,1,59,59], '2081102423:00:00','2081102501:00:00','2082032723:59:59','2082032801:59:59' ], @@ -1268,11 +1262,11 @@ 'EEST',1,[2082,5,22,22,59,59],[2082,5,23,1,59,59], '2082032800:00:00','2082032803:00:00','2082052222:59:59','2082052301:59:59' ], [ [2082,5,22,23,0,0],[2082,5,23,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2082,7,3,23,59,59],[2082,7,4,1,59,59], - '2082052223:00:00','2082052301:00:00','2082070323:59:59','2082070401:59:59' ], - [ [2082,7,4,0,0,0],[2082,7,4,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2082,7,10,23,59,59],[2082,7,11,1,59,59], + '2082052223:00:00','2082052301:00:00','2082071023:59:59','2082071101:59:59' ], + [ [2082,7,11,0,0,0],[2082,7,11,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2082,10,23,22,59,59],[2082,10,24,1,59,59], - '2082070400:00:00','2082070403:00:00','2082102322:59:59','2082102401:59:59' ], + '2082071100:00:00','2082071103:00:00','2082102322:59:59','2082102401:59:59' ], [ [2082,10,23,23,0,0],[2082,10,24,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2083,3,26,23,59,59],[2083,3,27,1,59,59], '2082102323:00:00','2082102401:00:00','2083032623:59:59','2083032701:59:59' ], @@ -1283,11 +1277,11 @@ 'EEST',1,[2083,5,14,22,59,59],[2083,5,15,1,59,59], '2083032700:00:00','2083032703:00:00','2083051422:59:59','2083051501:59:59' ], [ [2083,5,14,23,0,0],[2083,5,15,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2083,6,18,23,59,59],[2083,6,19,1,59,59], - '2083051423:00:00','2083051501:00:00','2083061823:59:59','2083061901:59:59' ], - [ [2083,6,19,0,0,0],[2083,6,19,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2083,6,25,23,59,59],[2083,6,26,1,59,59], + '2083051423:00:00','2083051501:00:00','2083062523:59:59','2083062601:59:59' ], + [ [2083,6,26,0,0,0],[2083,6,26,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2083,10,29,22,59,59],[2083,10,30,1,59,59], - '2083061900:00:00','2083061903:00:00','2083102922:59:59','2083103001:59:59' ], + '2083062600:00:00','2083062603:00:00','2083102922:59:59','2083103001:59:59' ], [ [2083,10,29,23,0,0],[2083,10,30,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2084,3,24,23,59,59],[2084,3,25,1,59,59], '2083102923:00:00','2083103001:00:00','2084032423:59:59','2084032501:59:59' ], @@ -1298,11 +1292,11 @@ 'EEST',1,[2084,4,28,22,59,59],[2084,4,29,1,59,59], '2084032500:00:00','2084032503:00:00','2084042822:59:59','2084042901:59:59' ], [ [2084,4,28,23,0,0],[2084,4,29,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2084,6,9,23,59,59],[2084,6,10,1,59,59], - '2084042823:00:00','2084042901:00:00','2084060923:59:59','2084061001:59:59' ], - [ [2084,6,10,0,0,0],[2084,6,10,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2084,6,16,23,59,59],[2084,6,17,1,59,59], + '2084042823:00:00','2084042901:00:00','2084061623:59:59','2084061701:59:59' ], + [ [2084,6,17,0,0,0],[2084,6,17,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2084,10,27,22,59,59],[2084,10,28,1,59,59], - '2084061000:00:00','2084061003:00:00','2084102722:59:59','2084102801:59:59' ], + '2084061700:00:00','2084061703:00:00','2084102722:59:59','2084102801:59:59' ], [ [2084,10,27,23,0,0],[2084,10,28,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2085,3,23,23,59,59],[2085,3,24,1,59,59], '2084102723:00:00','2084102801:00:00','2085032323:59:59','2085032401:59:59' ], @@ -1313,11 +1307,11 @@ 'EEST',1,[2085,4,20,22,59,59],[2085,4,21,1,59,59], '2085032400:00:00','2085032403:00:00','2085042022:59:59','2085042101:59:59' ], [ [2085,4,20,23,0,0],[2085,4,21,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2085,6,1,23,59,59],[2085,6,2,1,59,59], - '2085042023:00:00','2085042101:00:00','2085060123:59:59','2085060201:59:59' ], - [ [2085,6,2,0,0,0],[2085,6,2,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2085,6,8,23,59,59],[2085,6,9,1,59,59], + '2085042023:00:00','2085042101:00:00','2085060823:59:59','2085060901:59:59' ], + [ [2085,6,9,0,0,0],[2085,6,9,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2085,10,26,22,59,59],[2085,10,27,1,59,59], - '2085060200:00:00','2085060203:00:00','2085102622:59:59','2085102701:59:59' ], + '2085060900:00:00','2085060903:00:00','2085102622:59:59','2085102701:59:59' ], [ [2085,10,26,23,0,0],[2085,10,27,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2086,3,29,23,59,59],[2086,3,30,1,59,59], '2085102623:00:00','2085102701:00:00','2086032923:59:59','2086033001:59:59' ], @@ -1328,11 +1322,11 @@ 'EEST',1,[2086,4,12,22,59,59],[2086,4,13,1,59,59], '2086033000:00:00','2086033003:00:00','2086041222:59:59','2086041301:59:59' ], [ [2086,4,12,23,0,0],[2086,4,13,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2086,5,17,23,59,59],[2086,5,18,1,59,59], - '2086041223:00:00','2086041301:00:00','2086051723:59:59','2086051801:59:59' ], - [ [2086,5,18,0,0,0],[2086,5,18,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2086,5,24,23,59,59],[2086,5,25,1,59,59], + '2086041223:00:00','2086041301:00:00','2086052423:59:59','2086052501:59:59' ], + [ [2086,5,25,0,0,0],[2086,5,25,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2086,10,25,22,59,59],[2086,10,26,1,59,59], - '2086051800:00:00','2086051803:00:00','2086102522:59:59','2086102601:59:59' ], + '2086052500:00:00','2086052503:00:00','2086102522:59:59','2086102601:59:59' ], [ [2086,10,25,23,0,0],[2086,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2087,3,28,23,59,59],[2087,3,29,1,59,59], '2086102523:00:00','2086102601:00:00','2087032823:59:59','2087032901:59:59' ], diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ashebr00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ashebr00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ashebr00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ashebr00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( @@ -587,23 +587,23 @@ 'EEST',1,[2023,10,27,22,59,59],[2023,10,28,1,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,4,12,23,59,59],[2024,4,13,1,59,59], - '2023102723:00:00','2023102801:00:00','2024041223:59:59','2024041301:59:59' ], + 'EET',0,[2024,4,19,23,59,59],[2024,4,20,1,59,59], + '2023102723:00:00','2023102801:00:00','2024041923:59:59','2024042001:59:59' ], ], 2024 => [ - [ [2024,4,13,0,0,0],[2024,4,13,3,0,0],'+03:00:00',[3,0,0], + [ [2024,4,20,0,0,0],[2024,4,20,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2024,10,25,22,59,59],[2024,10,26,1,59,59], - '2024041300:00:00','2024041303:00:00','2024102522:59:59','2024102601:59:59' ], + '2024042000:00:00','2024042003: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,4,4,23,59,59],[2025,4,5,1,59,59], - '2024102523:00:00','2024102601:00:00','2025040423:59:59','2025040501:59:59' ], + 'EET',0,[2025,4,11,23,59,59],[2025,4,12,1,59,59], + '2024102523:00:00','2024102601:00:00','2025041123:59:59','2025041201:59:59' ], ], 2025 => [ - [ [2025,4,5,0,0,0],[2025,4,5,3,0,0],'+03:00:00',[3,0,0], + [ [2025,4,12,0,0,0],[2025,4,12,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2025,10,24,22,59,59],[2025,10,25,1,59,59], - '2025040500:00:00','2025040503:00:00','2025102422:59:59','2025102501:59:59' ], + '2025041200:00:00','2025041203: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' ], @@ -731,14 +731,8 @@ '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], - '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' ], + '2039091623:00:00','2039091701:00:00','2040032323:59:59','2040032401:59:59' ], ], 2040 => [ @@ -746,11 +740,11 @@ '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], + 'EET',0,[2040,10,19,23,59,59],[2040,10,20,1,59,59], + '2040083123:00:00','2040090101:00:00','2040101923:59:59','2040102001:59:59' ], + [ [2040,10,20,0,0,0],[2040,10,20,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2040,10,26,22,59,59],[2040,10,27,1,59,59], - '2040101300:00:00','2040101303:00:00','2040102622:59:59','2040102701:59:59' ], + '2040102000:00:00','2040102003: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' ], @@ -761,11 +755,11 @@ '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], + 'EET',0,[2041,10,4,23,59,59],[2041,10,5,1,59,59], + '2041082323:00:00','2041082401:00:00','2041100423:59:59','2041100501:59:59' ], + [ [2041,10,5,0,0,0],[2041,10,5,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2041,10,25,22,59,59],[2041,10,26,1,59,59], - '2041092800:00:00','2041092803:00:00','2041102522:59:59','2041102601:59:59' ], + '2041100500:00:00','2041100503: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' ], @@ -776,11 +770,11 @@ '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], + 'EET',0,[2042,9,26,23,59,59],[2042,9,27,1,59,59], + '2042081523:00:00','2042081601:00:00','2042092623:59:59','2042092701:59:59' ], + [ [2042,9,27,0,0,0],[2042,9,27,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2042,10,24,22,59,59],[2042,10,25,1,59,59], - '2042092000:00:00','2042092003:00:00','2042102422:59:59','2042102501:59:59' ], + '2042092700:00:00','2042092703: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' ], @@ -791,11 +785,11 @@ '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], + 'EET',0,[2043,9,18,23,59,59],[2043,9,19,1,59,59], + '2043073123:00:00','2043080101:00:00','2043091823:59:59','2043091901:59:59' ], + [ [2043,9,19,0,0,0],[2043,9,19,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2043,10,23,22,59,59],[2043,10,24,1,59,59], - '2043091200:00:00','2043091203:00:00','2043102322:59:59','2043102401:59:59' ], + '2043091900:00:00','2043091903: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' ], @@ -806,11 +800,11 @@ '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], + 'EET',0,[2044,9,2,23,59,59],[2044,9,3,1,59,59], + '2044072223:00:00','2044072301:00:00','2044090223:59:59','2044090301:59:59' ], + [ [2044,9,3,0,0,0],[2044,9,3,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2044,10,28,22,59,59],[2044,10,29,1,59,59], - '2044082700:00:00','2044082703:00:00','2044102822:59:59','2044102901:59:59' ], + '2044090300:00:00','2044090303: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' ], @@ -821,11 +815,11 @@ '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], + 'EET',0,[2045,8,25,23,59,59],[2045,8,26,1,59,59], + '2045071423:00:00','2045071501:00:00','2045082523:59:59','2045082601:59:59' ], + [ [2045,8,26,0,0,0],[2045,8,26,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2045,10,27,22,59,59],[2045,10,28,1,59,59], - '2045081900:00:00','2045081903:00:00','2045102722:59:59','2045102801:59:59' ], + '2045082600:00:00','2045082603: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' ], @@ -836,11 +830,11 @@ '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], + 'EET',0,[2046,8,17,23,59,59],[2046,8,18,1,59,59], + '2046062923:00:00','2046063001:00:00','2046081723:59:59','2046081801:59:59' ], + [ [2046,8,18,0,0,0],[2046,8,18,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2046,10,26,22,59,59],[2046,10,27,1,59,59], - '2046081100:00:00','2046081103:00:00','2046102622:59:59','2046102701:59:59' ], + '2046081800:00:00','2046081803: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' ], @@ -851,11 +845,11 @@ '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], + 'EET',0,[2047,8,2,23,59,59],[2047,8,3,1,59,59], + '2047062123:00:00','2047062201:00:00','2047080223:59:59','2047080301:59:59' ], + [ [2047,8,3,0,0,0],[2047,8,3,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2047,10,25,22,59,59],[2047,10,26,1,59,59], - '2047072700:00:00','2047072703:00:00','2047102522:59:59','2047102601:59:59' ], + '2047080300:00:00','2047080303: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' ], @@ -866,11 +860,11 @@ '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], + 'EET',0,[2048,7,24,23,59,59],[2048,7,25,1,59,59], + '2048060523:00:00','2048060601:00:00','2048072423:59:59','2048072501:59:59' ], + [ [2048,7,25,0,0,0],[2048,7,25,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2048,10,23,22,59,59],[2048,10,24,1,59,59], - '2048071800:00:00','2048071803:00:00','2048102322:59:59','2048102401:59:59' ], + '2048072500:00:00','2048072503: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' ], @@ -881,11 +875,11 @@ '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], + 'EET',0,[2049,7,9,23,59,59],[2049,7,10,1,59,59], + '2049052823:00:00','2049052901:00:00','2049070923:59:59','2049071001:59:59' ], + [ [2049,7,10,0,0,0],[2049,7,10,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2049,10,29,22,59,59],[2049,10,30,1,59,59], - '2049070300:00:00','2049070303:00:00','2049102922:59:59','2049103001:59:59' ], + '2049071000:00:00','2049071003: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' ], @@ -896,11 +890,11 @@ '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], + 'EET',0,[2050,7,1,23,59,59],[2050,7,2,1,59,59], + '2050052023:00:00','2050052101:00:00','2050070123:59:59','2050070201:59:59' ], + [ [2050,7,2,0,0,0],[2050,7,2,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2050,10,28,22,59,59],[2050,10,29,1,59,59], - '2050062500:00:00','2050062503:00:00','2050102822:59:59','2050102901:59:59' ], + '2050070200:00:00','2050070203: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' ], @@ -911,11 +905,11 @@ '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], + 'EET',0,[2051,6,23,23,59,59],[2051,6,24,1,59,59], + '2051050523:00:00','2051050601:00:00','2051062323:59:59','2051062401:59:59' ], + [ [2051,6,24,0,0,0],[2051,6,24,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2051,10,27,22,59,59],[2051,10,28,1,59,59], - '2051061700:00:00','2051061703:00:00','2051102722:59:59','2051102801:59:59' ], + '2051062400:00:00','2051062403: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' ], @@ -926,11 +920,11 @@ '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], + 'EET',0,[2052,6,7,23,59,59],[2052,6,8,1,59,59], + '2052042623:00:00','2052042701:00:00','2052060723:59:59','2052060801:59:59' ], + [ [2052,6,8,0,0,0],[2052,6,8,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2052,10,25,22,59,59],[2052,10,26,1,59,59], - '2052060100:00:00','2052060103:00:00','2052102522:59:59','2052102601:59:59' ], + '2052060800:00:00','2052060803: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' ], @@ -941,11 +935,11 @@ '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], + 'EET',0,[2053,5,30,23,59,59],[2053,5,31,1,59,59], + '2053041123:00:00','2053041201:00:00','2053053023:59:59','2053053101:59:59' ], + [ [2053,5,31,0,0,0],[2053,5,31,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2053,10,24,22,59,59],[2053,10,25,1,59,59], - '2053052400:00:00','2053052403:00:00','2053102422:59:59','2053102501:59:59' ], + '2053053100:00:00','2053053103: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' ], @@ -956,47 +950,47 @@ '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], + 'EET',0,[2054,5,22,23,59,59],[2054,5,23,1,59,59], + '2054040323:00:00','2054040401:00:00','2054052223:59:59','2054052301:59:59' ], + [ [2054,5,23,0,0,0],[2054,5,23,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2054,10,23,22,59,59],[2054,10,24,1,59,59], - '2054051600:00:00','2054051603:00:00','2054102322:59:59','2054102401:59:59' ], + '2054052300:00:00','2054052303: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,4,30,23,59,59],[2055,5,1,1,59,59], - '2054102323:00:00','2054102401:00:00','2055043023:59:59','2055050101:59:59' ], + 'EET',0,[2055,5,7,23,59,59],[2055,5,8,1,59,59], + '2054102323:00:00','2054102401:00:00','2055050723:59:59','2055050801:59:59' ], ], 2055 => [ - [ [2055,5,1,0,0,0],[2055,5,1,3,0,0],'+03:00:00',[3,0,0], + [ [2055,5,8,0,0,0],[2055,5,8,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2055,10,29,22,59,59],[2055,10,30,1,59,59], - '2055050100:00:00','2055050103:00:00','2055102922:59:59','2055103001:59:59' ], + '2055050800:00:00','2055050803: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,4,21,23,59,59],[2056,4,22,1,59,59], - '2055102923:00:00','2055103001:00:00','2056042123:59:59','2056042201:59:59' ], + 'EET',0,[2056,4,28,23,59,59],[2056,4,29,1,59,59], + '2055102923:00:00','2055103001:00:00','2056042823:59:59','2056042901:59:59' ], ], 2056 => [ - [ [2056,4,22,0,0,0],[2056,4,22,3,0,0],'+03:00:00',[3,0,0], + [ [2056,4,29,0,0,0],[2056,4,29,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2056,10,27,22,59,59],[2056,10,28,1,59,59], - '2056042200:00:00','2056042203:00:00','2056102722:59:59','2056102801:59:59' ], + '2056042900:00:00','2056042903: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,4,6,23,59,59],[2057,4,7,1,59,59], - '2056102723:00:00','2056102801:00:00','2057040623:59:59','2057040701:59:59' ], + 'EET',0,[2057,4,13,23,59,59],[2057,4,14,1,59,59], + '2056102723:00:00','2056102801:00:00','2057041323:59:59','2057041401:59:59' ], ], 2057 => [ - [ [2057,4,7,0,0,0],[2057,4,7,3,0,0],'+03:00:00',[3,0,0], + [ [2057,4,14,0,0,0],[2057,4,14,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2057,10,26,22,59,59],[2057,10,27,1,59,59], - '2057040700:00:00','2057040703:00:00','2057102622:59:59','2057102701:59:59' ], + '2057041400:00:00','2057041403: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' ], + 'EET',0,[2058,4,5,23,59,59],[2058,4,6,1,59,59], + '2057102623:00:00','2057102701:00:00','2058040523:59:59','2058040601:59:59' ], ], 2058 => [ - [ [2058,3,30,0,0,0],[2058,3,30,3,0,0],'+03:00:00',[3,0,0], + [ [2058,4,6,0,0,0],[2058,4,6,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2058,10,25,22,59,59],[2058,10,26,1,59,59], - '2058033000:00:00','2058033003:00:00','2058102522:59:59','2058102601:59:59' ], + '2058040600:00:00','2058040603:00:00','2058102522:59:59','2058102601:59:59' ], [ [2058,10,25,23,0,0],[2058,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2059,3,28,23,59,59],[2059,3,29,1,59,59], '2058102523:00:00','2058102601:00:00','2059032823:59:59','2059032901:59:59' ], @@ -1124,11 +1118,11 @@ '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], + 'EET',0,[2072,10,21,23,59,59],[2072,10,22,1,59,59], + '2072090923:00:00','2072091001:00:00','2072102123:59:59','2072102201:59:59' ], + [ [2072,10,22,0,0,0],[2072,10,22,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2072,10,28,22,59,59],[2072,10,29,1,59,59], - '2072101500:00:00','2072101503:00:00','2072102822:59:59','2072102901:59:59' ], + '2072102200:00:00','2072102203: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' ], @@ -1139,11 +1133,11 @@ 'EEST',1,[2073,9,1,22,59,59],[2073,9,2,1,59,59], '2073032500:00:00','2073032503:00:00','2073090122:59:59','2073090201: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], + 'EET',0,[2073,10,13,23,59,59],[2073,10,14,1,59,59], + '2073090123:00:00','2073090201:00:00','2073101323:59:59','2073101401:59:59' ], + [ [2073,10,14,0,0,0],[2073,10,14,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2073,10,27,22,59,59],[2073,10,28,1,59,59], - '2073100700:00:00','2073100703:00:00','2073102722:59:59','2073102801:59:59' ], + '2073101400:00:00','2073101403: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' ], @@ -1154,11 +1148,11 @@ 'EEST',1,[2074,8,17,22,59,59],[2074,8,18,1,59,59], '2074032400:00:00','2074032403:00:00','2074081722:59:59','2074081801: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], + 'EET',0,[2074,10,5,23,59,59],[2074,10,6,1,59,59], + '2074081723:00:00','2074081801:00:00','2074100523:59:59','2074100601:59:59' ], + [ [2074,10,6,0,0,0],[2074,10,6,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2074,10,26,22,59,59],[2074,10,27,1,59,59], - '2074092900:00:00','2074092903:00:00','2074102622:59:59','2074102701:59:59' ], + '2074100600:00:00','2074100603: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' ], @@ -1169,11 +1163,11 @@ 'EEST',1,[2075,8,9,22,59,59],[2075,8,10,1,59,59], '2075033000:00:00','2075033003:00:00','2075080922:59:59','2075081001:59:59' ], [ [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], + 'EET',0,[2075,9,20,23,59,59],[2075,9,21,1,59,59], + '2075080923:00:00','2075081001:00:00','2075092023:59:59','2075092101:59:59' ], + [ [2075,9,21,0,0,0],[2075,9,21,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2075,10,25,22,59,59],[2075,10,26,1,59,59], - '2075091400:00:00','2075091403:00:00','2075102522:59:59','2075102601:59:59' ], + '2075092100:00:00','2075092103: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' ], @@ -1184,11 +1178,11 @@ 'EEST',1,[2076,7,24,22,59,59],[2076,7,25,1,59,59], '2076032800:00:00','2076032803:00:00','2076072422:59:59','2076072501:59:59' ], [ [2076,7,24,23,0,0],[2076,7,25,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2076,9,4,23,59,59],[2076,9,5,1,59,59], - '2076072423:00:00','2076072501:00:00','2076090423:59:59','2076090501:59:59' ], - [ [2076,9,5,0,0,0],[2076,9,5,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2076,9,11,23,59,59],[2076,9,12,1,59,59], + '2076072423:00:00','2076072501:00:00','2076091123:59:59','2076091201:59:59' ], + [ [2076,9,12,0,0,0],[2076,9,12,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2076,10,23,22,59,59],[2076,10,24,1,59,59], - '2076090500:00:00','2076090503:00:00','2076102322:59:59','2076102401:59:59' ], + '2076091200:00:00','2076091203:00:00','2076102322:59:59','2076102401:59:59' ], [ [2076,10,23,23,0,0],[2076,10,24,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2077,3,26,23,59,59],[2077,3,27,1,59,59], '2076102323:00:00','2076102401:00:00','2077032623:59:59','2077032701:59:59' ], @@ -1199,11 +1193,11 @@ 'EEST',1,[2077,7,16,22,59,59],[2077,7,17,1,59,59], '2077032700:00:00','2077032703:00:00','2077071622:59:59','2077071701:59:59' ], [ [2077,7,16,23,0,0],[2077,7,17,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2077,8,27,23,59,59],[2077,8,28,1,59,59], - '2077071623:00:00','2077071701:00:00','2077082723:59:59','2077082801:59:59' ], - [ [2077,8,28,0,0,0],[2077,8,28,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2077,9,3,23,59,59],[2077,9,4,1,59,59], + '2077071623:00:00','2077071701:00:00','2077090323:59:59','2077090401:59:59' ], + [ [2077,9,4,0,0,0],[2077,9,4,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2077,10,29,22,59,59],[2077,10,30,1,59,59], - '2077082800:00:00','2077082803:00:00','2077102922:59:59','2077103001:59:59' ], + '2077090400:00:00','2077090403:00:00','2077102922:59:59','2077103001:59:59' ], [ [2077,10,29,23,0,0],[2077,10,30,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2078,3,25,23,59,59],[2078,3,26,1,59,59], '2077102923:00:00','2077103001:00:00','2078032523:59:59','2078032601:59:59' ], @@ -1214,11 +1208,11 @@ 'EEST',1,[2078,7,8,22,59,59],[2078,7,9,1,59,59], '2078032600:00:00','2078032603:00:00','2078070822:59:59','2078070901:59:59' ], [ [2078,7,8,23,0,0],[2078,7,9,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2078,8,12,23,59,59],[2078,8,13,1,59,59], - '2078070823:00:00','2078070901:00:00','2078081223:59:59','2078081301:59:59' ], - [ [2078,8,13,0,0,0],[2078,8,13,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2078,8,19,23,59,59],[2078,8,20,1,59,59], + '2078070823:00:00','2078070901:00:00','2078081923:59:59','2078082001:59:59' ], + [ [2078,8,20,0,0,0],[2078,8,20,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2078,10,28,22,59,59],[2078,10,29,1,59,59], - '2078081300:00:00','2078081303:00:00','2078102822:59:59','2078102901:59:59' ], + '2078082000:00:00','2078082003:00:00','2078102822:59:59','2078102901:59:59' ], [ [2078,10,28,23,0,0],[2078,10,29,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2079,3,24,23,59,59],[2079,3,25,1,59,59], '2078102823:00:00','2078102901:00:00','2079032423:59:59','2079032501:59:59' ], @@ -1229,11 +1223,11 @@ 'EEST',1,[2079,6,23,22,59,59],[2079,6,24,1,59,59], '2079032500:00:00','2079032503:00:00','2079062322:59:59','2079062401:59:59' ], [ [2079,6,23,23,0,0],[2079,6,24,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2079,8,4,23,59,59],[2079,8,5,1,59,59], - '2079062323:00:00','2079062401:00:00','2079080423:59:59','2079080501:59:59' ], - [ [2079,8,5,0,0,0],[2079,8,5,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2079,8,11,23,59,59],[2079,8,12,1,59,59], + '2079062323:00:00','2079062401:00:00','2079081123:59:59','2079081201:59:59' ], + [ [2079,8,12,0,0,0],[2079,8,12,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2079,10,27,22,59,59],[2079,10,28,1,59,59], - '2079080500:00:00','2079080503:00:00','2079102722:59:59','2079102801:59:59' ], + '2079081200:00:00','2079081203:00:00','2079102722:59:59','2079102801:59:59' ], [ [2079,10,27,23,0,0],[2079,10,28,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2080,3,29,23,59,59],[2080,3,30,1,59,59], '2079102723:00:00','2079102801:00:00','2080032923:59:59','2080033001:59:59' ], @@ -1244,11 +1238,11 @@ 'EEST',1,[2080,6,14,22,59,59],[2080,6,15,1,59,59], '2080033000:00:00','2080033003:00:00','2080061422:59:59','2080061501:59:59' ], [ [2080,6,14,23,0,0],[2080,6,15,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2080,7,19,23,59,59],[2080,7,20,1,59,59], - '2080061423:00:00','2080061501:00:00','2080071923:59:59','2080072001:59:59' ], - [ [2080,7,20,0,0,0],[2080,7,20,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2080,7,26,23,59,59],[2080,7,27,1,59,59], + '2080061423:00:00','2080061501:00:00','2080072623:59:59','2080072701:59:59' ], + [ [2080,7,27,0,0,0],[2080,7,27,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2080,10,25,22,59,59],[2080,10,26,1,59,59], - '2080072000:00:00','2080072003:00:00','2080102522:59:59','2080102601:59:59' ], + '2080072700:00:00','2080072703:00:00','2080102522:59:59','2080102601:59:59' ], [ [2080,10,25,23,0,0],[2080,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2081,3,28,23,59,59],[2081,3,29,1,59,59], '2080102523:00:00','2080102601:00:00','2081032823:59:59','2081032901:59:59' ], @@ -1259,11 +1253,11 @@ 'EEST',1,[2081,6,6,22,59,59],[2081,6,7,1,59,59], '2081032900:00:00','2081032903:00:00','2081060622:59:59','2081060701:59:59' ], [ [2081,6,6,23,0,0],[2081,6,7,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2081,7,11,23,59,59],[2081,7,12,1,59,59], - '2081060623:00:00','2081060701:00:00','2081071123:59:59','2081071201:59:59' ], - [ [2081,7,12,0,0,0],[2081,7,12,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2081,7,18,23,59,59],[2081,7,19,1,59,59], + '2081060623:00:00','2081060701:00:00','2081071823:59:59','2081071901:59:59' ], + [ [2081,7,19,0,0,0],[2081,7,19,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2081,10,24,22,59,59],[2081,10,25,1,59,59], - '2081071200:00:00','2081071203:00:00','2081102422:59:59','2081102501:59:59' ], + '2081071900:00:00','2081071903:00:00','2081102422:59:59','2081102501:59:59' ], [ [2081,10,24,23,0,0],[2081,10,25,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2082,3,27,23,59,59],[2082,3,28,1,59,59], '2081102423:00:00','2081102501:00:00','2082032723:59:59','2082032801:59:59' ], @@ -1274,11 +1268,11 @@ 'EEST',1,[2082,5,22,22,59,59],[2082,5,23,1,59,59], '2082032800:00:00','2082032803:00:00','2082052222:59:59','2082052301:59:59' ], [ [2082,5,22,23,0,0],[2082,5,23,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2082,7,3,23,59,59],[2082,7,4,1,59,59], - '2082052223:00:00','2082052301:00:00','2082070323:59:59','2082070401:59:59' ], - [ [2082,7,4,0,0,0],[2082,7,4,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2082,7,10,23,59,59],[2082,7,11,1,59,59], + '2082052223:00:00','2082052301:00:00','2082071023:59:59','2082071101:59:59' ], + [ [2082,7,11,0,0,0],[2082,7,11,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2082,10,23,22,59,59],[2082,10,24,1,59,59], - '2082070400:00:00','2082070403:00:00','2082102322:59:59','2082102401:59:59' ], + '2082071100:00:00','2082071103:00:00','2082102322:59:59','2082102401:59:59' ], [ [2082,10,23,23,0,0],[2082,10,24,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2083,3,26,23,59,59],[2083,3,27,1,59,59], '2082102323:00:00','2082102401:00:00','2083032623:59:59','2083032701:59:59' ], @@ -1289,11 +1283,11 @@ 'EEST',1,[2083,5,14,22,59,59],[2083,5,15,1,59,59], '2083032700:00:00','2083032703:00:00','2083051422:59:59','2083051501:59:59' ], [ [2083,5,14,23,0,0],[2083,5,15,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2083,6,18,23,59,59],[2083,6,19,1,59,59], - '2083051423:00:00','2083051501:00:00','2083061823:59:59','2083061901:59:59' ], - [ [2083,6,19,0,0,0],[2083,6,19,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2083,6,25,23,59,59],[2083,6,26,1,59,59], + '2083051423:00:00','2083051501:00:00','2083062523:59:59','2083062601:59:59' ], + [ [2083,6,26,0,0,0],[2083,6,26,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2083,10,29,22,59,59],[2083,10,30,1,59,59], - '2083061900:00:00','2083061903:00:00','2083102922:59:59','2083103001:59:59' ], + '2083062600:00:00','2083062603:00:00','2083102922:59:59','2083103001:59:59' ], [ [2083,10,29,23,0,0],[2083,10,30,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2084,3,24,23,59,59],[2084,3,25,1,59,59], '2083102923:00:00','2083103001:00:00','2084032423:59:59','2084032501:59:59' ], @@ -1304,11 +1298,11 @@ 'EEST',1,[2084,4,28,22,59,59],[2084,4,29,1,59,59], '2084032500:00:00','2084032503:00:00','2084042822:59:59','2084042901:59:59' ], [ [2084,4,28,23,0,0],[2084,4,29,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2084,6,9,23,59,59],[2084,6,10,1,59,59], - '2084042823:00:00','2084042901:00:00','2084060923:59:59','2084061001:59:59' ], - [ [2084,6,10,0,0,0],[2084,6,10,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2084,6,16,23,59,59],[2084,6,17,1,59,59], + '2084042823:00:00','2084042901:00:00','2084061623:59:59','2084061701:59:59' ], + [ [2084,6,17,0,0,0],[2084,6,17,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2084,10,27,22,59,59],[2084,10,28,1,59,59], - '2084061000:00:00','2084061003:00:00','2084102722:59:59','2084102801:59:59' ], + '2084061700:00:00','2084061703:00:00','2084102722:59:59','2084102801:59:59' ], [ [2084,10,27,23,0,0],[2084,10,28,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2085,3,23,23,59,59],[2085,3,24,1,59,59], '2084102723:00:00','2084102801:00:00','2085032323:59:59','2085032401:59:59' ], @@ -1319,11 +1313,11 @@ 'EEST',1,[2085,4,20,22,59,59],[2085,4,21,1,59,59], '2085032400:00:00','2085032403:00:00','2085042022:59:59','2085042101:59:59' ], [ [2085,4,20,23,0,0],[2085,4,21,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2085,6,1,23,59,59],[2085,6,2,1,59,59], - '2085042023:00:00','2085042101:00:00','2085060123:59:59','2085060201:59:59' ], - [ [2085,6,2,0,0,0],[2085,6,2,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2085,6,8,23,59,59],[2085,6,9,1,59,59], + '2085042023:00:00','2085042101:00:00','2085060823:59:59','2085060901:59:59' ], + [ [2085,6,9,0,0,0],[2085,6,9,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2085,10,26,22,59,59],[2085,10,27,1,59,59], - '2085060200:00:00','2085060203:00:00','2085102622:59:59','2085102701:59:59' ], + '2085060900:00:00','2085060903:00:00','2085102622:59:59','2085102701:59:59' ], [ [2085,10,26,23,0,0],[2085,10,27,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2086,3,29,23,59,59],[2086,3,30,1,59,59], '2085102623:00:00','2085102701:00:00','2086032923:59:59','2086033001:59:59' ], @@ -1334,11 +1328,11 @@ 'EEST',1,[2086,4,12,22,59,59],[2086,4,13,1,59,59], '2086033000:00:00','2086033003:00:00','2086041222:59:59','2086041301:59:59' ], [ [2086,4,12,23,0,0],[2086,4,13,1,0,0],'+02:00:00',[2,0,0], - 'EET',0,[2086,5,17,23,59,59],[2086,5,18,1,59,59], - '2086041223:00:00','2086041301:00:00','2086051723:59:59','2086051801:59:59' ], - [ [2086,5,18,0,0,0],[2086,5,18,3,0,0],'+03:00:00',[3,0,0], + 'EET',0,[2086,5,24,23,59,59],[2086,5,25,1,59,59], + '2086041223:00:00','2086041301:00:00','2086052423:59:59','2086052501:59:59' ], + [ [2086,5,25,0,0,0],[2086,5,25,3,0,0],'+03:00:00',[3,0,0], 'EEST',1,[2086,10,25,22,59,59],[2086,10,26,1,59,59], - '2086051800:00:00','2086051803:00:00','2086102522:59:59','2086102601:59:59' ], + '2086052500:00:00','2086052503:00:00','2086102522:59:59','2086102601:59:59' ], [ [2086,10,25,23,0,0],[2086,10,26,1,0,0],'+02:00:00',[2,0,0], 'EET',0,[2087,3,28,23,59,59],[2087,3,29,1,59,59], '2086102523:00:00','2086102601:00:00','2087032823:59:59','2087032901:59:59' ], diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asho_c00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asho_c00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asho_c00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asho_c00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( @@ -65,14 +65,14 @@ 1947 => [ [ [1947,3,31,17,0,0],[1947,4,1,1,0,0],'+08:00:00',[8,0,0], - '+08',0,[1955,6,30,15,59,59],[1955,6,30,23,59,59], - '1947033117:00:00','1947040101:00:00','1955063015:59:59','1955063023:59:59' ], + '+08',0,[1955,6,30,16,59,59],[1955,7,1,0,59,59], + '1947033117:00:00','1947040101:00:00','1955063016:59:59','1955070100:59:59' ], ], 1955 => [ - [ [1955,6,30,16,0,0],[1955,6,30,23,0,0],'+07:00:00',[7,0,0], + [ [1955,6,30,17,0,0],[1955,7,1,0,0,0],'+07:00:00',[7,0,0], '+07',0,[1959,12,31,15,59,59],[1959,12,31,22,59,59], - '1955063016:00:00','1955063023:00:00','1959123115:59:59','1959123122:59:59' ], + '1955063017:00:00','1955070100:00:00','1959123115:59:59','1959123122:59:59' ], ], 1959 => [ diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ashong00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ashong00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ashong00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ashong00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ashovd00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ashovd00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ashovd00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ashovd00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asirku00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asirku00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asirku00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asirku00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asjaka00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asjaka00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asjaka00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asjaka00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asjaya00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asjaya00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asjaya00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asjaya00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asjeru00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asjeru00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asjeru00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asjeru00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/askabu00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/askabu00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/askabu00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/askabu00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/askamc00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/askamc00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/askamc00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/askamc00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/askara00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/askara00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/askara00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/askara00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/askath00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/askath00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/askath00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/askath00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/askhan00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/askhan00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/askhan00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/askhan00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/askolk00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/askolk00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/askolk00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/askolk00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/askras00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/askras00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/askras00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/askras00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/askuch00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/askuch00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/askuch00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/askuch00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asmaca00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asmaca00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asmaca00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asmaca00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asmaga00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asmaga00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asmaga00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asmaga00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asmaka00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asmaka00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asmaka00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asmaka00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asmani00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asmani00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asmani00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asmani00.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asnico00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asnico00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asnico00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asnico00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asnovo00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asnovo00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asnovo00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asnovo00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asnovo01.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asnovo01.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asnovo01.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asnovo01.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asomsk00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asomsk00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asomsk00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asomsk00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:48 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asoral00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asoral00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asoral00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asoral00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aspont00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aspont00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aspont00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aspont00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aspyon00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aspyon00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aspyon00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aspyon00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asqata00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asqata00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asqata00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asqata00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asqost00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asqost00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asqost00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asqost00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( @@ -263,8 +263,14 @@ '+06',1,[2004,10,30,20,59,59],[2004,10,31,2,59,59], '2004032721:00:00','2004032803:00:00','2004103020:59:59','2004103102:59:59' ], [ [2004,10,30,21,0,0],[2004,10,31,3,0,0],'+06:00:00',[6,0,0], - '+06',0,[9999,12,31,0,0,0],[9999,12,31,6,0,0], - '2004103021:00:00','2004103103:00:00','9999123100:00:00','9999123106:00:00' ], + '+06',0,[2024,2,29,17,59,59],[2024,2,29,23,59,59], + '2004103021:00:00','2004103103:00:00','2024022917:59:59','2024022923:59:59' ], + ], + 2024 => + [ + [ [2024,2,29,18,0,0],[2024,2,29,23,0,0],'+05:00:00',[5,0,0], + '+05',0,[9999,12,31,0,0,0],[9999,12,31,5,0,0], + '2024022918:00:00','2024022923:00:00','9999123100:00:00','9999123105:00:00' ], ], ); diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asqyzy00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asqyzy00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asqyzy00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asqyzy00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asriya00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asriya00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asriya00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asriya00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/assakh00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/assakh00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/assakh00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/assakh00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/assama00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/assama00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/assama00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/assama00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asseou00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asseou00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asseou00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asseou00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asshan00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asshan00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asshan00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asshan00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/assing00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/assing00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/assing00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/assing00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/assred00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/assred00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/assred00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/assred00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/astaip00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/astaip00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/astaip00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/astaip00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/astash00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/astash00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/astash00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/astash00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/astbil00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/astbil00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/astbil00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/astbil00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/astehr00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/astehr00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/astehr00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/astehr00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asthim00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asthim00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asthim00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asthim00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/astoky00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/astoky00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/astoky00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/astoky00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/astoms00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/astoms00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/astoms00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/astoms00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asulaa00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asulaa00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asulaa00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asulaa00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asurum00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asurum00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asurum00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asurum00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asustm00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asustm00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asustm00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asustm00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asvlad00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asvlad00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asvlad00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asvlad00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asyaku00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asyaku00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asyaku00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asyaku00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asyang00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asyang00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asyang00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asyang00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asyeka00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asyeka00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asyeka00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asyeka00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/asyere00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/asyere00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/asyere00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/asyere00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/atazor00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/atazor00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/atazor00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/atazor00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/atberm00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/atberm00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/atberm00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/atberm00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/atcana00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/atcana00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/atcana00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/atcana00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/atcape00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/atcape00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/atcape00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/atcape00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/atfaro00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/atfaro00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/atfaro00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/atfaro00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/atmade00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/atmade00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/atmade00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/atmade00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/atsout00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/atsout00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/atsout00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/atsout00.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/atstan00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/atstan00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/atstan00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/atstan00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/auadel00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/auadel00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/auadel00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/auadel00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aubris00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aubris00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aubris00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aubris00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aubrok00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aubrok00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aubrok00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aubrok00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/audarw00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/audarw00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/audarw00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/audarw00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aueucl00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aueucl00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aueucl00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aueucl00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/auhoba00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/auhoba00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/auhoba00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/auhoba00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aulind00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aulind00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aulind00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aulind00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aulord00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aulord00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aulord00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aulord00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aumelb00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aumelb00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aumelb00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aumelb00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/aupert00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/aupert00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/aupert00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/aupert00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ausydn00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ausydn00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ausydn00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ausydn00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/b00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/b00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/b00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/b00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/c00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/c00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/c00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/c00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/cet00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/cet00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/cet00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/cet00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/d00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/d00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/d00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/d00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/e00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/e00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/e00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/e00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eet00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eet00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eet00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eet00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmt00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmt00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmt00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmt00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm01.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm01.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm01.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm01.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm02.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm02.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm02.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm02.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm03.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm03.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm03.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm03.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm04.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm04.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm04.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm04.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm05.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm05.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm05.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm05.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm06.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm06.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm06.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm06.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm07.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm07.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm07.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm07.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm08.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm08.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm08.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm08.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm09.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm09.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm09.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm09.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm10.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm10.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm10.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm10.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm11.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm11.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm11.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm11.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm12.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm12.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm12.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm12.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm13.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm13.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtm13.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtm13.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp01.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp01.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp01.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp01.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp02.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp02.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp02.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp02.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp03.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp03.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp03.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp03.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp04.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp04.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp04.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp04.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp05.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp05.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp05.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp05.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp06.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp06.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp06.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp06.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp07.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp07.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp07.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp07.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp08.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp08.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp08.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp08.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp09.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp09.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp09.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp09.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp10.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp10.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp10.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp10.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp11.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp11.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etgmtp11.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etgmtp11.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/etutc00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/etutc00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/etutc00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/etutc00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euando00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euando00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euando00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euando00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euastr00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euastr00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euastr00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euastr00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euathe00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euathe00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euathe00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euathe00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eubelg00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eubelg00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eubelg00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eubelg00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euberl00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euberl00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euberl00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euberl00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eubrus00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eubrus00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eubrus00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eubrus00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eubuch00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eubuch00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eubuch00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eubuch00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eubuda00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eubuda00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eubuda00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eubuda00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euchis00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euchis00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euchis00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euchis00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eudubl00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eudubl00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eudubl00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eudubl00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eugibr00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eugibr00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eugibr00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eugibr00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euhels00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euhels00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euhels00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euhels00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euista00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euista00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euista00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euista00.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eukali00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eukali00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eukali00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eukali00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eukiro00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eukiro00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eukiro00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eukiro00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eukyiv00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eukyiv00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eukyiv00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eukyiv00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eulisb00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eulisb00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eulisb00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eulisb00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eulond00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eulond00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eulond00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eulond00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eumadr00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eumadr00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eumadr00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eumadr00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eumalt00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eumalt00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eumalt00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eumalt00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eumins00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eumins00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eumins00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eumins00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eumosc00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eumosc00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eumosc00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eumosc00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eupari00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eupari00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eupari00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eupari00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euprag00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euprag00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euprag00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euprag00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euriga00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euriga00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euriga00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euriga00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eurome00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eurome00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eurome00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eurome00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eusama00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eusama00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eusama00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eusama00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eusara00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eusara00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eusara00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eusara00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eusimf00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eusimf00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eusimf00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eusimf00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eusofi00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eusofi00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eusofi00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eusofi00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eutall00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eutall00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eutall00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eutall00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/eutira00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/eutira00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/eutira00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/eutira00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euulya00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euulya00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euulya00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euulya00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euvien00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euvien00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euvien00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euvien00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euviln00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euviln00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euviln00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euviln00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euvolg00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euvolg00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euvolg00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euvolg00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euwars00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euwars00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euwars00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euwars00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/euzuri00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/euzuri00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/euzuri00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/euzuri00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:48 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/f00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/f00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/f00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/f00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/g00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/g00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/g00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/g00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/h00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/h00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/h00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/h00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/i00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/i00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/i00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/i00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/inchag00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/inchag00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/inchag00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/inchag00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/inmald00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/inmald00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/inmald00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/inmald00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/inmaur00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/inmaur00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/inmaur00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/inmaur00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/k00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/k00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/k00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/k00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/l00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/l00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/l00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/l00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/m00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/m00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/m00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/m00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/met00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/met00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/met00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/met00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:53 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/n00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/n00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/n00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/n00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/o00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/o00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/o00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/o00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/p00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/p00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/p00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/p00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/paapia00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/paapia00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/paapia00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/paapia00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/paauck00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/paauck00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/paauck00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/paauck00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/paboug00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/paboug00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/paboug00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/paboug00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/pachat00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/pachat00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/pachat00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/pachat00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/paeast00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/paeast00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/paeast00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/paeast00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/paefat00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/paefat00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/paefat00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/paefat00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/pafaka00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/pafaka00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/pafaka00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/pafaka00.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/pafiji00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/pafiji00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/pafiji00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/pafiji00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/pagala00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/pagala00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/pagala00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/pagala00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/pagamb00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/pagamb00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/pagamb00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/pagamb00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/paguad00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/paguad00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/paguad00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/paguad00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/paguam00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/paguam00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/paguam00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/paguam00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/pahono00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/pahono00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/pahono00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/pahono00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/pakant00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/pakant00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/pakant00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/pakant00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/pakiri00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/pakiri00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/pakiri00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/pakiri00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/pakosr00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/pakosr00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/pakosr00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/pakosr00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/pakwaj00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/pakwaj00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/pakwaj00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/pakwaj00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/pamarq00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/pamarq00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/pamarq00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/pamarq00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/panaur00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/panaur00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/panaur00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/panaur00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/paniue00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/paniue00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/paniue00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/paniue00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:52 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/panorf00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/panorf00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/panorf00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/panorf00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:56 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:43 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/panoum00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/panoum00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/panoum00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/panoum00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:50 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/papago00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/papago00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/papago00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/papago00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:37 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/papala00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/papala00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/papala00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/papala00.pm 2024-03-01 16:04:34.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:34 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/papitc00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/papitc00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/papitc00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/papitc00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/paport00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/paport00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/paport00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/paport00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:58 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/pararo00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/pararo00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/pararo00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/pararo00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/patahi00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/patahi00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/patahi00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/patahi00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:59 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/patara00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/patara00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/patara00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/patara00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/patong00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/patong00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/patong00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/patong00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:41 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/q00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/q00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/q00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/q00.pm 2024-03-01 16:04:33.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:33 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/r00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/r00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/r00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/r00.pm 2024-03-01 16:04:35.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:35 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/s00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/s00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/s00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/s00.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/t00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/t00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/t00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/t00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/u00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/u00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/u00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/u00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:54 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/ut00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/ut00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/ut00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/ut00.pm 2024-03-01 16:04: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: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:42 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/v00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/v00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/v00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/v00.pm 2024-03-01 16:04:32.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:20:55 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:32 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/w00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/w00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/w00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/w00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:57 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:36 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/wet00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/wet00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/wet00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/wet00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:51 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/x00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/x00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/x00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/x00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:40 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/y00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/y00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/y00.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/y00.pm 2024-03-01 16:04:39.000000000 +0000 @@ -6,9 +6,9 @@ # This file was automatically generated. Any changes to this file will # be lost the next time 'tzdata' is run. -# Generated on: Tue Jan 9 14:21:00 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:39 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ/z00.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ/z00.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ/z00.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ/z00.pm 2024-03-01 16:04: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: Tue Jan 9 14:20:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:04:38 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -25,7 +25,7 @@ } our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } %Dates = ( diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ.pm 2024-01-09 20:14:11.000000000 +0000 @@ -26,7 +26,7 @@ use Carp; our $VERSION; -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } # To get rid of a 'used only once' warnings. diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZ_Base.pm libdate-manip-perl-6.95/lib/Date/Manip/TZ_Base.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZ_Base.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZ_Base.pm 2024-01-09 20:14:11.000000000 +0000 @@ -13,7 +13,7 @@ use Carp; our ($VERSION); -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } ######################################################################## diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/TZdata.pm libdate-manip-perl-6.95/lib/Date/Manip/TZdata.pm --- libdate-manip-perl-6.94/lib/Date/Manip/TZdata.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/TZdata.pm 2024-01-09 20:14:11.000000000 +0000 @@ -14,7 +14,7 @@ use warnings; our $VERSION; -$VERSION='6.94'; +$VERSION='6.95'; END { undef $VERSION; } ############################################################################### diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Zones.pm libdate-manip-perl-6.95/lib/Date/Manip/Zones.pm --- libdate-manip-perl-6.94/lib/Date/Manip/Zones.pm 2024-01-09 19:33:11.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Zones.pm 2024-03-01 16:06:00.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: Tue Jan 9 14:21:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:06:00 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # 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.94'; +$VERSION='6.95'; END { undef $VERSION; } our ($TzdataVersion,$TzcodeVersion, @@ -37,8 +37,8 @@ undef %Offmod; } -$TzdataVersion = 'tzdata2023d'; -$TzcodeVersion = 'tzcode2023d'; +$TzdataVersion = 'tzdata2024a'; +$TzcodeVersion = 'tzcode2024a'; $FirstDate = '0001010200:00:00'; $LastDate = '9999123100:00:00'; $LastYear = '2094'; diff -Nru libdate-manip-perl-6.94/lib/Date/Manip/Zones.pod libdate-manip-perl-6.95/lib/Date/Manip/Zones.pod --- libdate-manip-perl-6.94/lib/Date/Manip/Zones.pod 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip/Zones.pod 2024-03-01 16:06:00.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: Tue Jan 9 14:21:49 EST 2024 -# Data version: tzdata2023d -# Code version: tzcode2023d +# Generated on: Fri Mar 1 11:06:00 EST 2024 +# Data version: tzdata2024a +# Code version: tzcode2024a # This module contains data from the zoneinfo time zone database. The original # data was obtained from the URL: @@ -2119,13 +2119,15 @@ 0 +04:53:30 Asia/Omsk 0 +04:54:00 Indian/Maldives 0 +04:58:24 Asia/Bishkek - 0 +05:00:00 Asia/Dushanbe + 0 +05:00:00 Asia/Almaty + Asia/Dushanbe Asia/Tashkent Asia/Aqtau Asia/Aqtobe Asia/Ashgabat Asia/Atyrau Asia/Oral + Asia/Qostanay Asia/Qyzylorda Asia/Samarkand Asia/Yekaterinburg @@ -2136,10 +2138,8 @@ Antarctica/Mawson Antarctica/Vostok Asia/Bishkek - Asia/Qostanay Indian/Chagos Asia/Omsk - Asia/Almaty Antarctica/Davis 0 +05:07:48 Asia/Almaty 0 +05:19:24 Asia/Colombo @@ -2163,13 +2163,13 @@ 0 +05:53:28 Asia/Kolkata 0 +05:58:36 Asia/Thimphu 0 +06:00:00 Asia/Urumqi - Asia/Almaty Asia/Bishkek Asia/Omsk Asia/Dhaka - Asia/Qostanay Asia/Thimphu Indian/Chagos + Asia/Almaty + Asia/Qostanay Etc/GMT+6 S Asia/Qyzylorda diff -Nru libdate-manip-perl-6.94/lib/Date/Manip.pm libdate-manip-perl-6.95/lib/Date/Manip.pm --- libdate-manip-perl-6.94/lib/Date/Manip.pm 2024-01-09 19:33:10.000000000 +0000 +++ libdate-manip-perl-6.95/lib/Date/Manip.pm 2024-01-09 20:14:11.000000000 +0000 @@ -11,7 +11,7 @@ use Exporter; our $VERSION; -$VERSION='6.94'; +$VERSION='6.95'; our (@ISA,@EXPORT); diff -Nru libdate-manip-perl-6.94/t/Manip.cnf libdate-manip-perl-6.95/t/Manip.cnf --- libdate-manip-perl-6.94/t/Manip.cnf 2021-03-01 20:03:17.000000000 +0000 +++ libdate-manip-perl-6.95/t/Manip.cnf 2024-01-12 18:34:29.000000000 +0000 @@ -16,7 +16,7 @@ WorkDayEnd = 17:00 YYtoYYYY = 89 FirstDay = 1 -Jan1Week1 = 0 +Week1ofYear = jan4 Printable = 0 TomorrowFirst = 1 #ForceDate = diff -Nru libdate-manip-perl-6.94/t/base.week1_day1.t libdate-manip-perl-6.95/t/base.week1_day1.t --- libdate-manip-perl-6.94/t/base.week1_day1.t 2021-03-01 20:03:17.000000000 +0000 +++ libdate-manip-perl-6.95/t/base.week1_day1.t 2024-01-12 17:10:33.000000000 +0000 @@ -13,8 +13,8 @@ sub test { my(@test)=@_; if ($test[0] eq "config") { - $dmt->config("jan1week1",$test[1]); $dmt->config("firstday",$test[2]); + $dmt->config("week1ofyear",$test[1]); return 0; } my @ret = $obj->week1_day1(@test); @@ -22,11 +22,392 @@ } my $tests=" -config 0 1 => 0 + +##################### + +config jan1 1 => 0 + +2000 => [ 1999 12 27 ] + +2001 => [ 2001 1 1 ] + +2002 => [ 2001 12 31 ] + +2003 => [ 2002 12 30 ] + +2004 => [ 2003 12 29 ] + +2006 => [ 2005 12 26 ] + +2010 => [ 2009 12 28 ] + +##################### + +config jan1 2 => 0 + +2000 => [ 1999 12 28 ] + +2001 => [ 2000 12 26 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2002 12 31 ] + +2004 => [ 2003 12 30 ] + +2006 => [ 2005 12 27 ] + +2010 => [ 2009 12 29 ] + +##################### + +config jan1 3 => 0 + +2000 => [ 1999 12 29 ] + +2001 => [ 2000 12 27 ] + +2002 => [ 2001 12 26 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2003 12 31 ] + +2006 => [ 2005 12 28 ] + +2010 => [ 2009 12 30 ] + +##################### + +config jan1 4 => 0 + +2000 => [ 1999 12 30 ] + +2001 => [ 2000 12 28 ] + +2002 => [ 2001 12 27 ] + +2003 => [ 2002 12 26 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2005 12 29 ] + +2010 => [ 2009 12 31 ] + +##################### + +config jan1 5 => 0 + +2000 => [ 1999 12 31 ] + +2001 => [ 2000 12 29 ] + +2002 => [ 2001 12 28 ] + +2003 => [ 2002 12 27 ] + +2004 => [ 2003 12 26 ] + +2006 => [ 2005 12 30 ] + +2010 => [ 2010 1 1 ] + +##################### + +config jan1 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2000 12 30 ] + +2002 => [ 2001 12 29 ] + +2003 => [ 2002 12 28 ] + +2004 => [ 2003 12 27 ] + +2006 => [ 2005 12 31 ] + +2010 => [ 2009 12 26 ] + +##################### + +config jan1 7 => 0 + +2000 => [ 1999 12 26 ] + +2001 => [ 2000 12 31 ] + +2002 => [ 2001 12 30 ] + +2003 => [ 2002 12 29 ] + +2004 => [ 2003 12 28 ] + +2006 => [ 2006 1 1 ] + +2010 => [ 2009 12 27 ] + +##################### + +config jan2 1 => 0 + +2000 => [ 1999 12 27 ] + +2001 => [ 2001 1 1 ] + +2002 => [ 2001 12 31 ] + +2003 => [ 2002 12 30 ] + +2004 => [ 2003 12 29 ] + +2006 => [ 2006 1 2 ] + +2010 => [ 2009 12 28 ] + +##################### + +config jan2 2 => 0 + +2000 => [ 1999 12 28 ] + +2001 => [ 2001 1 2 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2002 12 31 ] + +2004 => [ 2003 12 30 ] + +2006 => [ 2005 12 27 ] + +2010 => [ 2009 12 29 ] + +##################### + +config jan2 3 => 0 + +2000 => [ 1999 12 29 ] + +2001 => [ 2000 12 27 ] + +2002 => [ 2002 1 2 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2003 12 31 ] + +2006 => [ 2005 12 28 ] + +2010 => [ 2009 12 30 ] + +##################### + +config jan2 4 => 0 + +2000 => [ 1999 12 30 ] + +2001 => [ 2000 12 28 ] + +2002 => [ 2001 12 27 ] + +2003 => [ 2003 1 2 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2005 12 29 ] + +2010 => [ 2009 12 31 ] + +##################### + +config jan2 5 => 0 + +2000 => [ 1999 12 31 ] + +2001 => [ 2000 12 29 ] + +2002 => [ 2001 12 28 ] + +2003 => [ 2002 12 27 ] + +2004 => [ 2004 1 2 ] + +2006 => [ 2005 12 30 ] + +2010 => [ 2010 1 1 ] + +##################### + +config jan2 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2000 12 30 ] + +2002 => [ 2001 12 29 ] + +2003 => [ 2002 12 28 ] + +2004 => [ 2003 12 27 ] + +2006 => [ 2005 12 31 ] + +2010 => [ 2010 1 2 ] + +##################### + +config jan2 7 => 0 + +2000 => [ 2000 1 2 ] + +2001 => [ 2000 12 31 ] + +2002 => [ 2001 12 30 ] + +2003 => [ 2002 12 29 ] + +2004 => [ 2003 12 28 ] + +2006 => [ 2006 1 1 ] + +2010 => [ 2009 12 27 ] + +##################### + +config jan3 1 => 0 + +2000 => [ 2000 1 3 ] + +2001 => [ 2001 1 1 ] + +2002 => [ 2001 12 31 ] + +2003 => [ 2002 12 30 ] + +2004 => [ 2003 12 29 ] 2006 => [ 2006 1 2 ] -2007 => [ 2007 1 1 ] +2010 => [ 2009 12 28 ] + +##################### + +config jan3 2 => 0 + +2000 => [ 1999 12 28 ] + +2001 => [ 2001 1 2 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2002 12 31 ] + +2004 => [ 2003 12 30 ] + +2006 => [ 2006 1 3 ] + +2010 => [ 2009 12 29 ] + +##################### + +config jan3 3 => 0 + +2000 => [ 1999 12 29 ] + +2001 => [ 2001 1 3 ] + +2002 => [ 2002 1 2 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2003 12 31 ] + +2006 => [ 2005 12 28 ] + +2010 => [ 2009 12 30 ] + +##################### + +config jan3 4 => 0 + +2000 => [ 1999 12 30 ] + +2001 => [ 2000 12 28 ] + +2002 => [ 2002 1 3 ] + +2003 => [ 2003 1 2 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2005 12 29 ] + +2010 => [ 2009 12 31 ] + +##################### + +config jan3 5 => 0 + +2000 => [ 1999 12 31 ] + +2001 => [ 2000 12 29 ] + +2002 => [ 2001 12 28 ] + +2003 => [ 2003 1 3 ] + +2004 => [ 2004 1 2 ] + +2006 => [ 2005 12 30 ] + +2010 => [ 2010 1 1 ] + +##################### + +config jan3 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2000 12 30 ] + +2002 => [ 2001 12 29 ] + +2003 => [ 2002 12 28 ] + +2004 => [ 2004 1 3 ] + +2006 => [ 2005 12 31 ] + +2010 => [ 2010 1 2 ] + +##################### + +config jan3 7 => 0 + +2000 => [ 2000 1 2 ] + +2001 => [ 2000 12 31 ] + +2002 => [ 2001 12 30 ] + +2003 => [ 2002 12 29 ] + +2004 => [ 2003 12 28 ] + +2006 => [ 2006 1 1 ] + +2010 => [ 2010 1 3 ] + +##################### + +config jan4 1 => 0 + +2000 => [ 2000 1 3 ] + +2001 => [ 2001 1 1 ] 2002 => [ 2001 12 31 ] @@ -34,16 +415,863 @@ 2004 => [ 2003 12 29 ] +2006 => [ 2006 1 2 ] + 2010 => [ 2010 1 4 ] +##################### + +config jan4 2 => 0 + +2000 => [ 2000 1 4 ] + +2001 => [ 2001 1 2 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2002 12 31 ] + +2004 => [ 2003 12 30 ] + +2006 => [ 2006 1 3 ] + +2010 => [ 2009 12 29 ] + +##################### + +config jan4 3 => 0 + +2000 => [ 1999 12 29 ] + +2001 => [ 2001 1 3 ] + +2002 => [ 2002 1 2 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2003 12 31 ] + +2006 => [ 2006 1 4 ] + +2010 => [ 2009 12 30 ] + +##################### + +config jan4 4 => 0 + +2000 => [ 1999 12 30 ] + +2001 => [ 2001 1 4 ] + +2002 => [ 2002 1 3 ] + +2003 => [ 2003 1 2 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2005 12 29 ] + +2010 => [ 2009 12 31 ] + +##################### + +config jan4 5 => 0 + +2000 => [ 1999 12 31 ] + +2001 => [ 2000 12 29 ] + +2002 => [ 2002 1 4 ] + +2003 => [ 2003 1 3 ] + +2004 => [ 2004 1 2 ] + +2006 => [ 2005 12 30 ] + +2010 => [ 2010 1 1 ] + +##################### + +config jan4 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2000 12 30 ] + +2002 => [ 2001 12 29 ] + +2003 => [ 2003 1 4 ] + +2004 => [ 2004 1 3 ] + +2006 => [ 2005 12 31 ] + +2010 => [ 2010 1 2 ] + +##################### + +config jan4 7 => 0 + +2000 => [ 2000 1 2 ] + +2001 => [ 2000 12 31 ] + +2002 => [ 2001 12 30 ] + +2003 => [ 2002 12 29 ] + +2004 => [ 2004 1 4 ] + +2006 => [ 2006 1 1 ] + +2010 => [ 2010 1 3 ] + +##################### + +config jan5 1 => 0 + +2000 => [ 2000 1 3 ] + +2001 => [ 2001 1 1 ] + +2002 => [ 2001 12 31 ] + +2003 => [ 2002 12 30 ] + +2004 => [ 2004 1 5 ] + +2006 => [ 2006 1 2 ] + +2010 => [ 2010 1 4 ] + +##################### + +config jan5 2 => 0 + +2000 => [ 2000 1 4 ] + +2001 => [ 2001 1 2 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2002 12 31 ] + +2004 => [ 2003 12 30 ] + +2006 => [ 2006 1 3 ] + +2010 => [ 2010 1 5 ] + +##################### + +config jan5 3 => 0 + +2000 => [ 2000 1 5 ] + +2001 => [ 2001 1 3 ] + +2002 => [ 2002 1 2 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2003 12 31 ] + +2006 => [ 2006 1 4 ] + +2010 => [ 2009 12 30 ] + +##################### + +config jan5 4 => 0 + +2000 => [ 1999 12 30 ] + +2001 => [ 2001 1 4 ] + +2002 => [ 2002 1 3 ] + +2003 => [ 2003 1 2 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2006 1 5 ] + +2010 => [ 2009 12 31 ] + +##################### + +config jan5 5 => 0 + +2000 => [ 1999 12 31 ] + +2001 => [ 2001 1 5 ] + +2002 => [ 2002 1 4 ] + +2003 => [ 2003 1 3 ] + +2004 => [ 2004 1 2 ] + +2006 => [ 2005 12 30 ] + +2010 => [ 2010 1 1 ] + +##################### + +config jan5 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2000 12 30 ] + +2002 => [ 2002 1 5 ] + +2003 => [ 2003 1 4 ] + +2004 => [ 2004 1 3 ] + +2006 => [ 2005 12 31 ] + +2010 => [ 2010 1 2 ] + +##################### + +config jan5 7 => 0 + +2000 => [ 2000 1 2 ] + +2001 => [ 2000 12 31 ] + +2002 => [ 2001 12 30 ] + +2003 => [ 2003 1 5 ] + +2004 => [ 2004 1 4 ] + +2006 => [ 2006 1 1 ] + +2010 => [ 2010 1 3 ] + +##################### + +config jan6 1 => 0 + +2000 => [ 2000 1 3 ] + +2001 => [ 2001 1 1 ] + +2002 => [ 2001 12 31 ] + +2003 => [ 2003 1 6 ] + +2004 => [ 2004 1 5 ] + +2006 => [ 2006 1 2 ] + +2010 => [ 2010 1 4 ] + +##################### + +config jan6 2 => 0 + +2000 => [ 2000 1 4 ] + +2001 => [ 2001 1 2 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2002 12 31 ] + +2004 => [ 2004 1 6 ] + +2006 => [ 2006 1 3 ] + +2010 => [ 2010 1 5 ] + +##################### + +config jan6 3 => 0 + +2000 => [ 2000 1 5 ] + +2001 => [ 2001 1 3 ] + +2002 => [ 2002 1 2 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2003 12 31 ] + +2006 => [ 2006 1 4 ] + +2010 => [ 2010 1 6 ] + +##################### + +config jan6 4 => 0 + +2000 => [ 2000 1 6 ] + +2001 => [ 2001 1 4 ] + +2002 => [ 2002 1 3 ] + +2003 => [ 2003 1 2 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2006 1 5 ] + +2010 => [ 2009 12 31 ] + +##################### + +config jan6 5 => 0 + +2000 => [ 1999 12 31 ] + +2001 => [ 2001 1 5 ] + +2002 => [ 2002 1 4 ] + +2003 => [ 2003 1 3 ] + +2004 => [ 2004 1 2 ] + +2006 => [ 2006 1 6 ] + +2010 => [ 2010 1 1 ] + +##################### + +config jan6 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2001 1 6 ] + +2002 => [ 2002 1 5 ] + +2003 => [ 2003 1 4 ] + +2004 => [ 2004 1 3 ] + +2006 => [ 2005 12 31 ] + +2010 => [ 2010 1 2 ] + +##################### + +config jan6 7 => 0 + +2000 => [ 2000 1 2 ] + +2001 => [ 2000 12 31 ] + +2002 => [ 2002 1 6 ] + +2003 => [ 2003 1 5 ] + +2004 => [ 2004 1 4 ] + +2006 => [ 2006 1 1 ] + +2010 => [ 2010 1 3 ] + +##################### + +config jan7 1 => 0 + +2000 => [ 2000 1 3 ] + +2001 => [ 2001 1 1 ] + +2002 => [ 2002 1 7 ] + +2003 => [ 2003 1 6 ] + +2004 => [ 2004 1 5 ] + +2006 => [ 2006 1 2 ] + +2010 => [ 2010 1 4 ] + +##################### + +config jan7 2 => 0 + +2000 => [ 2000 1 4 ] + +2001 => [ 2001 1 2 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2003 1 7 ] + +2004 => [ 2004 1 6 ] + +2006 => [ 2006 1 3 ] + +2010 => [ 2010 1 5 ] + +##################### + +config jan7 3 => 0 + +2000 => [ 2000 1 5 ] + +2001 => [ 2001 1 3 ] + +2002 => [ 2002 1 2 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2004 1 7 ] + +2006 => [ 2006 1 4 ] + +2010 => [ 2010 1 6 ] + +##################### + +config jan7 4 => 0 + +2000 => [ 2000 1 6 ] + +2001 => [ 2001 1 4 ] + +2002 => [ 2002 1 3 ] + +2003 => [ 2003 1 2 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2006 1 5 ] + +2010 => [ 2010 1 7 ] + +##################### + +config jan7 5 => 0 + +2000 => [ 2000 1 7 ] + +2001 => [ 2001 1 5 ] + +2002 => [ 2002 1 4 ] + +2003 => [ 2003 1 3 ] + +2004 => [ 2004 1 2 ] + +2006 => [ 2006 1 6 ] + +2010 => [ 2010 1 1 ] + +##################### + +config jan7 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2001 1 6 ] + +2002 => [ 2002 1 5 ] + +2003 => [ 2003 1 4 ] + +2004 => [ 2004 1 3 ] + +2006 => [ 2006 1 7 ] + +2010 => [ 2010 1 2 ] + +##################### + +config jan7 7 => 0 + +2000 => [ 2000 1 2 ] + +2001 => [ 2001 1 7 ] + +2002 => [ 2002 1 6 ] + +2003 => [ 2003 1 5 ] + +2004 => [ 2004 1 4 ] + +2006 => [ 2006 1 1 ] + +2010 => [ 2010 1 3 ] + +##################### + +config dow1 1 => 0 + +2000 => [ 2000 1 3 ] + +2001 => [ 2001 1 1 ] + +2002 => [ 2002 1 7 ] + +2003 => [ 2003 1 6 ] + +2004 => [ 2004 1 5 ] + +2006 => [ 2006 1 2 ] + +2010 => [ 2010 1 4 ] + +##################### + +config dow1 2 => 0 + +2000 => [ 1999 12 28 ] + +2001 => [ 2000 12 26 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2002 12 31 ] + +2004 => [ 2003 12 30 ] + +2006 => [ 2005 12 27 ] + +2010 => [ 2009 12 29 ] + +##################### + +config dow1 3 => 0 + +2000 => [ 1999 12 29 ] + +2001 => [ 2000 12 27 ] + +2002 => [ 2002 1 2 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2003 12 31 ] + +2006 => [ 2005 12 28 ] + +2010 => [ 2009 12 30 ] + +##################### + +config dow1 4 => 0 + +2000 => [ 1999 12 30 ] + +2001 => [ 2000 12 28 ] + +2002 => [ 2002 1 3 ] + +2003 => [ 2003 1 2 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2005 12 29 ] + +2010 => [ 2009 12 31 ] + +##################### + +config dow1 5 => 0 + +2000 => [ 1999 12 31 ] + +2001 => [ 2000 12 29 ] + +2002 => [ 2002 1 4 ] + +2003 => [ 2003 1 3 ] + +2004 => [ 2004 1 2 ] + +2006 => [ 2005 12 30 ] + +2010 => [ 2010 1 1 ] + +##################### + +config dow1 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2000 12 30 ] + +2002 => [ 2002 1 5 ] + +2003 => [ 2003 1 4 ] + +2004 => [ 2004 1 3 ] + +2006 => [ 2005 12 31 ] + +2010 => [ 2010 1 2 ] + +##################### + +config dow1 7 => 0 + +2000 => [ 2000 1 2 ] + +2001 => [ 2000 12 31 ] + +2002 => [ 2002 1 6 ] + +2003 => [ 2003 1 5 ] + +2004 => [ 2004 1 4 ] + +2006 => [ 2006 1 1 ] + +2010 => [ 2010 1 3 ] + +##################### + +config dow2 1 => 0 + 2000 => [ 2000 1 3 ] +2001 => [ 2001 1 1 ] + +2002 => [ 2001 12 31 ] + +2003 => [ 2003 1 6 ] + +2004 => [ 2004 1 5 ] + +2006 => [ 2006 1 2 ] + +2010 => [ 2010 1 4 ] + +##################### + +config dow2 2 => 0 + +2000 => [ 2000 1 4 ] + +2001 => [ 2001 1 2 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2003 1 7 ] -config 0 7 => 0 +2004 => [ 2004 1 6 ] + +2006 => [ 2006 1 3 ] + +2010 => [ 2010 1 5 ] + +##################### + +config dow2 3 => 0 + +2000 => [ 1999 12 29 ] + +2001 => [ 2000 12 27 ] + +2002 => [ 2001 12 26 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2003 12 31 ] + +2006 => [ 2005 12 28 ] + +2010 => [ 2009 12 30 ] + +##################### + +config dow2 4 => 0 + +2000 => [ 1999 12 30 ] + +2001 => [ 2000 12 28 ] + +2002 => [ 2001 12 27 ] + +2003 => [ 2003 1 2 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2005 12 29 ] + +2010 => [ 2009 12 31 ] + +##################### + +config dow2 5 => 0 + +2000 => [ 1999 12 31 ] + +2001 => [ 2000 12 29 ] + +2002 => [ 2001 12 28 ] + +2003 => [ 2003 1 3 ] + +2004 => [ 2004 1 2 ] + +2006 => [ 2005 12 30 ] + +2010 => [ 2010 1 1 ] + +##################### + +config dow2 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2000 12 30 ] + +2002 => [ 2001 12 29 ] + +2003 => [ 2003 1 4 ] + +2004 => [ 2004 1 3 ] + +2006 => [ 2005 12 31 ] + +2010 => [ 2010 1 2 ] + +##################### + +config dow2 7 => 0 + +2000 => [ 2000 1 2 ] + +2001 => [ 2000 12 31 ] + +2002 => [ 2001 12 30 ] + +2003 => [ 2003 1 5 ] + +2004 => [ 2004 1 4 ] 2006 => [ 2006 1 1 ] -2007 => [ 2006 12 31 ] +2010 => [ 2010 1 3 ] + +##################### + +config dow3 1 => 0 + +2000 => [ 2000 1 3 ] + +2001 => [ 2001 1 1 ] + +2002 => [ 2001 12 31 ] + +2003 => [ 2002 12 30 ] + +2004 => [ 2004 1 5 ] + +2006 => [ 2006 1 2 ] + +2010 => [ 2010 1 4 ] + +##################### + +config dow3 2 => 0 + +2000 => [ 2000 1 4 ] + +2001 => [ 2001 1 2 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2002 12 31 ] + +2004 => [ 2004 1 6 ] + +2006 => [ 2006 1 3 ] + +2010 => [ 2010 1 5 ] + +##################### + +config dow3 3 => 0 + +2000 => [ 2000 1 5 ] + +2001 => [ 2001 1 3 ] + +2002 => [ 2002 1 2 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2004 1 7 ] + +2006 => [ 2006 1 4 ] + +2010 => [ 2010 1 6 ] + +##################### + +config dow3 4 => 0 + +2000 => [ 1999 12 30 ] + +2001 => [ 2000 12 28 ] + +2002 => [ 2001 12 27 ] + +2003 => [ 2002 12 26 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2005 12 29 ] + +2010 => [ 2009 12 31 ] + +##################### + +config dow3 5 => 0 + +2000 => [ 1999 12 31 ] + +2001 => [ 2000 12 29 ] + +2002 => [ 2001 12 28 ] + +2003 => [ 2002 12 27 ] + +2004 => [ 2004 1 2 ] + +2006 => [ 2005 12 30 ] + +2010 => [ 2010 1 1 ] + +##################### + +config dow3 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2000 12 30 ] + +2002 => [ 2001 12 29 ] + +2003 => [ 2002 12 28 ] + +2004 => [ 2004 1 3 ] + +2006 => [ 2005 12 31 ] + +2010 => [ 2010 1 2 ] + +##################### + +config dow3 7 => 0 + +2000 => [ 2000 1 2 ] + +2001 => [ 2000 12 31 ] 2002 => [ 2001 12 30 ] @@ -51,16 +1279,143 @@ 2004 => [ 2004 1 4 ] +2006 => [ 2006 1 1 ] + 2010 => [ 2010 1 3 ] +##################### + +config dow4 1 => 0 + +2000 => [ 2000 1 3 ] + +2001 => [ 2001 1 1 ] + +2002 => [ 2001 12 31 ] + +2003 => [ 2002 12 30 ] + +2004 => [ 2003 12 29 ] + +2006 => [ 2006 1 2 ] + +2010 => [ 2010 1 4 ] + +##################### + +config dow4 2 => 0 + +2000 => [ 2000 1 4 ] + +2001 => [ 2001 1 2 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2002 12 31 ] + +2004 => [ 2003 12 30 ] + +2006 => [ 2006 1 3 ] + +2010 => [ 2010 1 5 ] + +##################### + +config dow4 3 => 0 + +2000 => [ 2000 1 5 ] + +2001 => [ 2001 1 3 ] + +2002 => [ 2002 1 2 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2003 12 31 ] + +2006 => [ 2006 1 4 ] + +2010 => [ 2010 1 6 ] + +##################### + +config dow4 4 => 0 + +2000 => [ 2000 1 6 ] + +2001 => [ 2001 1 4 ] + +2002 => [ 2002 1 3 ] + +2003 => [ 2003 1 2 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2006 1 5 ] + +2010 => [ 2010 1 7 ] + +##################### + +config dow4 5 => 0 + +2000 => [ 1999 12 31 ] + +2001 => [ 2000 12 29 ] + +2002 => [ 2001 12 28 ] + +2003 => [ 2002 12 27 ] + +2004 => [ 2003 12 26 ] + +2006 => [ 2005 12 30 ] + +2010 => [ 2010 1 1 ] + +##################### + +config dow4 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2000 12 30 ] + +2002 => [ 2001 12 29 ] + +2003 => [ 2002 12 28 ] + +2004 => [ 2003 12 27 ] + +2006 => [ 2005 12 31 ] + +2010 => [ 2010 1 2 ] + +##################### + +config dow4 7 => 0 + 2000 => [ 2000 1 2 ] +2001 => [ 2000 12 31 ] -config 1 1 => 0 +2002 => [ 2001 12 30 ] -2006 => [ 2005 12 26 ] +2003 => [ 2002 12 29 ] -2007 => [ 2007 1 1 ] +2004 => [ 2003 12 28 ] + +2006 => [ 2006 1 1 ] + +2010 => [ 2010 1 3 ] + +##################### + +config dow5 1 => 0 + +2000 => [ 2000 1 3 ] + +2001 => [ 2001 1 1 ] 2002 => [ 2001 12 31 ] @@ -68,16 +1423,107 @@ 2004 => [ 2003 12 29 ] +2006 => [ 2006 1 2 ] + 2010 => [ 2009 12 28 ] -2000 => [ 1999 12 27 ] +##################### +config dow5 2 => 0 -config 1 7 => 0 +2000 => [ 2000 1 4 ] -2006 => [ 2006 1 1 ] +2001 => [ 2001 1 2 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2002 12 31 ] -2007 => [ 2006 12 31 ] +2004 => [ 2003 12 30 ] + +2006 => [ 2006 1 3 ] + +2010 => [ 2009 12 29 ] + +##################### + +config dow5 3 => 0 + +2000 => [ 2000 1 5 ] + +2001 => [ 2001 1 3 ] + +2002 => [ 2002 1 2 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2003 12 31 ] + +2006 => [ 2006 1 4 ] + +2010 => [ 2009 12 30 ] + +##################### + +config dow5 4 => 0 + +2000 => [ 2000 1 6 ] + +2001 => [ 2001 1 4 ] + +2002 => [ 2002 1 3 ] + +2003 => [ 2003 1 2 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2006 1 5 ] + +2010 => [ 2009 12 31 ] + +##################### + +config dow5 5 => 0 + +2000 => [ 2000 1 7 ] + +2001 => [ 2001 1 5 ] + +2002 => [ 2002 1 4 ] + +2003 => [ 2003 1 3 ] + +2004 => [ 2004 1 2 ] + +2006 => [ 2006 1 6 ] + +2010 => [ 2010 1 1 ] + +##################### + +config dow5 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2000 12 30 ] + +2002 => [ 2001 12 29 ] + +2003 => [ 2002 12 28 ] + +2004 => [ 2003 12 27 ] + +2006 => [ 2005 12 31 ] + +2010 => [ 2009 12 26 ] + +##################### + +config dow5 7 => 0 + +2000 => [ 2000 1 2 ] + +2001 => [ 2000 12 31 ] 2002 => [ 2001 12 30 ] @@ -85,10 +1531,388 @@ 2004 => [ 2003 12 28 ] +2006 => [ 2006 1 1 ] + 2010 => [ 2009 12 27 ] +##################### + +config dow6 1 => 0 + +2000 => [ 1999 12 27 ] + +2001 => [ 2001 1 1 ] + +2002 => [ 2001 12 31 ] + +2003 => [ 2002 12 30 ] + +2004 => [ 2003 12 29 ] + +2006 => [ 2006 1 2 ] + +2010 => [ 2009 12 28 ] + +##################### + +config dow6 2 => 0 + +2000 => [ 1999 12 28 ] + +2001 => [ 2001 1 2 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2002 12 31 ] + +2004 => [ 2003 12 30 ] + +2006 => [ 2006 1 3 ] + +2010 => [ 2009 12 29 ] + +##################### + +config dow6 3 => 0 + +2000 => [ 1999 12 29 ] + +2001 => [ 2001 1 3 ] + +2002 => [ 2002 1 2 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2003 12 31 ] + +2006 => [ 2006 1 4 ] + +2010 => [ 2009 12 30 ] + +##################### + +config dow6 4 => 0 + +2000 => [ 1999 12 30 ] + +2001 => [ 2001 1 4 ] + +2002 => [ 2002 1 3 ] + +2003 => [ 2003 1 2 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2006 1 5 ] + +2010 => [ 2009 12 31 ] + +##################### + +config dow6 5 => 0 + +2000 => [ 1999 12 31 ] + +2001 => [ 2001 1 5 ] + +2002 => [ 2002 1 4 ] + +2003 => [ 2003 1 3 ] + +2004 => [ 2004 1 2 ] + +2006 => [ 2006 1 6 ] + +2010 => [ 2010 1 1 ] + +##################### + +config dow6 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2001 1 6 ] + +2002 => [ 2002 1 5 ] + +2003 => [ 2003 1 4 ] + +2004 => [ 2004 1 3 ] + +2006 => [ 2006 1 7 ] + +2010 => [ 2010 1 2 ] + +##################### + +config dow6 7 => 0 + 2000 => [ 1999 12 26 ] +2001 => [ 2000 12 31 ] + +2002 => [ 2001 12 30 ] + +2003 => [ 2002 12 29 ] + +2004 => [ 2003 12 28 ] + +2006 => [ 2006 1 1 ] + +2010 => [ 2009 12 27 ] + +##################### + +config dow7 1 => 0 + +2000 => [ 1999 12 27 ] + +2001 => [ 2001 1 1 ] + +2002 => [ 2001 12 31 ] + +2003 => [ 2002 12 30 ] + +2004 => [ 2003 12 29 ] + +2006 => [ 2005 12 26 ] + +2010 => [ 2009 12 28 ] + +##################### + +config dow7 2 => 0 + +2000 => [ 1999 12 28 ] + +2001 => [ 2001 1 2 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2002 12 31 ] + +2004 => [ 2003 12 30 ] + +2006 => [ 2005 12 27 ] + +2010 => [ 2009 12 29 ] + +##################### + +config dow7 3 => 0 + +2000 => [ 1999 12 29 ] + +2001 => [ 2001 1 3 ] + +2002 => [ 2002 1 2 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2003 12 31 ] + +2006 => [ 2005 12 28 ] + +2010 => [ 2009 12 30 ] + +##################### + +config dow7 4 => 0 + +2000 => [ 1999 12 30 ] + +2001 => [ 2001 1 4 ] + +2002 => [ 2002 1 3 ] + +2003 => [ 2003 1 2 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2005 12 29 ] + +2010 => [ 2009 12 31 ] + +##################### + +config dow7 5 => 0 + +2000 => [ 1999 12 31 ] + +2001 => [ 2001 1 5 ] + +2002 => [ 2002 1 4 ] + +2003 => [ 2003 1 3 ] + +2004 => [ 2004 1 2 ] + +2006 => [ 2005 12 30 ] + +2010 => [ 2010 1 1 ] + +##################### + +config dow7 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2001 1 6 ] + +2002 => [ 2002 1 5 ] + +2003 => [ 2003 1 4 ] + +2004 => [ 2004 1 3 ] + +2006 => [ 2005 12 31 ] + +2010 => [ 2010 1 2 ] + +##################### + +config dow7 7 => 0 + +2000 => [ 2000 1 2 ] + +2001 => [ 2001 1 7 ] + +2002 => [ 2002 1 6 ] + +2003 => [ 2003 1 5 ] + +2004 => [ 2004 1 4 ] + +2006 => [ 2006 1 1 ] + +2010 => [ 2010 1 3 ] + +##################### + +config firstday 1 => 0 + +2000 => [ 2000 1 3 ] + +2001 => [ 2001 1 1 ] + +2002 => [ 2002 1 7 ] + +2003 => [ 2003 1 6 ] + +2004 => [ 2004 1 5 ] + +2006 => [ 2006 1 2 ] + +2010 => [ 2010 1 4 ] + +##################### + +config firstday 2 => 0 + +2000 => [ 2000 1 4 ] + +2001 => [ 2001 1 2 ] + +2002 => [ 2002 1 1 ] + +2003 => [ 2003 1 7 ] + +2004 => [ 2004 1 6 ] + +2006 => [ 2006 1 3 ] + +2010 => [ 2010 1 5 ] + +##################### + +config firstday 3 => 0 + +2000 => [ 2000 1 5 ] + +2001 => [ 2001 1 3 ] + +2002 => [ 2002 1 2 ] + +2003 => [ 2003 1 1 ] + +2004 => [ 2004 1 7 ] + +2006 => [ 2006 1 4 ] + +2010 => [ 2010 1 6 ] + +##################### + +config firstday 4 => 0 + +2000 => [ 2000 1 6 ] + +2001 => [ 2001 1 4 ] + +2002 => [ 2002 1 3 ] + +2003 => [ 2003 1 2 ] + +2004 => [ 2004 1 1 ] + +2006 => [ 2006 1 5 ] + +2010 => [ 2010 1 7 ] + +##################### + +config firstday 5 => 0 + +2000 => [ 2000 1 7 ] + +2001 => [ 2001 1 5 ] + +2002 => [ 2002 1 4 ] + +2003 => [ 2003 1 3 ] + +2004 => [ 2004 1 2 ] + +2006 => [ 2006 1 6 ] + +2010 => [ 2010 1 1 ] + +##################### + +config firstday 6 => 0 + +2000 => [ 2000 1 1 ] + +2001 => [ 2001 1 6 ] + +2002 => [ 2002 1 5 ] + +2003 => [ 2003 1 4 ] + +2004 => [ 2004 1 3 ] + +2006 => [ 2006 1 7 ] + +2010 => [ 2010 1 2 ] + +##################### + +config firstday 7 => 0 + +2000 => [ 2000 1 2 ] + +2001 => [ 2001 1 7 ] + +2002 => [ 2002 1 6 ] + +2003 => [ 2003 1 5 ] + +2004 => [ 2004 1 4 ] + +2006 => [ 2006 1 1 ] + +2010 => [ 2010 1 3 ] + "; $::ti->tests(func => \&test, diff -Nru libdate-manip-perl-6.94/t/base.week_of_year.0.t libdate-manip-perl-6.95/t/base.week_of_year.0.t --- libdate-manip-perl-6.94/t/base.week_of_year.0.t 2021-03-01 20:03:17.000000000 +0000 +++ libdate-manip-perl-6.95/t/base.week_of_year.0.t 2024-01-12 17:49:00.000000000 +0000 @@ -13,8 +13,8 @@ sub test { my(@test)=@_; if ($test[0] eq "config") { - $dmt->config("jan1week1",$test[1]); $dmt->config("firstday",$test[2]); + $dmt->config("week1ofyear",$test[1]); return 0; } my @ret = $obj->week_of_year(@test); @@ -22,7 +22,7 @@ } my $tests=" -config 0 1 => 0 +config jan4 1 => 0 2006 4 => [ 2006 1 23 ] @@ -39,7 +39,7 @@ 2000 4 => [ 2000 1 24 ] -config 0 7 => 0 +config jan4 7 => 0 2006 4 => [ 2006 1 22 ] @@ -56,7 +56,7 @@ 2000 4 => [ 2000 1 23 ] -config 1 1 => 0 +config jan1 1 => 0 2006 4 => [ 2006 1 16 ] @@ -73,7 +73,7 @@ 2000 4 => [ 2000 1 17 ] -config 1 7 => 0 +config jan1 7 => 0 2006 4 => [ 2006 1 22 ] @@ -89,7 +89,7 @@ 2000 4 => [ 2000 1 16 ] -config 0 1 => 0 +config jan4 1 => 0 2007 02 => [ 2007 1 8 ] diff -Nru libdate-manip-perl-6.94/t/base.week_of_year.1.t libdate-manip-perl-6.95/t/base.week_of_year.1.t --- libdate-manip-perl-6.94/t/base.week_of_year.1.t 2021-03-01 20:03:17.000000000 +0000 +++ libdate-manip-perl-6.95/t/base.week_of_year.1.t 2024-01-12 17:51:12.000000000 +0000 @@ -13,8 +13,8 @@ sub test { my (@test)=@_; if ($test[0] eq "config") { - $dmt->config("jan1week1",$test[1]); $dmt->config("firstday",$test[2]); + $dmt->config("week1ofyear",$test[1]); return 0; } my @ret = $obj->week_of_year(@test); @@ -22,7 +22,7 @@ } my $tests=" -config 0 1 => 0 +config jan4 1 => 0 [ 2006 1 23 ] => 2006 4 @@ -39,7 +39,7 @@ [ 2000 1 24 ] => 2000 4 -config 0 7 => 0 +config jan4 7 => 0 [ 2006 1 22 ] => 2006 4 @@ -56,7 +56,7 @@ [ 2000 1 23 ] => 2000 4 -config 1 1 => 0 +config jan1 1 => 0 [ 2006 1 16 ] => 2006 4 @@ -73,7 +73,7 @@ [ 2000 1 17 ] => 2000 4 -config 1 7 => 0 +config jan1 7 => 0 [ 2006 1 22 ] => 2006 4 @@ -90,7 +90,7 @@ [ 2000 1 16 ] => 2000 4 -config 0 7 => 0 +config jan4 7 => 0 [ 2006 1 1 ] => 2006 1 diff -Nru libdate-manip-perl-6.94/t/base.weeks_in_year.t libdate-manip-perl-6.95/t/base.weeks_in_year.t --- libdate-manip-perl-6.94/t/base.weeks_in_year.t 2021-03-01 20:03:17.000000000 +0000 +++ libdate-manip-perl-6.95/t/base.weeks_in_year.t 2024-01-12 20:10:15.000000000 +0000 @@ -13,8 +13,8 @@ sub test { my(@test)=@_; if ($test[0] eq "config") { - $dmt->config("jan1week1",$test[1]); $dmt->config("firstday",$test[2]); + $dmt->config("week1ofyear",$test[1]); return 0; } my @ret = $obj->weeks_in_year(@test); @@ -22,7 +22,7 @@ } my $tests=" -config 0 1 => 0 +config jan4 1 => 0 2006 => 52 @@ -39,7 +39,7 @@ 2000 => 52 -config 0 7 => 0 +config jan4 7 => 0 2006 => 52 @@ -56,7 +56,7 @@ 2000 => 52 -config 1 1 => 0 +config jan1 1 => 0 2006 => 53 @@ -73,7 +73,7 @@ 2000 => 53 -config 1 7 => 0 +config jan1 7 => 0 2006 => 52 diff -Nru libdate-manip-perl-6.94/t/date.printf.2.t libdate-manip-perl-6.95/t/date.printf.2.t --- libdate-manip-perl-6.94/t/date.printf.2.t 1970-01-01 00:00:00.000000000 +0000 +++ libdate-manip-perl-6.95/t/date.printf.2.t 2024-02-21 20:41:00.000000000 +0000 @@ -0,0 +1,48 @@ +#!/usr/bin/perl + +use warnings; +use strict; +use Test::Inter; +$::ti = new Test::Inter $0; +require "tests.pl"; + +our $obj = new Date::Manip::Date; +$obj->config("forcedate","now,America/New_York"); +$obj->config("use_posix_printf","1"); + +sub test { + my(@test)=@_; + $obj->parse($test[0]); + return $obj->printf($test[1]); +} + +my $tests=q{ + +'Jan 3, 1996 8:11:12' %C => '19' + +'Jan 3, 1996 8:11:12' %F => '1996-01-03' + +'Jan 3, 1996 8:11:12' %l => ' 8' + +'Jan 3, 1996 8:11:12' %P => 'am' + +'Jan 8, 1996 8:11:12' %u => '1' + +'Jan 7, 1996 8:11:12' %u => '7' + +}; + +$::ti->tests(func => \&test, + tests => $tests); +$::ti->done_testing(); + +#Local Variables: +#mode: cperl +#indent-tabs-mode: nil +#cperl-indent-level: 3 +#cperl-continued-statement-offset: 2 +#cperl-continued-brace-offset: 0 +#cperl-brace-offset: 0 +#cperl-brace-imaginary-offset: 0 +#cperl-label-offset: 0 +#End: diff -Nru libdate-manip-perl-6.94/t/date.printf.weekofyear.t libdate-manip-perl-6.95/t/date.printf.weekofyear.t --- libdate-manip-perl-6.94/t/date.printf.weekofyear.t 1970-01-01 00:00:00.000000000 +0000 +++ libdate-manip-perl-6.95/t/date.printf.weekofyear.t 2024-02-26 13:19:20.000000000 +0000 @@ -0,0 +1,69 @@ +#!/usr/bin/perl + +use warnings; +use strict; +use Test::Inter; +$::ti = new Test::Inter $0; +require "tests.pl"; + +our $obj = new Date::Manip::Date; +$obj->config("forcedate","now,America/New_York"); + +sub test { + my($op,@test)=@_; + if ($op eq 'config') { + $obj->config(@test); + return 1; + } + if ($op eq 'date') { + $obj->parse(@test); + + my $dmt = $$obj{'tz'}; + my $dmb = $$dmt{'base'}; + my $posix = $dmb->_config('use_posix_printf'); + if ($posix) { + return $obj->printf('%G %g %V %W %L %U %J'); + } else { + return $obj->printf('%G %W %L %U %J'); + } + } +} + +my $tests=q{ + +config use_posix_printf 0 firstday 1 week1ofyear jan4 => 1 + +date 'Jan 1 1996' => '1996 01 1996 01 1996-W01-1' + +date 'Jan 1 1997' => '1997 01 1997 01 1997-W01-3' + +date 'Jan 1 2004' => '2004 01 2003 52 2004-W01-4' + +date 'Jan 1 2006' => '2005 52 2006 01 2005-W52-7' + +config use_posix_printf 1 firstday 1 week1ofyear jan4 => 1 + +date 'Jan 1 1996' => '1996 96 01 01 1996 52 1996-W01-1' + +date 'Jan 1 1997' => '1997 97 01 52 1997 52 1997-W01-3' + +date 'Jan 1 2004' => '2004 04 01 52 2003 52 2004-W01-4' + +date 'Jan 1 2006' => '2005 05 52 52 2006 01 2005-W52-7' + +}; + +$::ti->tests(func => \&test, + tests => $tests); +$::ti->done_testing(); + +#Local Variables: +#mode: cperl +#indent-tabs-mode: nil +#cperl-indent-level: 3 +#cperl-continued-statement-offset: 2 +#cperl-continued-brace-offset: 0 +#cperl-brace-offset: 0 +#cperl-brace-imaginary-offset: 0 +#cperl-label-offset: 0 +#End: diff -Nru libdate-manip-perl-6.94/t/date.week_of_year.1.t libdate-manip-perl-6.95/t/date.week_of_year.1.t --- libdate-manip-perl-6.94/t/date.week_of_year.1.t 2021-03-01 20:03:17.000000000 +0000 +++ libdate-manip-perl-6.95/t/date.week_of_year.1.t 2024-01-12 20:09:20.000000000 +0000 @@ -8,7 +8,7 @@ our $obj = new Date::Manip::Date; $obj->config("forcedate","now,America/New_York"); -$obj->config(qw(Jan1Week1 1)); +$obj->config(qw(Week1ofYear jan1)); sub test { my($date,$first) = @_; diff -Nru libdate-manip-perl-6.94/t/runtests.bat libdate-manip-perl-6.95/t/runtests.bat --- libdate-manip-perl-6.94/t/runtests.bat 2024-01-09 20:11:23.000000000 +0000 +++ libdate-manip-perl-6.95/t/runtests.bat 2024-03-01 16:13:09.000000000 +0000 @@ -106,6 +106,8 @@ perl -I../lib date.prev_business_day.t 1 perl -I../lib date.printf.0.t 1 perl -I../lib date.printf.1.t 1 +perl -I../lib date.printf.2.t 1 +perl -I../lib date.printf.weekofyear.t 1 perl -I../lib date.secs_since_1970_GMT.0.t 1 perl -I../lib date.secs_since_1970_GMT.1.t 1 perl -I../lib date.set.0.t 1