Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RFC 3339 time-secfrac to the date-time regex #74

Merged
merged 1 commit into from
Mar 21, 2019

Conversation

bkrebsbach
Copy link
Contributor

Per the RFC 3339 spec, a date-time may contain an optional time-secfrac for fractional seconds: https://tools.ietf.org/html/rfc3339#section-5.6.

Add support for that case and update the tests.

Per the RFC 3339 spec, a date-time may contain an optional time-secfrac
for fractional seconds: https://tools.ietf.org/html/rfc3339#section-5.6.
Add support for that case and update the tests.
@fenollp
Copy link
Collaborator

fenollp commented Mar 21, 2019

Indeed! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants