Commit 1283bd93 authored by Rustam Chernotkach's avatar Rustam Chernotkach Committed by Alexandre Julliard

Added support for ANAT (Anadyr Standard Time) to TZ_INFO.

parent c515a306
......@@ -323,7 +323,10 @@ static const struct tagTZ_INFO TZ_INFO[] =
'e','\0'}, -780, 0},
{"NOVT",
{'N','o','v','o','s','i','b','i','r','s','k',' ','S','t','a','n','d','a',
'r','d',' ','T','i','m','e','\0'}, -360, 1}
'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}
};
#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