日期时间API
作者:互联网
目录
JDK8之前的日期时间API
System类
System类提供的public static long currentTimeMillis()
用来返回当前时间与1970年1月1日0时0分0秒之间以毫秒为单位的时间差。此方法适用于计算时间差。
计算世界时间的主要标准有:
UTC(Coordinated Universal Time)
GMT(Greenwich Mean Time)
CST(Central Standard Time)
标签:java,System,println,日期,API,时间,Date,Calendar,out 来源: https://www.cnblogs.com/leizia/p/16503712.html