Closed caspermeijn closed 2 months ago
Make normalize easier to use, by introducing Duration::normalized and Timestamp::normalized. They do the same as there normalize equivalents, but return a copy for ease of use.
normalize
Duration::normalized
Timestamp::normalized
Make
normalize
easier to use, by introducingDuration::normalized
andTimestamp::normalized
. They do the same as therenormalize
equivalents, but return a copy for ease of use.