Searched refs:tm (Results 1 – 1 of 1) sorted by relevance
96 struct tm tm; in print_timestamp() local99 if (gmtime_r (&tv.tv_sec, &tm) == NULL) in print_timestamp()104 what, 1900 + tm.tm_year, tm.tm_mon + 1, tm.tm_mday, in print_timestamp()105 tm.tm_hour, tm.tm_min, tm.tm_sec, (long int) tv.tv_nsec); in print_timestamp()
Completed in 4 milliseconds