dateutil.parser.parse unexpected and wrong parse
Bug #954491 reported by
Brian Larsen
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dateutil |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
We just had an application where dates were specified as DOY (%j in strptime), dateutil.
Here is an example
In [5]: dateutil.
Out[5]: datetime.
Instead of failing or doing anything I can figure from the above it gave todays datetime.
It should instead give an error or
datetime.
Changed in dateutil: | |
status: | New → Confirmed |
To post a comment you must log in.