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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ 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 2018-01-15, the version v4.34 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:
16
+
On 2018-03-07, the version v4.35 of Time4J has been finished and released. It requires at least 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
@@ -134,20 +134,22 @@ g) **Powerful format engine**: The built-in format engine located in format/expe
134
134
Support for alternative calendars:
135
135
----------------------------------
136
136
137
+
- Chinese (since 1645)
137
138
- Coptic
139
+
- Dangi (old Korean)
138
140
- Ethiopian (including support for Ethiopian time)
139
141
- French revolutionary
140
142
- Hebrew (including support for Hebrew time)
141
143
- Hijri (Islamic) with a lot of customizable variants
142
144
- Historic christian (includes british, byzantine, swedish etc.)
143
145
- Indian national (Saka)
144
146
- Japanese (including lunisolar part since AD 701)
147
+
- Juche (North Korea)
145
148
- Julian
146
149
- Minguo (Taiwan)
147
150
- Persian (3000 years)
148
151
- ThaiSolar (Suriyakati), also valid before 1941
149
-
150
-
Coming soon: Chinese, Korean and Vietnamese calendar
0 commit comments