@@ -453,7 +453,7 @@ public class ViewController extends Controller {
if (dateStr == null) {
return "";
}
- SimpleDateFormat sdf= new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
+ SimpleDateFormat sdf= new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
Date date = null;
String timeString = null;
try {