We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9cdc9 commit 9f74affCopy full SHA for 9f74aff
1 file changed
README.md
@@ -48,12 +48,10 @@ int main() {
48
| `%S` | parses **second** as a decimal number, e.g. 59 |
49
| `%F` | parses **year-month-day** as an iso8601 date, e.g. 2023-05-04 |
50
| `%T` | parses **hour:minute:second** as an iso8601 time, e.g. 16:31:59 |
51
-| `%f` | parses **milliseconds** as a decimal number, e.g. 869 |
+| `%f` | parses **(milli|micro|nano)seconds** as a decimal number, e.g. 869 |
52
| `%z` | parses **timezone** as a decimal number, e.g. +0100 or -01:00 or Z |
53
+| `%p` | parses **AM/PM** e.g. AM or PM |
54
-## Notes
55
-
56
-- Currently not supported all format specifiers (at least ISO-8601 capable now)
57
58
## [Performance](https://quick-bench.com/q/6O2Ctb9wRnkvx_kHeq40xbYJu6A)
59
0 commit comments