Everything works great except that datefinder intentionally skips future dates in my string. I think this is probably a feature to ignore invalid dates, but could you please give the option to allow datefinder to return future dates?
for example, when i pass """timestamp">timestamp 24-Aug-2021 12:00 tools/ 07-Jan-2005 12:40 """ into datefinder. it only returns [datetime.datetime(2005, 1, 7, 12, 40)]
Everything works great except that datefinder intentionally skips future dates in my string. I think this is probably a feature to ignore invalid dates, but could you please give the option to allow datefinder to return future dates?
for example, when i pass """timestamp">timestamp 24-Aug-2021 12:00
tools/ 07-Jan-2005 12:40 """ into datefinder. it only returns [datetime.datetime(2005, 1, 7, 12, 40)]