Searched refs:kNtpJan1970 (Results 1 – 3 of 3) sorted by relevance
73 *adjusted_s = tv.tv_sec + kNtpJan1970; in Adjust()256 uint32_t seconds = (now_ms / 1000) + kNtpJan1970; in CurrentNtpTime()263 return TimeInMilliseconds() + 1000 * static_cast<int64_t>(kNtpJan1970); in CurrentNtpInMilliseconds()
29 EXPECT_GT(milliseconds_lower_bound / 1000, kNtpJan1970); in TEST()
26 const uint32_t kNtpJan1970 = 2208988800UL; variable