1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Use 24h timestamp in debuggers.

This commit is contained in:
Florian Schmaus 2016-10-20 17:44:23 +02:00
parent 98655e72aa
commit 6e04a9d0ff
2 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ import java.util.Date;
* @author Gaston Dombiak
*/
public class ConsoleDebugger extends AbstractDebugger {
private final SimpleDateFormat dateFormatter = new SimpleDateFormat("hh:mm:ss aaa");
private final SimpleDateFormat dateFormatter = new SimpleDateFormat("HH:mm:ss");
public ConsoleDebugger(XMPPConnection connection, Writer writer, Reader reader) {
super(connection, writer, reader);