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

Stricter ISO Date Parser Causes valid dates not to be parsed #1357

Closed
jeverden opened this issue Dec 13, 2013 · 0 comments
Closed

Stricter ISO Date Parser Causes valid dates not to be parsed #1357

jeverden opened this issue Dec 13, 2013 · 0 comments

Comments

@jeverden
Copy link

I believe this is a result of #1092. Moment no longer parses valid ISO Dates according to ISO 8601. Offset is suppose to be allowed in hh::mm or hh. If the minutes are not present moment identities it as a incorrect date.

2013-10-17 14:55:23-04

This causes postgres timestamp with time zone to no longer be parser by moment.

icambron added a commit that referenced this issue Dec 17, 2013
Support 2-digit HH timezones as valid ISO 8601 (fixes #1357)
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