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

计算机基础 - 时间戳(timestamp)位数

时间:2018-04-29 23:57:02      阅读:331      评论:0      收藏:0      [点我收藏+]

标签:pre   计算机基础   python   span   基础   asc   port   code   计算   

分为10位数字(ten digit)和13位(thirteen digit)数字

1. Unix, Python为10

time +%s
import time
time.time()

2. JavaScript为13位

计算机基础 - 时间戳(timestamp)位数

标签:pre   计算机基础   python   span   基础   asc   port   code   计算   

原文地址:https://www.cnblogs.com/allen2333/p/8972342.html

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