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

Fix invalid ISO 8601 example #1099

Merged
merged 1 commit into from
Jul 20, 2021
Merged

Conversation

thomasturrell
Copy link
Contributor

According to ISO 8601 the time designator (T) precedes the time components.

Therefore P16559.14S is invalid and it should be PT16559.14S.

According to ISO 8601 the time designator (T) precedes the time components.

Therefore P16559.14S is invalid and it should be PT16559.14S.
@thomasturrell
Copy link
Contributor Author

Please verify my assertion. I'm not that familiar with ISO 8601.

I notice that some vendor implementations reject values with time components if they do not have the time designator.

Clarification would be helpful to me at this time.

@garemoko
Copy link
Contributor

I'm not sure this is the right branch to PR into but this looks good to me.

@andyjohnson andyjohnson merged commit 11196cf into adlnet:master Jul 20, 2021
@thomasturrell thomasturrell deleted the patch-1 branch July 20, 2021 22:12
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.

3 participants