>From 12eefaa1b294000e5d19bc935f727bbfd4532ca5 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Thu, 2 Sep 2021 00:18:24 -0700
Subject: [PATCH] Mention time-tzdb and Timezone Database Explorer

* tz-link.html: Mention these (thanks to Kerry Shetline).
---
 tz-link.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tz-link.html b/tz-link.html
index b55a6d3..d2661ad 100644
--- a/tz-link.html
+++ b/tz-link.html
@@ -516,7 +516,11 @@ supports live <code><abbr>tzdb</abbr></code> updates,
 astronomical and atomic time, a command-line interface,
 and full <a
 href="https://en.wikipedia.org/wiki/TypeScript">TypeScript</a>.
-It can also generate <abbr>TZif</abbr> files.
+Its companion <a
+href="https://www.npmjs.com/package/@tubular/time-tzdb">@tubular/time-tzdb</a>
+can generate <abbr>TZif</abbr> and other files, and a companion website
+<a href="https://tzexplorer.org">Timezone Database Explorer</a> lets you
+convert timestamps, view transition histories, and download code and data.
 It is freely available under the <abbr>MIT</abbr> license.</li>
 </ul>
 The proposed <a
-- 
2.30.2

