From a9f13275780c5e5699edf11752fc9fbb77a7d9df Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 20 Aug 2020 09:41:53 -0700 Subject: [PATCH 28/47] Mention Intl.DateTimeFormat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inspired by email from Matt Johnson-Pint in: https://mm.icann.org/pipermail/tz/2020-August/029222.html * tz-link.html: Mention JavaScript’s Intl.DateTimeFormat and its polyfill. Coalesce JavaScript citations. --- tz-link.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/tz-link.html b/tz-link.html index cd51b71..8141d71 100644 --- a/tz-link.html +++ b/tz-link.html @@ -466,9 +466,16 @@ Java-based libraries. time API for .NET is like Joda-Time and Time4J, but for the .NET framework instead of Java. It is freely available under the Apache License. -
  • JavaScript-based -compilers and libraries include: +
  • Many modern +JavaScript +runtimes support tz natively via the +timeZone option of Intl.DateTimeFormat. +On other runtimes, you can use one of the following.