Use -s to pass string date to 'adb shell date' command to set date in provision.
commit3fad747a3352fb78e4beaf51cbf839e72168a4cb
authornavabi <navabi@google.com>
Thu, 23 Oct 2014 00:02:56 +0000 (22 17:02 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 23 Oct 2014 00:03:38 +0000 (23 00:03 +0000)
tree16d777326d2cc254ab3eaf2f3d56f626aa594500
parent380a535523ed8b808eab6fa7c205dce67e0ed2a9
Use -s to pass string date to 'adb shell date' command to set date in provision.

The 'date -u' was not working on N5 devices. The -s option seems to work across
devices. I've tested on N4 and N5. This change implements an earlier change that
was reverted. See the change here: https://codereview.chromium.org/668013003/
The difference in this change is that it sets the time zone to UTC.

BUG=406848

Review URL: https://codereview.chromium.org/671833003

Cr-Commit-Position: refs/heads/master@{#300803}
build/android/provision_devices.py