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 好听的元旦简短祝福语