From f27e8c6cc8abbd27f10167334d608c7e0af7f711 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 26 Jun 2005 08:17:08 +0000 Subject: rec fix --- (limited to 'libkcal/sharpformat.cpp') diff --git a/libkcal/sharpformat.cpp b/libkcal/sharpformat.cpp index c2ee2c9..9b757f7 100644 --- a/libkcal/sharpformat.cpp +++ b/libkcal/sharpformat.cpp @@ -823,7 +823,7 @@ QString SharpFormat::getEventString( Event* event ) if ( rec->endDate().isValid() ) { // 15 + 16 list.append( "1" ); - list.append( dtToString( rec->endDate()) ); + list.append( dtToString( rec->endDate(), false ) ); } else { list.append( "0" ); list.append( "20991231T000000" ); -- cgit v0.9.0.2