I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 5ca2b971 authored by jrandom's avatar jrandom Committed by zzz
Browse files

24h time

parent c9daad1c
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ public class BufferedStatLog implements StatLog {
}
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() {
List cur = new ArrayList(1000);
while (true) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment