Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/posix/src/
H A Dtime.c581 const UINT16 *daysInMonth = g_daysInMonth[IS_LEAP_YEAR(year)]; in ConvertSecs2Utc() local
583 for (month = 11; days < (long int) daysInMonth[month]; --month) { in ConvertSecs2Utc()
586 days -= daysInMonth[month]; in ConvertSecs2Utc()

Completed in 2 milliseconds