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

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

1. Unix, Python为10

time +%s
import time
time.time()

2. JavaScript为13位

10位的单位是秒,13位的是毫秒,一般开发默认单位为秒

posted @ 2018-04-29 23:19  Rocin  阅读(11501)  评论(0编辑  收藏  举报