Add a link to chrono_ext crate (and sources), for non ISO weeks handling (cf. issues #139 and #405). (#406)

This commit is contained in:
Benoît Courtine 2020-04-10 21:27:38 +02:00 committed by GitHub
parent 2b76243d36
commit 04a58593b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -391,3 +391,5 @@ and consequently `Utc.ymd(2014, 1, 30).with_month(2)` returns `None`.
Advanced time zone handling is not yet supported.
For now you can try the [Chrono-tz](https://github.com/chronotope/chrono-tz/) crate instead.
Non ISO week handling is not yet supported.
For now you can use the [chrono_ext](https://crates.io/crates/chrono_ext) crate ([sources](https://github.com/bcourtine/chrono-ext/)).