chrono
https://github.com/chronotope/chrono
Rust
Date and time library for Rust
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported6 Subscribers
Add a CodeTriage badge to chrono
Help out
- Issues
- Comparing DateTime<Local> with DateTime<Utc> compiles, but should not
- DateTime::format("%Y-%m-%dT%H:%M:%S%.6fZ") does not work correctly for dates before the epoch.
- `NaiveDateDaysIterator` (`NaiveDate::iter_days`) behaves unexpectedly when reversed
- docs: `Sub<DateTime>` impl for `DateTime` should state it cannot overflow or underflow
- Is there a reason that `DateTime::num_days_in_month()` returns a `u8` instead of a `u32`?
- Use a faster epoch algorithm?
- Invalid timestamp is being accepted by method parse_from_rfc3339
- fix(naive_time): enforce exact width when parsing %H%M%S
- Feat: Make `write_rfc3339` public or add `Fixed::RFC3339Secs(SecondsFormat)`
- Why aren't all the Wasm conversion traits implemented for `DateTime<Utc>`?
- Docs
- Rust not yet supported