Hello, I would like to get start/end date for each sample in log for the test case in that format: MM/dd/yy HH:mm:ss:SSS where SSS are milliseconds.
Is that possible to set that format in jmeter.properties files? I found only how to get accuracy to the seconds for date (MM/dd/yy HH:mm:ss) or milliseconds in timestamp. I tried to use SSS (I found S as code for millisecond on Sun Java page), but it didn't work (I get timestamp instead of date). Is that possible to get date in format I want or rather should I think about writing a bash script to get date with milliseconds accuracy from timestamp? Thanks Zofia "Shigella" Nowinska

