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

Interop problems with dates #3

Open
scripting opened this Issue Jun 9, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@scripting
Copy link
Owner

scripting commented Jun 9, 2018

One of the things I'm learning is that there is are problems with date-time values.

The question is whether or not the date part of the date-time should have hyphens. The Frontier implementation does not. The example in the XML-RPC spec does not have hyphens.

But ISO 8601 seems to say they must be present.

The built-in JavaScript function includes the hyphens.

I don't have any other implementations that I can easily check against, so I don't know what offers the most interop with other XML-RPCs. For now I'm documenting the issue, and leaving the JavaScript implementation as it is, for now. This means in this area it does not interop with Frontier, in that Frontier will not understand the JS date-time values. Going in the other direction there is no problem, because I've included a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.
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.