pub fn millis_to_next_minute() -> Option<u32>Expand description
Milliseconds until the next minute boundary, or None when the
time is unknown.
What a display arms its redraw timer on. Computed in UTC, which costs nothing in correctness: every real time-zone offset is a whole number of minutes, so the local minute always turns over with the UTC one — including in the half- and quarter-hour zones.