From 4ff41fb577db92197e07de2b5c30bf8e3df85248 Mon Sep 17 00:00:00 2001 From: Diego Malone Date: Fri, 14 Jul 2017 12:21:27 -0300 Subject: [PATCH] Fix on set time example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f1a9b3..3cbe264 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ By default, the command accepts a new date in the `MMddHHmmYYYY.ss` format: $ adb root # Set the date to 2017/12/13 12:00:00 -$ adb shell date 123112002017.00 +$ adb shell date 121312002017.00 ``` Setting the Time Zone