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:
45de351
)
Added time zone information for SAMT (Samara Standard Time).
author
Tony Lambregts
<tony_lambregts@telusplanet.net>
Thu, 20 Jan 2005 10:52:57 +0000
(10:52 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 20 Jan 2005 10:52:57 +0000
(10:52 +0000)
dlls/ntdll/time.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/ntdll/time.c
b/dlls/ntdll/time.c
index dbb315b89f067c4b17c7c78c21d8ee0945e2e9c1..e92c0fb01e9b8886baf52b672c0fb768836c55f9 100644
(file)
--- a/
dlls/ntdll/time.c
+++ b/
dlls/ntdll/time.c
@@
-234,6
+234,9
@@
static const struct tagTZ_INFO TZ_INFO[] =
{"AFT",
{'A','f','g','h','a','n','i','s','t','a','n',' ','S','t','a','n','d','a',
'r','d',' ','T','i','m','e','\0'}, -270, 0},
+ {"SAMT",
+ {'S','a','m','a','r','a',' ','S','t','a','n','d','a','r','d',' ','T','i',
+ 'm','e','\0'}, -270, 1},
{"YEKST",
{'E','k','a','t','e','r','i','n','b','u','r','g',' ','S','t','a','n','d',
'a','r','d',' ','T','i','m','e','\0'}, -360, 1},