Added UYT to TZ_INFO.
This commit is contained in:
parent
9e73cdde39
commit
fd62fcf0ef
|
@ -334,7 +334,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
|
|||
'm','e','\0'}, -720, 1},
|
||||
{"HKT",
|
||||
{'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
|
||||
|
|
Loading…
Reference in New Issue