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

arrow.get("invalid date") does not raise an error #267

Closed
Marco-Sulla opened this issue Sep 21, 2015 · 2 comments
Closed

arrow.get("invalid date") does not raise an error #267

Marco-Sulla opened this issue Sep 21, 2015 · 2 comments

Comments

@Marco-Sulla
Copy link

import arrow
arrow.get("2015-06-31")
<Arrow [2015-06-01T00:00:00+00:00]>

It should raise an error.

@balihoo-gens
Copy link

what is the deal with this?

>>> arrow.get("3015-13-78")
<Arrow [3015-01-01T00:00:00+00:00]>

@andrewelkins
Copy link
Contributor

Will be handled by #91

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

3 participants