Searched refs:nowZero (Results 1 – 2 of 2) sorted by relevance
217 std::time_t nowZero = std::mktime(nowTime); variable218 uint64_t zeroTimestamp = static_cast<uint64_t>(nowZero * SECOND_TO_MILLI);
94 std::time_t nowZero = std::mktime(nowTime); in SetTimerTriggerTime() local96 uint64_t zeroTimestamp = static_cast<uint64_t>(nowZero * SECOND_TO_MILLI); in SetTimerTriggerTime()