>From 690dbbfaac292b53f72cab8dca9c54eed74dbb64 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sun, 21 Aug 2016 21:07:32 -0700
Subject: [PROPOSED PATCH] Mention JuliaTime

* NEWS, tz-link.htm: Add JuliaTime ref.  (Thanks to Curtis Vogt.)
---
 NEWS        | 7 ++++---
 tz-link.htm | 6 +++++-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index e10083a..8725e49 100644
--- a/NEWS
+++ b/NEWS
@@ -61,9 +61,10 @@ Unreleased, experimental changes
     tzfile.5 now documents the new restriction on POSIX TZ-like
     strings that is now implemented by zic.
 
-    tz-link.htm mentions Time4J (thanks to Meno Hochschild) and
-    ThreeTen-Extra, and its description of Java 8 has been brought up
-    to date (thanks to Stephen Colebourne).
+    tz-link.htm mentions JuliaTime (thanks to Curtis Vogt) and Time4J
+    (thanks to Meno Hochschild) and ThreeTen-Extra, and its
+    description of Java 8 has been brought up to date (thanks to
+    Stephen Colebourne).
 
 
 Release 2016f - 2016-07-05 16:26:51 +0200
diff --git a/tz-link.htm b/tz-link.htm
index 2b8b66c..40b66b4 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-19">
+<meta name="DC.Date" content="2016-08-21">
 <meta name="DC.Description"
  content="Sources of information about time zones and daylight saving time">
 <meta name="DC.Identifier"
@@ -384,6 +384,10 @@ Dates. It is freely available under the Apache License.</li>
 translates <abbr>UT</abbr> to local time. It is freely available under
 the <abbr>MIT</abbr> license.</li>
 </ul>
+<li><a href="https://github.com/JuliaTime/">JuliaTime</a> contains a
+compiler from <code><abbr>tz</abbr></code> source into
+<a href="http://julialang.org/">Julia</a>. It is freely available
+under the <abbr>MIT</abbr> license.</li>
 <li><a href="http://pytz.sourceforge.net">pytz &ndash; World Timezone
 Definitions for Python</a> compiles <code><abbr>tz</abbr></code> source into
 <a href="https://www.python.org">Python</a>.
-- 
2.7.4

