From 2c431bd71c0f2f994f22d0b1e77e9f740abdd680 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 21 Sep 2020 11:44:34 -0700 Subject: [PATCH 34/47] * tz-link.html: Cite Python 3.9 (thanks to Matt Johnson-Pint). --- tz-link.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tz-link.html b/tz-link.html index e6e4acd..94aa5f5 100644 --- a/tz-link.html +++ b/tz-link.html @@ -579,6 +579,13 @@ DateTime::TimeZone::Tzfile is a TZif file reader written in Perl. 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 +that represent tzdb timezones. +Python is freely available under the +Python Software Foundation +License.
  • The public-domain tz.js library contains a Python tool that -- 1.8.3.1