Revision fa8c62b...

Go back to digest for 15th June 2014

Bug Fixes in KDE Base

Martin Klapetek committed changes in [plasma-workspace] /:

Fix time showing applets not showing correct time for some timezones

Apparently passing QDateTime::time() to the Qt.formatTime is messing
things up; might also be a Qt bug, on the other hand the docs for QTime
say that "Unlike QDateTime, QTime knows nothing about time zones or
daylight savings time (DST)".

Passing the full QDateTime object makes the applets show correct time in
all timezones.

Hats off to Andreas Eckstein for finding out this

File Changes

Modified 2 files
  •   applets/analog-clock/contents/ui/analogclock.qml
  •   applets/digital-clock/package/contents/ui/DigitalClock.qml
2 files changed in total