arrow
arrow copied to clipboard
Error match in arrow.get
Issue Description
System Info
- 🖥 OS name and version: Windows 11
- 🐍 Python version: 3.8.6
- 🏹 Arrow version: 0.14.2
the return of arrow.get("2020/6/17\xa0\xa000:00:00") is not as expected
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]>
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
