Searched refs:numOfDaysSince1970 (Results 1 – 1 of 1) sorted by relevance
655 uint32_t numOfDaysSince1970 = ( year - 1970 ) * 365; in translateYearToUnixSeconds() local660 numOfDaysSince1970 += ( ( year - 1969 ) / 4 ); in translateYearToUnixSeconds()662 return( numOfDaysSince1970 * 24 * 3600 ); in translateYearToUnixSeconds()
Completed in 5 milliseconds