Searched refs:posix_days (Results 1 – 1 of 1) sorted by relevance
104 int64_t posix_days = era * 146097 + day_of_era - 719468; in posix_time_from_utc() local105 *out_time = posix_days * SECS_PER_DAY + hours * SECS_PER_HOUR + minutes * 60 + in posix_time_from_utc()
Completed in 3 milliseconds