Normalizes the time.
impl Time { fn normalize(self) -> Time }
That is, transforms self into an equivalent representation where nanoseconds is in [0, 1_000_000_000).
self
nanoseconds