Hi,
I'm working with offset-aware datetime objects and wanted to display them in a friendly way to the user.
Howto reproduce
fromdatetimeimportdatetimeimporthuman_readabledate=datetime.fromisoformat("2024-11-02T20:00:00+00:00") # offset-aware datetimehuman_readable.date_time(date)
Hi,
I'm working with offset-aware datetime objects and wanted to display them in a friendly way to the user.
Howto reproduce