`self.duration_since(SystemTime::now())`, <https://github.com/sebcrozet/instant/blob/master/src/wasm.rs#L202>, should be `Self::now().duration_since(*self)`, like `Instant`.