Searched refs:gmtime (Results 1 – 12 of 12) sorted by relevance
24 struct tm *tp = gmtime(&time); in test_gmtime()
17 struct tm tm = *gmtime(&tp->ux); in timeutil_check()
51 struct tm *gmtime(const time_t *timep);
22 source/time/gmtime.c
99 struct tm *gmtime(const time_t *timep) in gmtime() function
35 struct tm *gmtime(const time_t *ptime);
75 gmtime
894 zassert_not_null(gmtime(&tests1), "gmtime failed"); in test_time()895 zassert_not_null(gmtime(&tests2), "gmtime failed"); in test_time()
59 converted to ``struct tm`` representing calendar time with `gmtime()60 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime.html>`__.
248 gmtime(),+
208 tm = gmtime(&time); in timestamp_print()
754 …- The pointer returned by the Standard Library functions asctime, ctime, gmtime, localtime, local…