You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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