Page 1 of 1

Function CalcTime_s is incorrect

Posted: Mar 06 2010
by marekj
Instead:

CalcTime_s = SecondsToTime ( TimeToSeconds ( RefTime_S ) + SecondsChange ) ;

should be:

CalcTime_s = SecondsToTime_s ( TimeToSeconds ( RefTime_S ) + SecondsChange ) ;

Please correct it in next version.

Posted: Mar 08 2010
by Bruce DeVault
Good catch.