1970年1月1日到现在的毫秒数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1970年1月1日到现在的毫秒数相关的知识,希望对你有一定的参考价值。

Long time = new Date().getTime();
/**
* Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT
* represented by this <tt>Date</tt> object.
*
* @return  the number of milliseconds since January 1, 1970, 00:00:00 GMT
*          represented by this date.
*/
public long getTime() {
    return getTimeImpl();
}

 

以上是关于1970年1月1日到现在的毫秒数的主要内容,如果未能解决你的问题,请参考以下文章

ASP.NET:获取自 1970 年 1 月 1 日以来的毫秒数

es中的date类型

# 根据常见三种日期格式返回距 1970 年 1 月 1 日之间的毫秒数

js怎么把unix毫秒数转化为具体的Date啊

Java中的系统时间

Java 如何实现生成有序且唯一的id