Open mushtaqak opened 3 months ago
With dateparser v 1.2.0 there is an issue with parsing shortened string. Please see example below (screenshot attached):
1.2.0
$ dateparser.parse('Tue').strftime("%A") $ Friday
Expectation: Tuesday
However, with 1.1.8, this issue is not happening, kindly fix the latest version. Thanks
Tip: May be today is Friday, so it is picking Friday? (not sure just wanted to share here, just in case)
With dateparser v
1.2.0
there is an issue with parsing shortened string. Please see example below (screenshot attached):Expectation: Tuesday
However, with 1.1.8, this issue is not happening, kindly fix the latest version. Thanks
Tip: May be today is Friday, so it is picking Friday? (not sure just wanted to share here, just in case)