We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93059ee commit 40c9637Copy full SHA for 40c9637
README.md
@@ -18,7 +18,7 @@ Not supported (for RFC 9557 compatibility):
18
- Standalone time formats are *not* supported (must be Date or DateTime)
19
- [ISO week date syntax](https://en.wikipedia.org/wiki/ISO_week_date) is *not* supported (e.g. `YYYY-W01-1`)
20
- Day of year syntax is *not* supported (e.g. `YYYY-001`, `YYYY-365`)
21
-- Fractional syntax for hours or minutes (e.g. `T14.6` or `T10:30.6`) is *not* supported. Fractional seconds (e.g. milliseconds) are supported (of course).
+- Fractional hours or minutes (e.g. `T14.6` or `T10:30.6`) are *not* supported. Fractional seconds (e.g. milliseconds) are supported (of course).
22
23
## Usage
24
0 commit comments