relvacode / iso8601

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

Added support for omitted minutes and seconds #2

Closed yazgazan closed 6 years ago

yazgazan commented 6 years ago

ISO 8601 allows reduced-accuracy representations of time by omitting seconds, or minutes and seconds. This PR adds support for such representations.

relvacode commented 6 years ago

Thank you!