Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 528437d0 authored by Evan Laird's avatar Evan Laird
Browse files

Use 24 hour format for hours because we don't show am/pm

Test: logs
Change-Id: Ie1bf8c092af362ab044943560afc0df813213f60
parent 292cece3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -297,7 +297,7 @@ public abstract class SignalController<T extends SignalController.State,
                    .append("activityIn=").append(activityIn).append(',')
                    .append("activityOut=").append(activityOut).append(',')
                    .append("rssi=").append(rssi).append(',')
                    .append("lastModified=").append(DateFormat.format("MM-dd hh:mm:ss", time));
                    .append("lastModified=").append(DateFormat.format("MM-dd HH:mm:ss", time));
        }

        @Override