Added CET timezone info.
authorMichael Jung <mjung@iss.tu-darmstadt.de>
Tue, 2 Nov 2004 05:28:01 +0000 (05:28 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 2 Nov 2004 05:28:01 +0000 (05:28 +0000)
dlls/ntdll/time.c

index bcb1bbbd325e2b413ba1a6bd5d6181d9efdd0118..26c5de0455813cf62227c711f135a03c6c1b89b1 100644 (file)
@@ -174,6 +174,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
    {"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','a','n',' ',
+     '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},