2bba68e059
The date we receive from the server is an ISO8601 datetime that includes the offset from UTC. Qt does correctly parse this information and creates the appropriate QDateTime object. Calling setTimeSpec(UTC) will force the timezone offset to 0 and thereby change the referenced point in time to an incorrect one.