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

This commit is contained in:
Rustam Chernotkach 2005-03-22 18:17:31 +00:00 committed by Alexandre Julliard
parent c515a306e6
commit 1283bd9354
1 changed files with 4 additions and 1 deletions

View File

@ -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