SystemTime would be the standard library type semantically appropriate
instead of Duration.
But since the value is coming from Python as a plain integer and used in
dirstate packing code as an integer, let’s make a type that contains a single
integer instead of using one with sub-second precision.