You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2011/11/07 20:42:49 UTC

svn commit: r1198896 - /jmeter/trunk/bin/jmeter.properties

Author: milamber
Date: Mon Nov  7 19:42:48 2011
New Revision: 1198896

URL: http://svn.apache.org/viewvc?rev=1198896&view=rev
Log:
Only 3 'S' (not 4 S) for millisecondes
http://download.oracle.com/javase/1,5.0/docs/api/java/text/SimpleDateFormat.html
Thanks to Vincent D (by private email)

Modified:
    jmeter/trunk/bin/jmeter.properties

Modified: jmeter/trunk/bin/jmeter.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1198896&r1=1198895&r2=1198896&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Mon Nov  7 19:42:48 2011
@@ -396,7 +396,7 @@ log_level.jorphan=INFO
 # Timestamp format - this only affects CSV output files
 # legitimate values: none, ms, or a format suitable for SimpleDateFormat
 #jmeter.save.saveservice.timestamp_format=ms
-#jmeter.save.saveservice.timestamp_format=yyyy/MM/dd HH:mm:ss.SSSS
+#jmeter.save.saveservice.timestamp_format=yyyy/MM/dd HH:mm:ss.SSS
 
 # For use with Comma-separated value (CSV) files or other formats
 # where the fields' values are separated by specified delimiters.