| Summary: | Clock applets show wrong and different times | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Roman Akhmadullin <freeman.aka.ahmed> |
| Component: | Digital Clock widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | freeman.aka.ahmed, kde, rion4ik |
| Priority: | NOR | ||
| Version First Reported In: | 5.6.5 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| URL: | https://youtu.be/V5U3yhxQvc4 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Temporary solution: select UTC+05:00 timezone | ||
|
Description
Roman Akhmadullin
2016-10-19 03:31:35 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.
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? I restored bios to defaults and changed time in it. Problem still has not disappeared. 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 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))
See final comment in linked report *** This bug has been marked as a duplicate of bug 370149 *** |