/************************************************************************
android linux shell 日期设置
* 说明:
* Android下的linux shell中的date和普通的date指令不一样,这里记录一下。
*
* 2016-6-6 深圳 南山平山村 曾剑锋
***********************************************************************/
一、参考文章:
Set the date from a shell on Android
http://stackoverflow.com/questions/5300999/set-the-date-from-a-shell-on-android
二、操作方法:
1. 格式:date -s "yyyymmdd.[[[hh]mm]ss]"
2. 验证:
root@android:/ # date -s "20160606.120403"
Mon Jun 6 12:04:03 GMT 2016