Searched refs:timestampFormat (Results 1 – 3 of 3) sorted by relevance
162 private String timestampFormat = FMT_DEFAULT; field in XMLReporterConfig205 return timestampFormat; in getTimestampFormat()208 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat() argument209 this.timestampFormat = timestampFormat; in setTimestampFormat()
245 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat() argument246 config.setTimestampFormat(timestampFormat); in setTimestampFormat()
83 private static final ThreadLocal<SimpleDateFormat> timestampFormat = field in Timestamps212 result.append(timestampFormat.get().format(date)); in toString()256 Date date = timestampFormat.get().parse(secondValue); in parse()