Searched refs:ConvertSecs2Utc (Results 1 - 1 of 1) sorted by relevance
/kernel/liteos_m/kal/posix/src/ |
H A D | time.c | 535 static INT32 ConvertSecs2Utc(time_t t, INT32 offset, struct tm *tp) in ConvertSecs2Utc() function 601 if (!ConvertSecs2Utc(*timep, 0, result)) { in gmtime_r() 626 ret = ConvertSecs2Utc(*timep, -tempTimezone, result); in localtime_r() 628 ret = ConvertSecs2Utc(*timep, -TIMEZONE, result); in localtime_r() 710 ConvertSecs2Utc(timeInSeconds, -tempTimezone, tmptr); in mktime() 712 ConvertSecs2Utc(timeInSeconds, -TIMEZONE, tmptr); in mktime()
|
Completed in 2 milliseconds