Index: GroupedTimingStatistics.java =================================================================== --- GroupedTimingStatistics.java (revision 60) +++ GroupedTimingStatistics.java (working copy) @@ -150,7 +150,7 @@ public String toString() { StringBuilder retVal = new StringBuilder(); //output the time window - retVal.append(String.format("Performance Statistics %tT - %tT%n", startTime, stopTime)); + retVal.append(String.format("Performance Statistics %tc - %tc%n", startTime, stopTime)); //output the header retVal.append(String.format("%-48s%12s%12s%12s%12s%12s%n", "Tag", "Avg(ms)", "Min", "Max", "Std Dev", "Count"));