You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this crate has a Interval::from_duration method accepting a chrono Duration, but I often prefer the standard library Duration because it has significantly better performance when adding durations to timestamps.
The text was updated successfully, but these errors were encountered:
Currently this crate has a
Interval::from_duration
method accepting a chrono Duration, but I often prefer the standard library Duration because it has significantly better performance when adding durations to timestamps.The text was updated successfully, but these errors were encountered: