From afc53e03ff8df4fe8a55532a563ce1a11cbea6d0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 21 Sep 2020 13:36:19 -0700 Subject: [PATCH 35/47] * tz-link.html: Cite PyPI tzdata (thanks to Paul Ganssle). --- tz-link.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tz-link.html b/tz-link.html index 94aa5f5..b634082 100644 --- a/tz-link.html +++ b/tz-link.html @@ -581,11 +581,15 @@ It is freely available under the same terms as Perl (dual GPL and Artistic license).
  • Python has a zoneinfo.ZoneInfo -class that reads TZif files and creates objects +class that reads TZif data and creates objects that represent tzdb timezones. Python is freely available under the Python Software Foundation -License.
  • +License. +A companion PyPI module +tzdata +supplies TZif data if the underlying system data cannot be found; +it is freely available under the Apache License.
  • The public-domain tz.js library contains a Python tool that -- 1.8.3.1