chronotope / chrono

Date and time library for Rust
Other
3.3k stars 523 forks source link

Convert `with_ordinal` to return `Result` #1531

Closed pitdicker closed 6 months ago

pitdicker commented 6 months ago

Only checked_add_months and checked_sub_months left and we are ready with the methods on NaiveDate and NaiveDateTime (besides parsing).

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.97%. Comparing base (2618339) to head (1c588b9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 0.5.x #1531 +/- ## ========================================== - Coverage 93.97% 93.97% -0.01% ========================================== Files 37 37 Lines 16723 16710 -13 ========================================== - Hits 15716 15703 -13 Misses 1007 1007 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.