Skip to content

Commit 90b1a9e

Browse files
committed
Update README.md
1 parent 8c3a15f commit 90b1a9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Although the new JSR-310 (built in Java 8) is certainly a very useful library fo
1313
Current state and introduction:
1414
-------------------------------
1515

16-
On 2016-03-06 the version v4.13 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 2016-03-23 the version v4.14 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:
1717

1818
- **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.
1919
- **time4j-tzdata** is the timezone repository of Time4J based on the IANA-TZDB
2020
- **time4j-i18n** for enhanced localization, formatting and history support
2121
- **time4j-calendar** for handling alternative non-iso calendars (needs i18n-module)
2222
- **time4j-range** for handling intervals (needs i18n-module)
23-
- **time4j-misc** miscellaneous features like sql/xml-support, alternative clocks or military timezones
23+
- **time4j-misc** miscellaneous features like xml-support, alternative clocks or military timezones
2424

2525
For **Android support** please refer to the sister project [Time4A](https://github.com/MenoData/Time4A).
2626

@@ -126,7 +126,7 @@ d) **Temporal arithmetic**: Another way of manipulation is date/time-arithmetic
126126

127127
e) **Global versus local**: Time4J rejects the design idea of JSR-310 to separate between "machine time" and "human time". This is considered as artificial. So all four basic types offer both aspects in one. For example a calendar date is simultaneously a human time consisting of several meaningful elements like year, month etc. and also a kind of machine or technical time counter because you can define a single incrementing number represented by julian days. In a similar way a UTC-moment has both a technical counter (the number of SI-seconds since UTC-epoch) AND a human representation visible in its canonical output produced by `toString()`-method (example: 2014-04-21T19:45:30Z). However, Time4J emphasizes the difference between local and global types. Conversion between these types always require a timezone or an offset.
128128

129-
f) **Internationalization**: Time4J defines its own i18n-resources for many languages (**71 languages in version 4.13**) in order to defend its i18n-behaviour against poor or insufficient platform resources (which only serve as fallback). Especially localized formatting of durations is not a supported feature on any platform, so Time4J fills an important gap.
129+
f) **Internationalization**: Time4J defines its own i18n-resources for many languages (**72 languages in version 4.14**) in order to defend its i18n-behaviour against poor or insufficient platform resources (which only serve as fallback). Especially localized formatting of durations is not a supported feature on any platform, so Time4J fills an important gap.
130130

131131
Plans for next releases:
132132
----------------------------------

0 commit comments

Comments
 (0)