Some correction to the timestamp in the csv file

This commit is contained in:
Ziver Koc 2014-08-13 15:28:37 +02:00
parent 4ae0a588c4
commit 01896c15e5

View file

@ -34,7 +34,7 @@ public class CSVWriter {
};
public static final String DELIMITER = ";";
protected static final SimpleDateFormat fileDateFormater = new SimpleDateFormat("yyyy-MM-dd_HH-mm-ss");
protected static final SimpleDateFormat dateFormater = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss:SSS");
protected static final SimpleDateFormat dateFormater = new SimpleDateFormat("HH:mm:ss.SSS"); //yyyy-MM-dd
private File file;
private String comment;