http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd2910
)
Added CET timezone info.
author
Michael Jung
<mjung@iss.tu-darmstadt.de>
Tue, 2 Nov 2004 05:28:01 +0000
(
05:28
+0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 2 Nov 2004 05:28:01 +0000
(
05:28
+0000)
dlls/ntdll/time.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/ntdll/time.c
b/dlls/ntdll/time.c
index bcb1bbbd325e2b413ba1a6bd5d6181d9efdd0118..26c5de0455813cf62227c711f135a03c6c1b89b1 100644
(file)
--- a/
dlls/ntdll/time.c
+++ b/
dlls/ntdll/time.c
@@
-174,6
+174,9
@@
static const struct tagTZ_INFO TZ_INFO[] =
{"UTC",
{'G','M','T',' ','S','t','a','n','d','a','r','d',' ','T','i','m','e','\0'},
0, 0},
+ {"CET",
+ {'C','e','n','t','r','a','l',' ','E','u','r','o','p','e','a','n',' ',
+ 'T','i','m','e','\0'}, -60, 0},
{"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},