We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please Indicate One:
Please Describe the Issue:
for ABNF in Date and Time :
as2-partial-time = time-hour ":" time-minute [":" time-second] [time-secfrac]
shouldn't it be
as2-partial-time = time-hour ":" time-minute [":" time-second [time-secfrac] ]
since time-secfrac has few interest if time-second is not provided.
The text was updated successfully, but these errors were encountered:
Good eye. Though conceptually you can add a fraction of a second to a minute without first needing to add a second.
I don't think there are any inconsistencies with the way it is that would warrant a backward-incompatible change or adding to errata.
Again, though, good eye.
Sorry, something went wrong.
This seems like an error to me. I added an erratum here:
#550
evanp
No branches or pull requests
Please Indicate One:
Please Describe the Issue:
for ABNF in Date and Time :
as2-partial-time = time-hour ":" time-minute [":" time-second] [time-secfrac]
shouldn't it be
as2-partial-time = time-hour ":" time-minute [":" time-second [time-secfrac] ]
since time-secfrac has few interest if time-second is not provided.
The text was updated successfully, but these errors were encountered: