Closed sivaramaaa closed 4 years ago
This is because before 1.0.3
version, dateparser
only support time-offset like +0530
+05:30
+05
, it can't parse +5:30
.
I have added the support for +5:30
in new version 1.0.4
, you could try it out.
Hey thanks a lot for fixing it !
TBH your parser is working better than some nlp based parser , so 🤞 going to use this in my production server :)
Thanks~
This is string : "Sat, 29 Feb 2020 01:21:19+5:30"
This is the output by dateparser : Sat, 29 Feb 2020 00:00:19 UTC
Expected output : Fri Feb 28 19:51:19 UTC 2020
The code is used :