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 爱生日祝福语简短独特