Bug 371198 - Clock applets show wrong and different times
Summary: Clock applets show wrong and different times
Status: RESOLVED DUPLICATE of bug 370149
Alias: None
Product: plasmashell
Classification: Plasma
Component: Digital Clock (show other bugs)
Version: 5.6.5
Platform: Ubuntu Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL: https://youtu.be/V5U3yhxQvc4
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-19 03:31 UTC by Roman Akhmadullin
Modified: 2016-10-20 22:39 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Temporary solution: select UTC+05:00 timezone (182.16 KB, image/png)
2016-10-19 04:00 UTC, Roman Akhmadullin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Akhmadullin 2016-10-19 03:31:35 UTC
After the last system update I had a very strange problem. Now, a digital clock show me one time, and analog show a different time. And at the same time, they both clocks show incorrect time!

Please check video on youtube what i attached!

Reproducible: Always

Steps to Reproduce:
Unfortunately, I do not know how to reproduce this problem. It came just after updating my Ubuntu 16.04

Actual Results:  
Clock show wrong time

Expected Results:  
Clock show correct and one time in all places
Comment 1 Roman Akhmadullin 2016-10-19 04:00:27 UTC
Created attachment 101638 [details]
Temporary solution: select UTC+05:00 timezone

Now.. I solved it for myself. Just selected timezone in Digital Clock to UTC+05:00 instead Asia/Yekaterinburg. And now i have correct time.
Comment 2 Roman Akhmadullin 2016-10-19 19:46:11 UTC
Today i installed latest KDE Neon build with Plasma 5.8.2.

But i still have this problem! I think what root of problem in my bios time settings... But where?
Comment 3 Roman Akhmadullin 2016-10-19 19:52:24 UTC
I restored bios to defaults and changed time in it. Problem still has not disappeared.
Comment 4 Sergey 2016-10-20 14:22:42 UTC
The same for me with Asia/Yekaterinburg.
I tried small Qt5 application
qDebug() << QDateTime::currentDateTime();
and it showed correct time. So I believe the problem is in some kde/plasma subsystem.

Ubuntu 16.04 + kubuntu-ppa
Comment 5 Sergey 2016-10-20 14:25:07 UTC
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))
Comment 6 David Edmundson 2016-10-20 22:39:11 UTC
See final comment in linked report

*** This bug has been marked as a duplicate of bug 370149 ***