Currently dateparser able to parse "5 hours ago", but unable to parse its opposite: "5 hours later". So, I created this PR to add support for "\d {unit}s later" in English language, where unit is all supported units by dateparser, i.e. year, decade, month, week, day, hour, minute and second.
Currently dateparser able to parse "5 hours ago", but unable to parse its opposite: "5 hours later". So, I created this PR to add support for
"\d {unit}s later"
in English language, where unit is all supported units by dateparser, i.e. year, decade, month, week, day, hour, minute and second.