Skip to content
Snippets Groups Projects
Commit 63c6359f authored by Filip Navara's avatar Filip Navara Committed by Alexandre Julliard
Browse files

Add UTC to the time zone list.

parent 5853c9ed
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"GMT",
{'G','M','T',' ','S','t','a','n','d','a','r','d',' ','T','i','m','e','\0'},
0, 0},
{"UTC",
{'G','M','T',' ','S','t','a','n','d','a','r','d',' ','T','i','m','e','\0'},
0, 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.
Finish editing this message first!
Please register or to comment