Sergei Butakov : ntdll: Added Urals time.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 7 09:57:45 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 4f53d5a5b38b82a30cd1c54d8288f139c8a02fe2
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=4f53d5a5b38b82a30cd1c54d8288f139c8a02fe2

Author: Sergei Butakov <butsergej at yandex.ru>
Date:   Tue Feb  7 16:51:51 2006 +0100

ntdll: Added Urals time.

---

 dlls/ntdll/time.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dlls/ntdll/time.c b/dlls/ntdll/time.c
index d39afdb..79a1967 100644
--- a/dlls/ntdll/time.c
+++ b/dlls/ntdll/time.c
@@ -269,9 +269,12 @@ static const struct tagTZ_INFO TZ_INFO[]
    {"SAMT",
     {'S','a','m','a','r','a',' ','S','t','a','n','d','a','r','d',' ','T','i',
      'm','e','\0'}, -270, 1},
+   {"YEKT",
+    {'U','r','a','l','s',' ','S','t','a','n','d','a','r','d',
+     ' ','T','i','m','e',' ','(','W','i','n','t','e','r',')','\0'}, -300, 0},
    {"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},
+    {'U','r','a','l','s',' ','D','a','y','l','i','g','h','t',
+     ' ','T','i','m','e',' ','(','S','u','m','m','e','r',')','\0'}, -360, 1},
    {"PKT",
     {'W','e','s','t',' ','A','s','i','a',' ','S','t','a','n','d','a','r','d',
      ' ','T','i','m','e','\0'}, -300, 0},




More information about the wine-cvs mailing list