Merge "Use H rather than k in date/time formats."

This commit is contained in:
Elliott Hughes
2013-03-20 16:34:48 +00:00
committed by Gerrit Code Review

View File

@@ -47,8 +47,8 @@
<!-- Shows seconds -->
<TextClock
android:format12Hour="hh:mm:ss aa"
android:format24Hour="kk:mm:ss"
android:format12Hour="hh:mm:ss a"
android:format24Hour="HH:mm:ss"
android:textSize="20sp"
android:shadowColor="#7fffffff"
@@ -59,8 +59,8 @@
<!-- Use a fixed time zone -->
<TextClock
android:format12Hour="'Time in Paris:' MMM dd, yyyy h:mmaa"
android:format24Hour="'Time in Paris:' MMM dd, yyyy k:mm"
android:format12Hour="'Time in Paris:' MMM dd, yyyy h:mma"
android:format24Hour="'Time in Paris:' MMM dd, yyyy HH:mm"
android:timeZone="Europe/Paris"
android:layout_width="wrap_content"