Commit bf8f93d9 authored by Ivan Wong's avatar Ivan Wong Committed by Alexandre Julliard

Added Hong Kong Standard Time (HKT).

parent 4b130866
......@@ -326,7 +326,10 @@ static const struct tagTZ_INFO TZ_INFO[] =
'r','d',' ','T','i','m','e','\0'}, -360, 1},
{"ANAT",
{'A','n','a','d','y','r',' ','S','t','a','n','d','a','r','d',' ','T','i',
'm','e','\0'}, -720, 1}
'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}
};
#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