akoumjian / datefinder

Find dates inside text using Python and get back datetime objects
http://datefinder.readthedocs.org/en/latest/
MIT License
634 stars 166 forks source link

Fails to detect correct day if text is '9.6 20:30'. #194

Open IpsaRastogi opened 1 year ago

IpsaRastogi commented 1 year ago

Fails to detect correct day if text is '9.6 20:30'. It detects date as datetime.datetime(2023, 9, 9, 20, 30)