From 04a58593b3a2f1baefb25b02589d5701f4e2f070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Courtine?= Date: Fri, 10 Apr 2020 21:27:38 +0200 Subject: [PATCH] Add a link to chrono_ext crate (and sources), for non ISO weeks handling (cf. issues #139 and #405). (#406) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a2bf37a..628813a4 100644 --- a/README.md +++ b/README.md @@ -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/)).