awk日期和时间戳转换
时间:2010-05-25 来源:aluoyeshi
strftime 将时间戳转日期
awk 'BEGIN{print strftime("%Y-%m-%d",systime())}'
将日期转为时间戳
awk 'BEGIN {printf("%d\n",mktime(2006" "8" "5" "15" "09" "0))}'
awk 'BEGIN{print strftime("%Y-%m-%d",systime())}'
将日期转为时间戳
awk 'BEGIN {printf("%d\n",mktime(2006" "8" "5" "15" "09" "0))}'
相关阅读 更多 +