SVN commit 488550 by staikos: this was clearly wrong M +1 -1 dateparser.cpp --- trunk/extragear/graphics/kst/kst/dateparser.cpp #488549:488550 @@ -118,7 +118,7 @@ edt.setTime(t); break; } - return edt.addSecs(-2 * offset); + return edt.addSecs(-offset); } }