Searched refs:localtime (Results 1 – 8 of 8) sorted by relevance
16 struct tm *localtime(const time_t *timer) in localtime() function
18 return asctime(localtime(clock)); in ctime()
21 cal = localtime(&unix_time); in get_fattime()
59 struct tm *localtime(const time_t *timer);
114 localtime
41 Simple implementation of localtime() & localtime_r().
1144 zassert_not_null(localtime(&tests1), "localtime failed"); in ZTEST()1145 zassert_not_null(localtime(&tests2), "localtime failed"); in ZTEST()
1034 …- The pointer returned by the Standard Library functions asctime, ctime, gmtime, localtime, local…