Home
last modified time | relevance | path

Searched refs:timeInSeconds (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_m/kal/posix/src/
H A Dtime.c687 time_t timeInSeconds; in mktime() local
705 timeInSeconds = ConvertUtc2Secs(tmptr); in mktime()
710 ConvertSecs2Utc(timeInSeconds, -tempTimezone, tmptr); in mktime()
712 ConvertSecs2Utc(timeInSeconds, -TIMEZONE, tmptr); in mktime()
715 return timeInSeconds; in mktime()

Completed in 2 milliseconds