Searched refs:time_within_day_ms (Results 1 – 1 of 1) sorted by relevance
166 int time_within_day_ms = static_cast<int>(time_ms - days * kMsPerDay); in EquivalentTime() local170 return static_cast<int64_t>(new_days) * kMsPerDay + time_within_day_ms; in EquivalentTime()