Added NOVT timezone info.
This commit is contained in:
parent
a2101225fe
commit
ed92345c0b
|
@ -302,7 +302,10 @@ static const struct tagTZ_INFO TZ_INFO[] =
|
|||
'\0'}, -720, 0},
|
||||
{"TOT",
|
||||
{'T','o','n','g','a',' ','S','t','a','n','d','a','r','d',' ','T','i','m',
|
||||
'e','\0'}, -780, 0}
|
||||
'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}
|
||||
};
|
||||
|
||||
#define TICKSPERSEC 10000000
|
||||
|
|
Loading…
Reference in New Issue