loggingservices/eventlogger/LogCli/src/LogCliServerShared.cpp
branchRCL_3
changeset 10 31a8f755b7fe
parent 0 08ec8eefde2f
--- 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;