Searched defs:timestampFormat (Results 1 – 4 of 4) sorted by relevance
162 private String timestampFormat = FMT_DEFAULT; field in XMLReporterConfig208 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat()
245 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat()
86 private static final ThreadLocal<SimpleDateFormat> timestampFormat = field in Timestamps