Skip to content
Snippets Groups Projects
Commit 82297525 authored by Michael Jung's avatar Michael Jung Committed by Alexandre Julliard
Browse files

Added CET timezone info.

parent 0dd2910e
Branches
Tags
No related merge requests found
......@@ -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},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment