linux下对date和timestamp的互转
摘要:1. date 到 timestamp: $ date -d '2009-12-01 23:20' +%s 12596808002. timestamp 到 date$ date -d '1970-01-01 1259680800 sec utc' Tue Dec 1 23:20:00 CST 20
阅读全文
posted @ 2016-07-25 15:16
posted @ 2016-07-25 15:16
posted @ 2016-07-19 18:17