Searched refs:ptm (Results 1 – 1 of 1) sorted by relevance
43 struct tm* ptm = localtime(&secs); in format_ts() local46 strftime(tempbuff, sizeof(tempbuff), "%m-%d %H:%M:%S", ptm); in format_ts()