Skip to content

Fix UTC offset timezone loading with latest Qt 5.15.x

QTimeZone::isTimeZoneIdAvailable returns false for UTC offset "timezones" now, while QTimeZone can nevertheless handle them correctly.

This fixes the testdateserialization unit test with latest Qt 5.15.

cc @winterz

Merge request reports