Add the WEST timezone

Francois Gouget fgouget at codeweavers.com
Sat May 7 07:36:49 CDT 2005


Changelog:

  * dlls/ntdll/time.c

    Francois Gouget <fgouget at codeweavers.com>
    Add the 'Western European Summer Time' (WEST) timezone (reported by 
José Melo).

-- 
Francois Gouget
fgouget at codeweavers.com

-------------- next part --------------
Index: dlls/ntdll/time.c
===================================================================
RCS file: /var/cvs/wine/dlls/ntdll/time.c,v
retrieving revision 1.68
diff -u -p -r1.68 time.c
--- dlls/ntdll/time.c	4 May 2005 09:45:48 -0000	1.68
+++ dlls/ntdll/time.c	7 May 2005 01:20:07 -0000
@@ -168,6 +168,8 @@ static const struct tagTZ_INFO TZ_INFO[]
    {"CVT",
     {'C','a','p','e',' ','V','e','r','d','e',' ','S','t','a','n','d','a','r',
      'd',' ','T','i','m','e','\0'}, 60, 0},
+   {"WEST",
+    {'W','e','s','t','e','r','n',' ','E','u','r','o','p','e','a','n',' ','S','u','m','m','e','r',' ','T','i','m','e','\0'}, -60, 1},
    {"WET",
     {'G','r','e','e','n','w','i','c','h',' ','S','t','a','n','d','a','r','d',
      ' ','T','i','m','e','\0'}, 0, 0},


More information about the wine-patches mailing list