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
d3499083
Commit
d3499083
authored
Sep 06, 2004
by
Uwe Bonnes
Committed by
Alexandre Julliard
Sep 06, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More defines for TZ_INFO.
parent
8f870346
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
time.c
dlls/ntdll/time.c
+8
-1
No files found.
dlls/ntdll/time.c
View file @
d3499083
...
...
@@ -151,6 +151,12 @@ static const struct tagTZ_INFO TZ_INFO[] =
{
"CEST"
,
{
'C'
,
'e'
,
'n'
,
't'
,
'r'
,
'a'
,
'l'
,
' '
,
'E'
,
'u'
,
'r'
,
'o'
,
'p'
,
'e'
,
' '
,
'S'
,
't'
,
'a'
,
'n'
,
'd'
,
'a'
,
'r'
,
'd'
,
' '
,
'T'
,
'i'
,
'm'
,
'e'
,
'\0'
},
-
120
,
1
},
{
"MET"
,
{
'C'
,
'e'
,
'n'
,
't'
,
'r'
,
'a'
,
'l'
,
' '
,
'E'
,
'u'
,
'r'
,
'o'
,
'p'
,
'e'
,
' '
,
'S'
,
't'
,
'a'
,
'n'
,
'd'
,
'a'
,
'r'
,
'd'
,
' '
,
'T'
,
'i'
,
'm'
,
'e'
,
'\0'
},
-
60
,
0
},
{
"MEST"
,
{
'C'
,
'e'
,
'n'
,
't'
,
'r'
,
'a'
,
'l'
,
' '
,
'E'
,
'u'
,
'r'
,
'o'
,
'p'
,
'e'
,
' '
,
'D'
,
'a'
,
'y'
,
'l'
,
'i'
,
'g'
,
'h'
,
't'
,
' '
,
'T'
,
'i'
,
'm'
,
'e'
,
'\0'
},
-
120
,
1
},
{
"WAT"
,
{
'W'
,
'.'
,
' '
,
'C'
,
'e'
,
'n'
,
't'
,
'r'
,
'a'
,
'l'
,
' '
,
'A'
,
'f'
,
'r'
,
'i'
,
'c'
,
'a'
,
' '
,
'S'
,
't'
,
'a'
,
'n'
,
'd'
,
'a'
,
'r'
,
'd'
,
' '
,
'T'
,
'i'
,
'm'
,
'e'
,
'\0'
},
-
60
,
0
},
...
...
@@ -748,7 +754,8 @@ static const WCHAR* TIME_GetTZAsStr (time_t utc, int bias, int dst)
)
return
TZ_INFO
[
i
].
psTZWindows
;
}
FIXME
(
"Can't match system time zone name
\"
%s
\"
to an entry in TZ_INFO
\n
"
,
psTZName
);
FIXME
(
" Please add appropriate entry to TZ_INFO and submit as patch to wine-patches
\n
"
);
return
NULL
;
}
...
...
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