* Package name : node-timezone
Version : 1.0.22
Upstream Author : Alan Gutierrez <alan@prettyrobots.com>
* URL : http://bigeasy.github.io/timezone
* License : Expat
Programming Lang: JavaScript
Description : Timezone database and functions for node.js
Small, elegant, Olson educated, timezone aware date math and
`strftime` date formatting in pure JavaScript with no dependendcies
for Node.js and the browser. Timezone uses the Olson/IANA timezone
database. Timezone is aware of every clock transition in the Olson
database. Timezones supports the full compilment of `strftime` format
specifiers defined by GNU `date`. Timezone can perform date math and
adjust for daylight savings time. Timezone works in the browser too
where it is less than 3K minified and gzipped
I'd like to submit it to the pkg-js-team or at least get a few comments
as I don't have much experience with javascript packaging.
Current progress is in:
https://salsa.debian.org/diane/node-timezone
Lintian is currently reporting a few errors where files are in
usr/lib/nodejs instead of usr/share/nodejs.
Diane Trout