D17238: Explicitly create QDateTime with UTC time

2018-11-29 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R241:a9592e0b69c9: Explicitly create QDateTime with UTC time (authored by broulik). REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D17238?vs=46485&id=46489 REVISION DETAIL

D17238: Explicitly create QDateTime with UTC time

2018-11-29 Thread David Faure
dfaure accepted this revision. dfaure added a comment. This revision is now accepted and ready to land. Yep, tzset is really slow. I suppose there are other similar lines of code in KIO that would benefit from the same fix? KFileItem for example? REPOSITORY R241 KIO REVISION DETAIL https

D17238: Explicitly create QDateTime with UTC time

2018-11-29 Thread Kai Uwe Broulik
broulik created this revision. broulik added reviewers: dfaure, davidedmundson. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. broulik requested review of this revision. REVISION SUMMARY Otherwise it spends half of the time doing timezone conversions to loca