
WebRTC code has two ways of querying for the NTP time: - rtc::TimeMillis() + NtpOffsetMs() - Clock::CurrentNtpTime `Clock::CurrentNtpTime` is not monotonic and is platform dependent. This CL changes its implementation return `rtc::TimeMillis() + NtpOffsetMs()` More info is available in the attached bug. Bug: webrtc:11327 Change-Id: I34fe4cc2d321c2b63275c93be21122c9de1ab403 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/213425 Commit-Queue: Paul Hallak <phallak@google.com> Reviewed-by: Minyue Li <minyue@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33655}