-
Notifications
You must be signed in to change notification settings - Fork 0
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
Timestamps #7
Comments
Overall, I think we should go with
Both XSD types have differences from RFC 3339 but that can be accounted for within normative language. (example within explanation section of https://validator.w3.org/feed/docs/error/InvalidRFC3339Date.html)
|
I rather prefer the |
See check boxes in comment for next steps |
This issue has been migrated to upstream repo adlnet#269 |
Change Log Item Ids
s19, s20, s22
1.0.3 text -> 9274.1.1 Update
A Timestamp SHOULD* be expressed using the format described in RFC 3339, which is a profile of ISO 8601
->
A Timestamp shall be expressed using the format described in RFC 3339, which is a profile of ISO 8601.
A Timestamp SHOULD* include the time zone.
->
Removed as requirement
The LRS SHOULD* return the Timestamp in UTC timezone.
->
An LRS shall convert Timestamps to UTC rather than rejecting Statements that send Timestamps not in UTC form
Updates to xAPI Profile spec
The text was updated successfully, but these errors were encountered: