Added CET timezone info.

This commit is contained in:
Michael Jung 2004-11-02 05:28:01 +00:00 committed by Alexandre Julliard
parent 0dd2910eba
commit 82297525b2
1 changed files with 3 additions and 0 deletions

View 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},