timefhuman icon indicating copy to clipboard operation
timefhuman copied to clipboard

6:00 pm - 12:00 am => 2019-9-13 18:00 - 2019-9-13 00:00

Open nsalikov opened this issue 6 years ago • 1 comments

Thank you for useful library. I've found a bug:

timefhuman.timefhuman('6:00 pm - 12:00 am')
(datetime.datetime(2019, 9, 13, 18, 0), datetime.datetime(2019, 9, 13, 0, 0))

I guess, it should be:

(datetime.datetime(2019, 9, 13, 18, 0), datetime.datetime(2019, 9, 14, 0, 0))

nsalikov avatar Sep 12 '19 18:09 nsalikov

I can take this issue up!

sameerchandra avatar Sep 17 '19 14:09 sameerchandra