UNPKG

http-metrics

Version:

The metrics of the HTTP/HTTPS request process

8 lines (6 loc) 148 B
'use strict'; exports.timeToNow = function(date) { let now = new Date(); let time = now.getTime() - date.getTime(); return (time / 1000); };