danielrichman / strict-rfc3339

Strict, simple, lightweight RFC3339 functions
GNU General Public License v3.0
31 stars 13 forks source link

Fix optional colon. #6

Closed mkraemer67 closed 6 years ago

mkraemer67 commented 6 years ago

According to ISO 8601 the colon in the time offset is optional.

mkraemer67 commented 6 years ago

@danielrichman Would be great if you could merge this PR as this is currently a problem in our automatic HTTP request validation system.

mkraemer67 commented 6 years ago

Sorry, I think I got confused between ISO 8601 and RFC 3339. The code here is correct.