time-rs / time

The most used Rust library for date and time handling.
https://time-rs.github.io
Apache License 2.0
1.06k stars 261 forks source link

`Duration`: tighten documented ranges of sub-second values #670

Closed samcowger closed 4 months ago

samcowger commented 4 months ago

Fixes #669.

jhpratt commented 4 months ago

Thanks!