Searched refs:tm_timestamp (Results 1 – 1 of 1) sorted by relevance
262 struct tm tm_timestamp; in GetTimestamp() local268 strptime(Value(string("timestamp")).c_str(), "%s", &tm_timestamp); in GetTimestamp()269 tv_timestamp.tv_sec = mktime(&tm_timestamp); in GetTimestamp()