date -d
date -d ‘2 days ago’ //显示2天以前的时间
date -d ‘60 second ago’ //显示60秒以前的时间
date -d '3 months 1 day' //显示3月零1天以后的时间
date -d '3 months 1 day 1 year' //显示1年3月零1天以后的时间
date -d '25 Dec' +%j //显示12月25日在当年的哪一天
date -d '1970-01-01 00:00:30 +0000' +%s //自UTC 时间 1970-01-01 00:00:00 以来所经过的秒数