Commit 82297525 authored by Michael Jung's avatar Michael Jung Committed by Alexandre Julliard

Added CET timezone info.

parent 0dd2910e
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment