java.time包
包名称 | 说明 | 备注 |
---|---|---|
java.time | The main API for dates, times, instants, and durations. | 日期、时间、时刻、durations常用API |
java.time.chrono | Generic API for calendar systems other than the default ISO. | 提供对除默认日历系统(ISO)外的其他日历系统的支持 |
java.time.format | Provides classes to print and parse dates and times. | 包含打印、转换日期和时间的类 |
java.time.temporal | Access to date and time using fields and units, and date time adjusters. | 使用日期和时间中的组成字段及日期、时间调整相关类 |
java.time.zone | Support for time-zones and their rules. | 提供对时区及其规则的支持 |