From 5be5ee3dd453c5b575f6336eada9390fb205717a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 27 Jun 2014 01:08:07 -0700 Subject: [PATCH] Mention more JavaScript libraries. * tz-link.htm, NEWS: Mention Moment Timezone, TimezoneJS.Date, Walltime-js, and Timezone. (Thanks to a heads-up from Matt Johnson.) Also, list license for timezone-olson. --- NEWS | 4 ++++ tz-link.htm | 33 +++++++++++++++++++++++---------- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index fd9d2d9..789f955 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,10 @@ Unreleased, experimental changes Several typos have been corrected. (Thanks to Tim Parenti for contributing some of these fixes.) + tz-link.htm now mentions the JavaScript libraries Moment Timezone, + TimezoneJS.Date, Walltime-js, and Timezone. (Thanks to a heads-up + from Matt Johnson.) + The files usno1988, usno1989, usno1989a, usno1995, usno1997, and usno1998 have been removed. These obsolescent US Naval Observatory entries were no longer helpful for maintenance. (Thanks to Tim Parenti for the suggestion.) diff --git a/tz-link.htm b/tz-link.htm index 7f16792..9450d9a 100644 --- a/tz-link.htm +++ b/tz-link.htm @@ -8,7 +8,7 @@ - + Apache License and a BSD-style license, respectively. -
  • TimezoneJS.Date -is a JavaScript -library that parses tz source files and interprets time -stamps using an API that is upward compatible with standard JavaScript -Dates. It is freely available under the Apache License.
  • +
  • JavaScript-based +compilers and libraries include: +
  • pytz – World Timezone Definitions for Python compiles tz source into Python. @@ -293,8 +303,7 @@ It is freely available under a BSD-style license.
  • Ruby Timezone Library compiles tz source into Ruby. -It is freely available under the MIT license. +It is freely available under the MIT license.
  • The Chronos Date/Time Library is a Smalltalk class @@ -327,6 +336,9 @@ It is freely available under the LGPL.
  • ZoneInfo.java is a tz binary file reader written in Java. It is freely available under the LGPL.
  • +
  • Timezone is a +JavaScript library that supports date arithmetic that is time zone +aware. It is freely available under the MIT license.
  • Tcl, mentioned above, also contains a tz binary file reader.
  • @@ -344,7 +356,8 @@ are not supported.
  • The timezone-olson package contains Haskell code that -parses and uses tz binary data.
  • +parses and uses tz binary data. It is freely +available under a BSD-style license.

    Other tz-based time zone software

    -- 1.9.1