Some correction to the timestamp in the csv file
This commit is contained in:
parent
4ae0a588c4
commit
01896c15e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue