https://bugs.kde.org/show_bug.cgi?id=371198
--- Comment #5 from Sergey <rion...@gmail.com> --- here is result of int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); qDebug() << QDateTime::currentDateTime(); qDebug() << QDateTime::currentDateTimeUtc(); } ======== QDateTime(2016-10-20 19:24:17.652 +05 Qt::TimeSpec(LocalTime)) QDateTime(2016-10-20 14:24:17.652 UTC Qt::TimeSpec(UTC)) -- You are receiving this mail because: You are watching all bug changes.