Searched refs:time_convert (Results 1 – 1 of 1) sorted by relevance
275 time_convert(double when, struct tm * (*function)(const time_t *)) in time_convert() function322 return time_convert(when, gmtime); in time_gmtime()338 return time_convert(when, localtime); in time_localtime()