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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On May 2, 2017 12:01:33 AM EDT, "Radim Řehůřek" ***@***.***> wrote:
Weird bugs were tracked to Arrow parsing dates incorrectly (and
silently):
```python
>>> import arrow
>>> arrow.get('2016')
<Arrow [1970-01-01T00:33:36+00:00]>
```
Is that expected/intended? What is Arrow interpreting the string `2016`
as?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#434
Weird bugs were tracked to Arrow parsing dates incorrectly (and silently):
Is that expected/intended? What is Arrow interpreting the string
2016
as?Also, this was not what I expected:
Format order matters, and if order wrong, produce silent errors?
The text was updated successfully, but these errors were encountered: