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

Fix DateTime parsing with non-Zulu times #5649

Merged
merged 3 commits into from
Jul 26, 2016

Conversation

ahocevar
Copy link
Member

Instead of just fixing our parser, we can now use Date.parse(), which is supported by all our supported browsers.

Fixes #5643.

We even have an incorrect test here. And like in ol.format.XSD, we can use
Date.parse().
@marcjansen
Copy link
Member

This looks good to me. Please merge.

@ahocevar ahocevar merged commit 1df679a into openlayers:master Jul 26, 2016
@ahocevar ahocevar deleted the datetime-fix branch July 26, 2016 22:02
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 this pull request may close these issues.

bug in ol.format.XSD.readDateTime
2 participants