Commit fd62fcf0 authored by Gabriel Gambetta's avatar Gabriel Gambetta Committed by Alexandre Julliard

Added UYT to TZ_INFO.

parent 9e73cdde
...@@ -334,7 +334,9 @@ static const struct tagTZ_INFO TZ_INFO[] = ...@@ -334,7 +334,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
'm','e','\0'}, -720, 1}, 'm','e','\0'}, -720, 1},
{"HKT", {"HKT",
{'H','o','n','g',' ','K','o','n','g',' ','S','t','a','n','d','a','r','d', {'H','o','n','g',' ','K','o','n','g',' ','S','t','a','n','d','a','r','d',
' ','T','i','m','e','\0'}, -480, 0} ' ','T','i','m','e','\0'}, -480, 0},
{"UYT",
{'U','r','u','g','u','a','y','a','n',' ','T','i','m','e','\0'}, 180, 0}
}; };
#define TICKSPERSEC 10000000 #define TICKSPERSEC 10000000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment