Searched refs:timestampFormat (Results 1 – 1 of 1) sorted by relevance
229 std::string timestampFormat = "%Y-%m-%d %H:%M:%S"; in parseTimestamp() local230 if (strptime(timestamp.substr(0, 19).c_str(), timestampFormat.c_str(), &triggeredTimestamp)) { in parseTimestamp()