Searched refs:myTm (Results 1 – 2 of 2) sorted by relevance
55 tm myTm{}; in updateDateStr() local57 gmtime_r(&lastTimeT, &myTm); in updateDateStr()61 "%a, %d %b %Y %H:%M:%S GMT", &myTm); in updateDateStr()
226 tm myTm{}; in processLogTraceCallback() local227 gmtime_r(&t, &myTm); in processLogTraceCallback()228 strftime(timeBuf, 80, "%Y-%m-%d %H:%M:%S", &myTm); in processLogTraceCallback()