Java 日期時間操作類庫,Joda-Time 2.8.1 版本發布
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</pre>