awk中的時間函式:
(1)systime函式返回從2023年1月1日開始到當前時間(不計閏年)的整秒數
(2)strftime()函式格式化時間
例子,轉換時間為星期幾
[^_^][15:02:07]-[~/replacetmp] date +%s
1370210542
[^_^][15:02:22]-[~/replacetmp] awk 'begin'
[^_^][15:03:03]-[~/replacetmp] awk 'begin'
sun[^_^][15:03:08]-[~/replacetmp] awk 'begin'
2013-06-02
[@_@][15:08:39]-[~/replacetmp] awk 'begin'
sun
[^_^][15:10:01]-[~/replacetmp] awk 'begin'
7
時間戳轉換日期 日期轉換時間戳 時間戳轉換星期
時間戳轉換日期 string date orderinfo.getchangetime replace null dateformat sdf new dateformat mm dd string monthdate sdf.format new date long.parselong date ...
時間戳轉換時間
遇到兩個問題,第一是當前時間轉化為時間戳,第二是獲取的當前時間和系統的時間相差8個小時 一,轉化的方法為 nsstring timesp nsstring stringwithformat d long localedate timeintervalsince1970 nslog timesp ti...
時間戳轉換
echo gmdate f d,y time exit 英文格式 date y m d strtotime content publish time 時間格式不要時分秒 既然已經顯示為時間了,要去掉時分秒,可以使用date函式,date format,timestamp fortmat 必需 規定如...