mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-12 12:50:36 +00:00
chore(README): update chrono docs version to latest
This commit is contained in:
parent
d84ef5c320
commit
8cf70c3be2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue