Added CET timezone info.
This commit is contained in:
parent
0dd2910eba
commit
82297525b2
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue