mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-24 23:23:08 +00:00
Force 24h times
This commit is contained in:
parent
ec60f54f1f
commit
cc7acb9a3a
1 changed files with 1 additions and 2 deletions
|
@ -80,8 +80,7 @@ public class LogAdapter extends CursorAdapter {
|
|||
}
|
||||
|
||||
// Set values
|
||||
tvTime.setText(new SimpleDateFormat("dd").format(time) + " " +
|
||||
SimpleDateFormat.getTimeInstance(SimpleDateFormat.MEDIUM).format(time));
|
||||
tvTime.setText(new SimpleDateFormat("dd HH:mm:ss").format(time));
|
||||
|
||||
tvIP.setText(whois);
|
||||
|
||||
|
|
Loading…
Reference in a new issue