Java程序从Instant获得毫秒
创建一个Instant并使用从1970-01-01T00:00:00Z的纪元作为参数传递的毫秒数获取Instant。使用ofEpochMilli()以下命令完成此操作:
Instant instant = Instant.ofEpochMilli(342627282920l);
现在,从Instant获取纪元毫秒:
instant. toEpochMilli();
示例
import java.time.Instant;
public class Demo {
public static void main(String[] args) {
Instant instant = Instant.ofEpochMilli(1262347200000l);
long res = instant.toEpochMilli();
System.out.println(res);
}
}输出结果
1262347200000
热门推荐
10 新年发给客户祝福语简短
11 项目总生日祝福语简短
12 祝福语对联文案简短大气
13 薛之谦祝福语简短
14 生日祝福语男孩 简短独特
15 小红书生日祝福语简短
16 叔叔生日祝福语简短搞笑
17 工人生日祝福语简短
18 舞台上祝福语大全简短