relvacode / iso8601

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

Specifically disallow timezones of "-00", "-00:00" and "-0000", per section ISO8601 section 3.4.2. #8

Closed gavbaa closed 4 years ago

gavbaa commented 4 years ago

Addresses #7 . Includes tests for both + and - 0 timezones.

relvacode commented 4 years ago

Thank you for the PR, lgtm