精通测试技术,linux,shell,性能测试
全部博文(246)
分类: LINUX
2016-10-28 14:22:28
Unix/Linux |
date +%s |
Unix/Linux |
date +%s -d"Jan 1, 1980 00:00:01" Replace '-d' with '-ud' to input in GMT/UTC time. |
Unix/Linux |
date -d @1190000000 Replace 1190000000 with your epoch, needs recent version of 'date'. Replace '-d' with '-ud' for GMT/UTC time |