码迷,mamicode.com
首页 > 其他好文 > 详细

unix时间戳与时间

时间:2016-06-28 11:03:35      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:

[root@pserver ~]# date -d "@1381371010"
Thu Oct 10 10:10:10 CST 2013
[root@pserver ~]# date --date="Thu Oct 10 10:10:10 CST 2013"  +%s                     
1381371010
[root@pserver ~]# date
Tue Jun 28 10:12:05 CST 2016
[root@pserver ~]# date +%s
1467079930

 

unix时间戳与时间

标签:

原文地址:http://www.cnblogs.com/binbinjx/p/5622479.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!