Add time zone to TZ_Info

Roger Olson u60 at comcast.net
Sun Oct 31 15:50:51 CST 2004


Changelog:
   dlls/ntdll/time.c
       - Add Pacific Standard Time (PST) to TZ_INFO.
-------------- next part --------------
===================================================================
RCS file: /home/wine/wine/dlls/ntdll/time.c,v
retrieving revision 1.51
diff -u -u -r1.51 time.c
--- dlls/ntdll/time.c   22 Oct 2004 19:54:17 -0000      1.51
+++ dlls/ntdll/time.c   31 Oct 2004 21:18:46 -0000
@@ -105,6 +105,9 @@
    {"AKDT",
     {'A','l','a','s','k','a','n',' ','S','t','a','n','d','a','r','d',' ','T',
      'i','m','e','\0'}, 480, 1},
+   {"PST",
+    {'P','a','c','i','f','i','c',' ','S','t','a','n','d','a','r','d',' ','T',
+     'i','m','e','\0'}, 480, 0},
    {"PDT",
     {'P','a','c','i','f','i','c',' ','S','t','a','n','d','a','r','d',' ','T',
      'i','m','e','\0'}, 420, 1},


More information about the wine-patches mailing list