Major Bug while detecting day in year starting dates
khanfarhan10 opened this issue · 1 comments
khanfarhan10 commented
list(datefinder.find_dates("2020,31,August ", first="day"))
# [datetime.datetime(2020, 8, 17, 0, 0)]
list(datefinder.find_dates("2020,31,August ", first="year"))
# [datetime.datetime(2020, 8, 17, 0, 0)]
khanfarhan10 commented