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
datefinder.find_dates() uses dateutil.parser.parse(), which returns a base date (by default: the current date), overwritten with parsed information.
Default output will always be data you provided + the current date (unless specified otherwise).
This is undocumented behaviour, the base_date parameter for datefinder.find_dates(), which can be used to overwrite the base_date, however, is.
It may be a good idea to add not only the type of object it returns, but also a few words about its specific contents within the documentation.
When sending " 2015 " it returns December 18th, 2015.
The text was updated successfully, but these errors were encountered: