https://bugs.kde.org/show_bug.cgi?id=336738
--- Comment #20 from David Jarvie <djar...@kde.org> --- Git commit af320ed5599cb0737c0601e26126c39e64780de0 by David Jarvie. Committed on 05/05/2016 at 22:08. Pushed by djarvie into branch 'master'. Fix KDateTime::isValid() for ClockTime values Fix KDateTime::isValid() wrongly returning invalid for an instance which is specified in ClockTime, if the date/time is invalid in the local time zone. Bug was due to QDateTime::isValid() working differently in Qt4 and Qt5. REVIEW: 127629 M +16 -0 autotests/kdatetimetest.cpp M +11 -1 src/kdecore/kdatetime.cpp http://commits.kde.org/kdelibs4support/af320ed5599cb0737c0601e26126c39e64780de0 -- You are receiving this mail because: You are watching all bug changes.