24h time
This commit is contained in:
@ -77,7 +77,7 @@ public class BufferedStatLog implements StatLog {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private class StatLogWriter implements Runnable {
|
private class StatLogWriter implements Runnable {
|
||||||
private SimpleDateFormat _fmt = new SimpleDateFormat("yyyyMMdd hh:mm:ss.SSS");
|
private SimpleDateFormat _fmt = new SimpleDateFormat("yyyyMMdd HH:mm:ss.SSS");
|
||||||
public void run() {
|
public void run() {
|
||||||
List cur = new ArrayList(1000);
|
List cur = new ArrayList(1000);
|
||||||
while (true) {
|
while (true) {
|
||||||
|
Reference in New Issue
Block a user