Added NOVT timezone info

Alexander Yaworsky yaworsky at migusoft.ru
Sun Nov 14 21:59:56 CST 2004


ChangeLog:

Added NOVT timezone info

Index: dlls/ntdll/time.c
===================================================================
RCS file: /home/wine/wine/dlls/ntdll/time.c,v
retrieving revision 1.55
diff -u -r1.55 time.c
--- dlls/ntdll/time.c	6 Nov 2004 03:53:53 -0000	1.55
+++ dlls/ntdll/time.c	15 Nov 2004 03:02:17 -0000
@@ -302,7 +302,10 @@
       '\0'}, -720, 0},
     {"TOT",
      {'T','o','n','g','a',' ','S','t','a','n','d','a','r','d',' ','T','i','m',
-     'e','\0'}, -780, 0}
+     'e','\0'}, -780, 0},
+   {"NOVT",
+    {'N','o','v','o','s','i','b','i','r','s','k',' ','S','t','a','n','d','a',
+     'r','d',' ','T','i','m','e','\0'}, -360, 1}
  };

  #define TICKSPERSEC        10000000




More information about the wine-patches mailing list