Revision 61eb92a...
Go back to digest for 28th October 2012Bug Fixes in KDE Base
Jon Severinsson committed changes in [kdelibs/frameworks] /:
Fix KSystemTimeZonesPrivate::setLocalZone()
If the time zone file for the kconfig configured local time zone does not
exist in the kconfig configured zoneinfo directory, setLocalZone() would
set a time zone where isValid() returns true, but all time zone information
is garbage. This commit changes setLocalZone() to instead set the utc fallback
time zone as the local time zone.
REVIEW: 107038
File Changes
Modified 3 files
- kdecore/date/ksystemtimezone.cpp
- kdecore/tests/ktimezonestest.cpp
- kdecore/tests/ktimezonestest.h
3 files changed in total