Searched refs:simpleDateFormat (Results 1 – 1 of 1) sorted by relevance
99 SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss"); in startTestSuite() local100 String timestamp = simpleDateFormat.format(new Date()); in startTestSuite()