mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2025-01-06 10:59:11 +00:00
chore(README): use note block
This commit is contained in:
parent
8ed5bf6d48
commit
6ba5e1d345
1 changed files with 2 additions and 2 deletions
|
@ -35,5 +35,5 @@ let dt = FixedOffset::east_opt(34200)
|
||||||
println!("{}", dt.formatl("%c", "fr"));
|
println!("{}", dt.formatl("%c", "fr"));
|
||||||
```
|
```
|
||||||
|
|
||||||
All of [chrono's formatting placeholders](https://docs.rs/chrono/latest/chrono/format/strftime/index.html)
|
> **Warning**
|
||||||
work except for `%3f`, `%6f` and `%9f` (but `%.3f`, `%.6f` and `%.9f` work normally).
|
> 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