adlnet / xAPI-Spec

The xAPI Specification describes communication about learner activity and experiences between technologies.
https://adlnet.gov/projects/xapi/
899 stars 405 forks source link

Fix invalid ISO 8601 example #1099

Closed thomasturrell closed 2 years ago

thomasturrell commented 3 years ago

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

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

thomasturrell commented 3 years ago

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 commented 2 years ago

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