python-babel / flask-babel

i18n and l10n support for Flask based on Babel and pytz
https://python-babel.github.io/flask-babel/
Other
432 stars 159 forks source link

Add support for timezone-aware datetimes to format_timedelta #233

Open calpaterson opened 10 months ago

calpaterson commented 10 months ago

Currently this results in TypeError: can't subtract offset-naive and offset-aware datetimes.

I have added unit tests to cover the new code.