Version: (using Devel) Installed from: Compiled sources Chinese environment, "Indian / Christmas" and "Pacific / Kiritimati" have the same city name. so time zone list error. Time zone list of the index should be "city + Time zone".
Created attachment 28507 [details] fixed bug 174918
I hava fixed this bug, please see attachments " fixed bug 174918".
SVN commit 1109272 by dfaure: Fix confusion during map lookup when two timezones are translated with the same "city" name. Tested with this hack in displayName(): if (zone.name() == "Indian/Christmas") return "Indian/XMAS"; if(zone.name() == "Pacific/Kiritimati") return "Pacific/XMAS"; Fixed for: 4.5 BUG: 174918 M +13 -11 ktimezonewidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1109272