Added support for ANAT (Anadyr Standard Time) to TZ_INFO.
This commit is contained in:
parent
c515a306e6
commit
1283bd9354
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue