Fixed #32992 -- Restored offset extraction for fixed offset timezones.

Regression in 10d1261984.
This commit is contained in:
Carlton Gibson 2021-08-24 11:21:32 +02:00 committed by Mariusz Felisiak
parent d89f976bdd
commit cbba49971b
3 changed files with 32 additions and 3 deletions

View file

@ -9,4 +9,5 @@ Django 3.2.7 fixes several bugs in 3.2.6.
Bugfixes
========
* ...
* Fixed a regression in Django 3.2 that caused the incorrect offset extraction
from fixed offset timezones (:ticket:`32992`).