Java 日期时间操作类库,Joda-Time 2.8.1 版本发布

nw44 9年前

Joda-Time是一人易于使用的Java开源时间/日期库。Joda-Time 轻松化解了处理日期和时间的痛苦和繁琐。Joda-Time 令时间和日期值变得易于管理、操作和理解。事实上,易于使用是 Joda 的主要设计目标。其他目标包括可扩展性、完整的特性集以及对多种日历系统的支持。并且 Joda 与 JDK 是百分之百可互操作的,因此您无需替换所有 Java 代码,只需要替换执行日期/时间计算的那部分代码。

Joda-Time version 2.8.1  -----------------------    Joda-Time is a date and time handling library that seeks to replace the JDK  Date and Calendar classes.    This release contains enhancements, bug fixes and a time zone update.  The release runs on JDK 5 or later.    Joda-Time is licensed under the business-friendly Apache License Version 2.  This is the same license as all of Apache, plus other open source projects such as Spring.  The intent is to make the code available to the Java community with the minimum  of restrictions. If the license causes you problems please contact the mailing list.    **  Please also check out our related projects   **  ** http://www.joda.org/joda-time/related.html **      Changes in 2.8.1  ================  - Fixed to handle JDK 8u60 [#288, #291]    Without this fix, formatting a time-zone will print "+00:00" instead of "GMT" for the GMT time-zone    - DateTimeZone data updated to version 2015e      Changes in 2.8.0  ================    See http://www.joda.org/joda-time/upgradeto280.html