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

RFC 3339 allows -00 and -00:00 offset #74

Open
thomasturrell opened this issue Jun 3, 2020 · 0 comments
Open

RFC 3339 allows -00 and -00:00 offset #74

thomasturrell opened this issue Jun 3, 2020 · 0 comments

Comments

@thomasturrell
Copy link

The xAPI specification states:

A Timestamp MUST be formatted according to ISO 8601.
A Timestamp SHOULD* be expressed using the format described in RFC 3339, which is a profile of ISO 8601.

However the xAPI test suite reports the following errors if the timestamp is expressed using the format described in RFC 3339.

invalid date in timestamp: did not reject statement timestmap with -00 offset
invalid date in timestamp: did not reject statement timestmap with -00:00 offset
invalid date in timestamp: did not reject substatement timestamp with -00 offset
invalid date in timestamp: did not reject substatement timestamp with -00:00 offset

Section 4.3. 'Unknown Local Offset Convention' of RFC 3339 allows for negative zero offsets.

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

No branches or pull requests

1 participant