session expiration datetime is UTC timezone-aware

This commit is contained in:
Kevin Kirsche 2022-06-17 10:38:17 -04:00 committed by David Lord
parent cec5f74110
commit ed42e92928
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 7 additions and 3 deletions

View file

@ -36,6 +36,8 @@ Unreleased
- It is no longer required to decorate custom CLI commands on
``app.cli`` or ``blueprint.cli`` with ``@with_appcontext``, an app
context will already be active at that point. :issue:`2410`
- ``SessionInterface.get_expiration_time`` uses a timezone-aware
value. :pr:`4645`
Version 2.1.3