Searched defs:timestampFormat (Results 1 – 3 of 3) 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()
83 private static final ThreadLocal<SimpleDateFormat> timestampFormat = field in Timestamps