Searched refs:expiryPoint (Results 1 – 1 of 1) sorted by relevance
311 auto expiryPoint = std::chrono::system_clock::from_time_t(expiryTime); in ValidateDate() local313 if (nowPoint > expiryPoint) { in ValidateDate()