android linux shell 日期设置
Posted zengjf
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android linux shell 日期设置相关的知识,希望对你有一定的参考价值。
/************************************************************************ 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. 验证: [email protected]:/ # date -s "20160606.120403" Mon Jun 6 12:04:03 GMT 2016
以上是关于android linux shell 日期设置的主要内容,如果未能解决你的问题,请参考以下文章