relvacode / iso8601

A fast ISO8601 date parser for Go
MIT License
144 stars 16 forks source link

invalid date format #18

Closed markhorrocks closed 1 year ago

markhorrocks commented 1 year ago

iso8601: Unexpected character ' '. They are actually back ticks but back ticks won't render here.

relvacode commented 1 year ago

The error would imply that you do actually have a bactick in the input. Could you confirm your input string?

relvacode commented 1 year ago

Closing due to inactivity.