-
Notifications
You must be signed in to change notification settings - Fork 856
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
Make seconds optional in Date-Time and Time #894
Conversation
Can someone tell me what the check is failing on? I have no idea what's going on there. |
@eksortso looks like some sort of CI has been hooked up to the repo but the configuration file it needs is missing. I guess it's a WIP endeavour. Doesn't appear to have anything to do with your commit. |
Hmm... I thought I'd pushed the pre-commit configuration and reformatting stuff. Lemme check what's up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@pradyunsg Looks like we're good to go here. Any word on the pre-commit configuration? |
@pradyunsg It's been awhile. Anything else need done on this? |
@eksortso Looks like you're gonna have to resolve merge conflicts on this one. :) |
@pradyunsg Just needed to resolve the changelog. Good to go now. Thanks! |
Thanks @eksortso! ^>^ |
Allows the seconds portion of values with Offset Date-Time, Local Date-Time, and Local Time type to be omitted. Closes #671.
This PR replaces the older PR #696, which was written pre-v1.0.0. The exact same changes to the text in the specification and the ABNF appear in both PR's.