date +%F
data +%w, date +%W
cal
date -d "-1 years" +%F
date -d "-1 hour" +%T
时间与时间戳的互换方法
date +%s -d "2018-03-13 15:30:55"
date -d @1520926255