OSDN Git Service

Use 24 hour format for hours because we don't show am/pm
authorEvan Laird <evanlaird@google.com>
Tue, 1 Aug 2017 14:16:06 +0000 (10:16 -0400)
committerEvan Laird <evanlaird@google.com>
Tue, 1 Aug 2017 19:57:59 +0000 (19:57 +0000)
Test: logs
Change-Id: Ie1bf8c092af362ab044943560afc0df813213f60

packages/SystemUI/src/com/android/systemui/statusbar/policy/SignalController.java

index 4cfd1c7..91c208d 100644 (file)
@@ -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