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

date formats are not ok (see ISO 8601) #238

Closed
domschmidt opened this issue Oct 28, 2013 · 1 comment · Fixed by #242
Closed

date formats are not ok (see ISO 8601) #238

domschmidt opened this issue Oct 28, 2013 · 1 comment · Fixed by #242

Comments

@domschmidt
Copy link

Hi,

as described at
https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md#417-timestamp
A timestamp MUST be formatted according to ISO 8601.

actual result:
timestamp: "2013-10-28 23:53:38.197000+00:00"
expected result:
timestamp: "2013-10-28T23:53:38.197000+00:00"

@ljwolford ljwolford mentioned this issue Oct 29, 2013
@ljwolford
Copy link
Contributor

Hello,
The ISO 8601 spec does allow there to be no 'T' included in the timestamp as long as both parties agree to it, but since it has been brought up and other LRS vendors are also returning it with the 'T', we have included it. Thanks for the heads up!

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 a pull request may close this issue.

2 participants