chore(README): update chrono docs version to latest

This commit is contained in:
Erica Marigold 2023-08-23 19:15:21 +05:30 committed by GitHub
parent d84ef5c320
commit 8cf70c3be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)