Added "CET" to time.c

Michael Ströder michael at stroeder.com
Wed Nov 3 15:45:45 CST 2004


Added "CET" AKA Central European Time to wine-20041019/dlls/ntdll/time.c

Ciao, Michael.
-------------- next part --------------
--- time.c.orig	2004-10-20 08:30:53.000000000 +0200
+++ time.c	2004-11-03 18:55:53.000000000 +0100
@@ -171,6 +171,9 @@
    {"UTC",
     {'G','M','T',' ','S','t','a','n','d','a','r','d',' ','T','i','m','e','\0'},
     0, 0},
+   {"CET",
+    {'C','e','n','t','r','a','l',' ','E','u','r','o','p','e',' ','S','t','a',
+     'n','d','a','r','d',' ','T','i','m','e','\0'}, -60, 0},
    {"CEST",
     {'C','e','n','t','r','a','l',' ','E','u','r','o','p','e',' ','S','t','a',
      'n','d','a','r','d',' ','T','i','m','e','\0'}, -120, 1},


More information about the wine-patches mailing list