You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
specify datatype (e.g. XSD dateTime vs dateTimeStamp) used for timestamps. What is the RDF type that is closest to RFC 3339?
update Profile Server section to describe how it will handle timestamps not in the expected form
Overall, I think we should go with dateTimeStamp over dateTime because xAPI doesn't support timestamp without timezone or offset which IMO makes dateTimeStamp more correct than dateTime
Already used within xAPI Profile ontology for Profile Version generatedAt timestamp
RDF built in
dateTimeStamp
The dateTimeStamp datatype is ·derived· from dateTime by giving the value required to its explicitTimezone facet. The result is that all values of dateTimeStamp are required to have explicit time zone offsets and the datatype is totally ordered.
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
References to consider
This issue has been migrated from: FeLungs#7
The text was updated successfully, but these errors were encountered: