agony

Results 3 comments of agony

What's the current state of this issue? As far as I understood from @djc, the reason for not implementing Default was because `std::time::Duration` didn't implement it in `0.1.x`. As of...

You're right, I mistook `std::time` with the time crate. But if this time I checked right, as of `0.1.3` for `std::time::Duration`, [default is also implemented](https://doc.rust-lang.org/std/time/struct.Duration.html#impl-Default-for-Duration)

> Yes, but the `Duration` we expose in chrono is actually the one from the time crate, so `std::time::Duration` has no bearing on this issue. Oh ok, so I misunderstood...