Skip to content

Backport patches that fix QTimeZone::id() on Android with Qt 5.15.2

QTimeZone::id() in 5.15.2 wrongs returns human readable timezone names instead as IANA timezone identifiers, which causes data loss whenever this is used to de/serialize timezone information.

Merge request reports