KCookieJar: fix wrong timezone conversion.
ClosedPublic

Authored by dfaure on Aug 5 2018, 3:47 PM.

Details

Summary

Those format strings include the word "GMT" but QDateTime was ignoring
that and setting the timezone to localtime. Set it to UTC so that no
conversion happens in the toUtc() call below.

See debugging details in https://phabricator.kde.org/D14379

Diff Detail

Repository
R241 KIO
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 1538
Build 1556: arc lint + arc unit
dfaure created this revision.Aug 5 2018, 3:47 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptAug 5 2018, 3:47 PM
Restricted Application edited subscribers, added: kde-frameworks-devel; removed: Frameworks. · View Herald Transcript
dfaure requested review of this revision.Aug 5 2018, 3:47 PM
stefanocrocco accepted this revision.Aug 6 2018, 6:54 AM
This revision is now accepted and ready to land.Aug 6 2018, 6:54 AM
dfaure closed this revision.Aug 6 2018, 7:14 AM