>From 74d51b3bff480fdd211a82caa4f4e8cc545a6694 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Fri, 8 Jul 2016 12:34:00 +0200
Subject: [PATCH] Update info about Joda-Time

---
 tz-link.htm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/tz-link.htm b/tz-link.htm
index 312bd64..217765b 100644
--- a/tz-link.htm
+++ b/tz-link.htm
@@ -10,7 +10,7 @@
  content="Sources for time zone and daylight saving time data">
 <meta name="DC.Creator" content="Eggert, Paul">
 <meta name="DC.Contributor" content="Olson, Arthur David">
-<meta name="DC.Date" content="2016-07-07">
+<meta name="DC.Date" content="2016-07-08">
 <meta name="DC.Description"
  content="Sources of information about time zones and daylight saving time">
 <meta name="DC.Identifier"
@@ -346,8 +346,10 @@ Advanced date, time and interval library for Java</a> contains a class
 and time <abbr>API</abbr></a> contains a similar class
 <code>org.joda.time.tz.ZoneInfoCompiler</code> for a different binary format.
 Time4J supplements Java 8 and earlier; Joda-Time is intended for Java
-7 and earlier, as its functionality is a standard part of Java 8.
-These packages are freely available under the
+7 and earlier, and inspired the <a
+href="http://www.oracle.com/technetwork/articles/java/jf14-date-time-2125367.html">Java
+SE 8 <code>java.time</code> API</a>.
+Time4J and Joda-Time are freely available under the
 <a href="http://www.gnu.org/copyleft/lesser.html"><abbr>GNU</abbr>
 Lesser General Public License
 (<abbr title="Lesser General Public License">LGPL</abbr>)</a>
-- 
2.5.5

