timestring
Parse a human readable time string into a time based value
nanoseconds
Convert the process.hrtime() array to a single nanoseconds value. This makes it easier to diff times.
jstimezonedetect
This script gives you the zone info key representing your device's time zone setting. The return value is an IANA zone info key (aka the Olson time zone database).
time-cache
A key-value cache that puts a expiry date on its entries.
node-datetime
Extended Date object for javascript. 1. Handles offests by days and hours. 2. Built-in formatting function. 3. Time based value calculation.