Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/posix/src/
H A Dtime.c60 STATIC const UINT8 g_montbl[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; variable
664 seconds += (g_montbl[month] + 1) * SECS_PER_DAY; in ConvertUtc2Secs()
666 seconds += g_montbl[month] * SECS_PER_DAY; in ConvertUtc2Secs()

Completed in 2 milliseconds