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:
64eac75
)
Add TZ_INFO entry to match (incorrect) Australian Eastern Daylight
author
Troy Rollo
<wine@troy.rollo.name>
Thu, 27 Jan 2005 11:11:54 +0000
(11:11 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 27 Jan 2005 11:11:54 +0000
(11:11 +0000)
Time information given by some systems.
dlls/ntdll/time.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/ntdll/time.c
b/dlls/ntdll/time.c
index e92c0fb01e9b8886baf52b672c0fb768836c55f9..db3f4c5aa9569c65c6371bf5d2dee5b52ec33c4e 100644
(file)
--- a/
dlls/ntdll/time.c
+++ b/
dlls/ntdll/time.c
@@
-294,6
+294,9
@@
static const struct tagTZ_INFO TZ_INFO[] =
{"EST",
{'E','.',' ','A','u','s','t','r','a','l','i','a',' ','S','t','a','n','d',
'a','r','d',' ','T','i','m','e','\0'}, -600, 0},
+ {"EST",
+ {'E','.',' ','A','u','s','t','r','a','l','i','a',' ','S','t','a','n','d',
+ 'a','r','d',' ','T','i','m','e','\0'}, -660, 1},
{"GST",
{'W','e','s','t',' ','P','a','c','i','f','i','c',' ','S','t','a','n','d',
'a','r','d',' ','T','i','m','e','\0'}, -600, 0},