Skip to content

Prepare the identical check for the effects of QDateTime API deprecation

Volker Krause requested to merge work/vkrause/fix-qdatetime-identical-test into master

QDateTime deprecated the ctors taking a time spec and instead uses primarily QTimeZone now. Ensure porting to that doesn't break how we check for identical time specs/time zones.

Merge request reports