arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.64k stars 667 forks source link

Error match in arrow.get #1113

Open swxs opened 2 years ago

swxs commented 2 years ago

Issue Description

System Info

image the return of arrow.get("2020/6/17\xa0\xa000:00:00") is not as expected

krisfremen commented 2 years ago

hey @swxs,

0.14.2 is a very old version! Try out the latest version.

1.2.2 currently outputs:

>>> arrow.get("2020/6/17\xa0\xa000:00:00")
<Arrow [2020-06-17T00:00:00+00:00]>
swxs commented 2 years ago

hey @swxs,

0.14.2 is a very old version! Try out the latest version.

1.2.2 currently outputs:

>>> arrow.get("2020/6/17\xa0\xa000:00:00")
<Arrow [2020-06-17T00:00:00+00:00]>

I'm sorry, actually I try to upgrade to 1.2.2 and forget to reload the package

but in 1.2.2 it has another image