Skip to content

Commit

Permalink
fix readme to reflect truncating fractional seconds
Browse files Browse the repository at this point in the history
Follows #42
  • Loading branch information
samuelcolvin committed Jul 11, 2023
1 parent c01b0d6 commit 81b65d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ are compliant with [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601).
The following formats are supported:
* Date: `YYYY-MM-DD`
* Time: `HH:MM:SS`
* Time: `HH:MM:SS.FFFFFF` 1 to 6 digits are allowed
* Time: `HH:MM:SS.FFFFFF` 1 to 6 digits are reflected in the `time.microsecond`, extra digits are ignored
* Time: `HH:MM`
* Date time: `YYYY-MM-DDTHH:MM:SS` - all the above time formats are allowed for the time part
* Date time: `YYYY-MM-DD HH:MM:SS` - `T`, `t`, ` ` and `_` are allowed as separators
Expand Down

0 comments on commit 81b65d1

Please sign in to comment.