Searched refs:lTime (Results 1 – 1 of 1) sorted by relevance
187 auto lTime = localtime_r(&lTp, &buf); in toString() local189 ret << std::put_time(lTime, "%Y-%m-%d %H:%M:%S.") << std::setfill('0') << std::setw(3) in toString()