Vijay Kiran Kamuju : ntdll: Add UZT timezone info.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 26 07:12:24 CDT 2006


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

Author: Vijay Kiran Kamuju <infyquest at gmail.com>
Date:   Fri Jun 23 12:42:05 2006 -0400

ntdll: Add UZT timezone info.

---

 dlls/ntdll/time.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/time.c b/dlls/ntdll/time.c
index ed6bcf2..961ecad 100644
--- a/dlls/ntdll/time.c
+++ b/dlls/ntdll/time.c
@@ -391,7 +391,9 @@ static const struct tagTZ_INFO TZ_INFO[]
     {'P','h','i','l','i','p','p','i','n','e',' ','T','i','m','e','\0'}, -480, 0},
    {"NOVST",
     {'N','o','v','o','s','i','b','i','r','s','k',' ','S','u','m','m','e','r',
-     ' ','T','i','m','e','\0'}, -480, 1}
+     ' ','T','i','m','e','\0'}, -480, 1},
+   {"UZT",
+    {'U','z','b','e','k','i','s','t','h','a','n',' ','T','i','m','e','\0'}, -300, 0}
 };
 
 #define TICKSPERSEC        10000000




More information about the wine-cvs mailing list