加载中…
http://blog.sina.com.cn/u/1630875425
首页
博文目录
关于我
博文
为什么编程语言以及数据库要从1970年1月1日开始计算时
(2009-11-20 13:48)
转载
▼
标签:
time
it
分类:
常见问题
今天在看
Python
API
时,看到
time
模块
:
The
epoch
is
the
point
where
the
time
starts.
On
January
1st
of
that
year,
at
0
hours,the
“time
since
the
epoch”
is
zero.
For
Unix,
the
epoch
is
1970.
To
find
out
what
the epoch
is,
look
at
gmtime(0).
定义
time
从
1970
年
1
月
1
日开始,忽然想到在
JAVA
里,
阅读
收藏
查看全文
>>