Skip to content
Snippets Groups Projects
Commit b6ddca34 authored by felmer's avatar felmer
Browse files

better timestamp

SVN: 28301
parent ffc0fc6b
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ public class TestInitializer
if (firstTry && System.getProperty("rebuild-index", "true").equals("true"))
{
SimpleDateFormat dateFormat = new SimpleDateFormat("MMDDHHmmssS");
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHHmmssS");
String timestamp = dateFormat.format(new Date());
String databaseKind = "indexing_" + timestamp;
try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment