In chrono [(currently, 0.4.35)](https://docs.rs/chrono/0.4.35/chrono/struct.TimeDelta.html) `Duration` is just a type alias for `TimeDelta` (see https://github.com/chronotope/chrono/pull/1137#issuecomment-1627782392) I think it'd be better if I use the actual struct name instead of its alias (also to differentiate it from std's `Duration`)