Skip to content

Deal with Qt6's stricter RFC 2822 date parsing

Volker Krause requested to merge work/qt6-fix-date-time-parsing into master

Textual timezone offsets are no longer silently dropped but rejected, so handle that explicitly.

Fixes the unit tests with Qt6.

Merge request reports