0

I'm looking for a python or django library to give me humanized timedates to read like "tomorrow evening at 8pm" or "tonight at 8pm" or "next Monday at 8pm".

I've seen django.contrib.humanize and arrow but neither give that level of humanization. Does such a library exist? (Obviously not rocket science to write it myself, but I figure I'm not the first person to want such a thing...)

Dan K
  • 95
  • 5
  • I found this python library [dateparser](https://dateparser.readthedocs.io/) and there is also this related question on SO https://stackoverflow.com/questions/410221/natural-relative-days-in-python – Dugnom Apr 25 '22 at 05:42
  • 1
    @Dugnom: dateparser seems to do the reverse: changing from text to variables. – Dan K Apr 25 '22 at 22:51

0 Answers0