Commit 8f812739 authored by Alexandre Julliard's avatar Alexandre Julliard

kernelbase: Update timezone data to version 2022f.

parent 198de0dc
......@@ -28,7 +28,7 @@ use Time::Local qw(timegm_modern);
my $UNIVERSION = "15.0.0";
my $CLDRVERSION = "42";
my $ISO639VERSION = "20220120";
my $TZVERSION = "2022a";
my $TZVERSION = "2022f";
my %data_files =
(
......@@ -55,7 +55,7 @@ my %data_files =
jis0212 => { url => "https://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/JIS0212.TXT",
sha => "477820bb3055bbcc90880d788cd95607d221dc94457bae249231adecf13c12e6" },
tzdata => { url => "https://data.iana.org/time-zones/releases/tzdata$TZVERSION.tar.gz",
sha => "ef7fffd9f4f50f4f58328b35022a32a5a056b245c5cb3d6791dddb342f871664" },
sha => "9990d71f675d212567b931fe8aae1cab7027f89fefb8a79d808a6933a67af000" },
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment