diff -r 667e88a979d7 -r 31a8f755b7fe loggingservices/eventlogger/LogCli/src/LogCliServerShared.cpp --- a/loggingservices/eventlogger/LogCli/src/LogCliServerShared.cpp Mon Mar 15 12:46:30 2010 +0200 +++ b/loggingservices/eventlogger/LogCli/src/LogCliServerShared.cpp Thu Apr 01 00:19:42 2010 +0300 @@ -250,8 +250,8 @@ @return Format string for this locale. */ EXPORT_C const TDesC& LogUtils::DateFormatForLocale() { - _LIT(KSQLDateFormatColon,"%D%*M%Y%1 %2 %3 %H:%T:%S"); - _LIT(KSQLDateFormatDot,"%D%*M%Y%1 %2 %3 %H.%T.%S"); + _LIT(KSQLDateFormatColon,"%D%*M%Y%1 %2 %3 %H:%T:%S%.%C"); + _LIT(KSQLDateFormatDot,"%D%*M%Y%1 %2 %3 %H.%T.%S%.%C"); TLocale current; TBool dateSeparatorIsColon=EFalse;