Roger Olson wrote:
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},

Hmm... I don't know if anything actually uses the names, but I doubt these are right. PDT would normally be referred to as Pacific Daylight Time. Any chance of getting you to add some tests for these?




Reply via email to