From 8cf70c3be2bf046ab00f02f71e05bf4c4c9f6b29 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 23 Aug 2023 19:15:21 +0530 Subject: [PATCH] chore(README): update chrono docs version to latest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3340a82..751d0c0 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,5 @@ let dt = FixedOffset::east_opt(34200) println!("{}", dt.formatl("%c", "fr")); ``` -All of [chrono's formatting placeholders](https://docs.rs/chrono/0.4.56/chrono/format/strftime/index.html) +All of [chrono's formatting placeholders](https://docs.rs/chrono/latest/chrono/format/strftime/index.html) work except for `%3f`, `%6f` and `%9f` (but `%.3f`, `%.6f` and `%.9f` work normally)