You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,12 @@ Although the new JSR-310 (built in Java 8) is certainly a very useful library fo
13
13
Current state and introduction:
14
14
-------------------------------
15
15
16
-
On 2015-06-26 the versions v3.3 and v4.2 of Time4J has been finished and released. It requires Java-8. The older version line v3.x will be continued however and is based on Java 6+7. The older version lines v1.x and v2.x are no longer recommended (due to several backward incompatibilities) and has reached end-of-life. Time4J is organized in modules. The module **time4j-core** is always necessary. Other modules are optional and include:
16
+
On 2015-08-12 the version v4.3 of Time4J has been finished and released. It requires Java-8. The older version line v3.x will be continued however and is based on Java 6+7. The previous version lines v1.x and v2.x are no longer recommended (due to several backward incompatibilities) and have reached end-of-life. Time4J is organized in modules. The module **time4j-core** is always necessary. Other modules are optional and include:
17
17
18
18
-**time4j-olson** contains predefined timezone identifiers as enums, enables parsing of localized timezone names and also offers access to historized data of Sun/Oracle-timezones in Java.
19
19
-**time4j-tzdata** is the timezone repository of Time4J based on the IANA-TZDB
20
20
-**time4j-i18n** for enhanced localization, formatting and history support
21
+
-**time4j-calendar** for handling alternative non-iso calendars (needs i18n-module)
21
22
-**time4j-range** for handling intervals (needs i18n-module)
22
23
-**time4j-misc** miscellaneous features like sql/xml-support, alternative clocks or military timezones
23
24
-**time4j-android** for Android-support (only relevant for version line 3.x - minimum version is 3.2)
0 commit comments