Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: relvacode/iso8601

Tags

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check for remaining data with Zulu zone (#31)

* Add tests specific to ParseISOZone, UnexpectedCharacterError is now as value for comparison. Check Zulu time does not have remaining data (#30). Fix typo in ErrRemainingData

* Check for zero length zone in ParseISOZone

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add ParseInLocation (#28)

* Add ParseInLocation

* Ensure ParseInLocation overrides input location hint with explicit Zulu time; ParseISOZone supports Zulu (Z) time.

---------

Co-authored-by: Jason Kingsbury <[email protected]>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Better ISO 8601 parsing (#26)

Adds support for YYYY-MM

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Permit only year component in date, resolves #21 (#23)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README to point to v1 releases (#16)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Time Range Validation (#9)

* Validate time according to standard library

* simplify daysIn by using daysInMonth array

* test invalid range on month 13

* add note about leap seconds

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Specifically disallow timezones of "-00", "-00:00" and "-0000", per s…

…ection ISO8601 section 3.4.2. (#8)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ParseString + Go module + Updated Readme (#5)

* updated README, added go module, added ParseString method