Searched refs:currentEpochSeconds (Results 1 – 1 of 1) sorted by relevance
94 int64_t currentEpochSeconds = static_cast<int64_t>(mktime(¤tTm)); in calculateStartAndDuration() local95 return std::make_tuple(startTime, currentEpochSeconds - startTime); in calculateStartAndDuration()