Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
a90df92a
Commit
a90df92a
authored
Dec 06, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernelbase: Update timezone data to version 2022g.
parent
36b0e7e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
13 deletions
+8
-13
kernelbase.rgs
dlls/kernelbase/kernelbase.rgs
+6
-11
make_unicode
tools/make_unicode
+2
-2
No files found.
dlls/kernelbase/kernelbase.rgs
View file @
a90df92a
...
...
@@ -1047,9 +1047,10 @@ HKLM
val 'MUI_Dlt' = s '@tzres.dll,-58097'
val 'MUI_Std' = s '@tzres.dll,-58096'
val 'Std' = s 'Greenland Standard Time'
val 'TZI' = b
b400000000000000c4ffffff00000a00060005001700000000000000000003000600050016
00000000000000
val 'TZI' = b
7800000000000000c4ffffff00000000000000000000000000000000000000000000000000
00000000000000
'Dynamic DST'
{
val '2000' = b b400000000000000c4ffffff00000a0006000500170000000000000000000300060005001600000000000000
val '2001' = b b400000000000000c4ffffff00000a0006000500170000000000000000000300060004001600000000000000
val '2002' = b b400000000000000c4ffffff00000a0006000500170000000000000000000300060005001600000000000000
val '2003' = b b400000000000000c4ffffff00000a0006000500170000000000000000000300060005001600000000000000
...
...
@@ -1072,16 +1073,10 @@ HKLM
val '2020' = b b400000000000000c4ffffff00000a0006000400170000000000000000000300060005001600000000000000
val '2021' = b b400000000000000c4ffffff00000a0006000500170000000000000000000300060005001600000000000000
val '2022' = b b400000000000000c4ffffff00000a0006000500170000000000000000000300060005001600000000000000
val '2023' = b b400000000000000c4ffffff00000a0006000500170000000000000000000300060005001600000000000000
val '2024' = b b400000000000000c4ffffff00000a0006000500170000000000000000000300060005001600000000000000
val '2025' = b b400000000000000c4ffffff00000a0006000500170000000000000000000300060005001600000000000000
val '2026' = b b400000000000000c4ffffff00000a0006000400170000000000000000000300060005001600000000000000
val '2027' = b b400000000000000c4ffffff00000a0006000500170000000000000000000300060005001600000000000000
val '2028' = b b400000000000000c4ffffff00000a0006000500170000000000000000000300060005001600000000000000
val '2029' = b b400000000000000c4ffffff00000a0006000500170000000000000000000300060004001600000000000000
val '2030' = b b400000000000000c4ffffff00000a0006000500170000000000000000000300060005001600000000000000
val 'FirstEntry' = d 2001
val 'LastEntry' = d 2030
val '2023' = b b400000000000000c4ffffff0000010000000100000000000000000000000300060005001600000000000000
val '2024' = b 7800000000000000c4ffffff0000000000000000000000000000000000000000000000000000000000000000
val 'FirstEntry' = d 2000
val 'LastEntry' = d 2024
}
}
'Greenwich Standard Time'
...
...
tools/make_unicode
View file @
a90df92a
...
...
@@ -28,7 +28,7 @@ use Time::Local qw(timegm_modern);
my
$UNIVERSION
=
"15.0.0"
;
my
$CLDRVERSION
=
"42"
;
my
$ISO639VERSION
=
"20220120"
;
my
$TZVERSION
=
"2022
f
"
;
my
$TZVERSION
=
"2022
g
"
;
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
=>
"
9990d71f675d212567b931fe8aae1cab7027f89fefb8a79d808a6933a67af000
"
},
sha
=>
"
4491db8281ae94a84d939e427bdd83dc389f26764d27d9a5c52d782c16764478
"
},
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment