Closed
Description
As per the documentation, ParseString parses an ISO8601 compliant date-time string into a time.Time object
However, if you try to parse an invalid string, e.g. 2020-02-30T10:24:54
, ParseString does not raise any error whereas the date is not valid.
You can test here: https://play.golang.org/p/4fqmGeTsrjF
Metadata
Metadata
Assignees
Labels
No labels