D14627: KCookieJar: fix wrong timezone conversion.

2018-08-06 Thread David Faure
dfaure closed this revision.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D14627

To: dfaure, stefanocrocco
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


D14627: KCookieJar: fix wrong timezone conversion.

2018-08-06 Thread Stefano Crocco
stefanocrocco accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R241 KIO

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D14627

To: dfaure, stefanocrocco
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


D14627: KCookieJar: fix wrong timezone conversion.

2018-08-05 Thread David Faure
dfaure created this revision.
dfaure added a reviewer: stefanocrocco.
Restricted Application added a project: Frameworks.
Restricted Application edited subscribers, added: kde-frameworks-devel; 
removed: Frameworks.
dfaure requested review of this revision.

REVISION 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

REPOSITORY
  R241 KIO

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D14627

AFFECTED FILES
  src/ioslaves/http/kcookiejar/kcookiejar.cpp

To: dfaure, stefanocrocco
Cc: kde-frameworks-devel, michaelh, ngraham, bruns