Add UTC to the time zone list.
This commit is contained in:
parent
5853c9ede5
commit
63c6359fcc
|
@ -149,6 +149,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
|
||||||
{"GMT",
|
{"GMT",
|
||||||
{'G','M','T',' ','S','t','a','n','d','a','r','d',' ','T','i','m','e','\0'},
|
{'G','M','T',' ','S','t','a','n','d','a','r','d',' ','T','i','m','e','\0'},
|
||||||
0, 0},
|
0, 0},
|
||||||
|
{"UTC",
|
||||||
|
{'G','M','T',' ','S','t','a','n','d','a','r','d',' ','T','i','m','e','\0'},
|
||||||
|
0, 0},
|
||||||
{"CEST",
|
{"CEST",
|
||||||
{'C','e','n','t','r','a','l',' ','E','u','r','o','p','e',' ','S','t','a',
|
{'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},
|
'n','d','a','r','d',' ','T','i','m','e','\0'}, -120, 1},
|
||||||
|
|
Loading…
Reference in New Issue