lolite.now
v1.1.22
Published
Gets the timestamp of the number of milliseconds that have elapsed since the Unix epoch (1 January 1970 00:00:00 UTC).
Readme
now()
Gets the timestamp of the number of milliseconds that have elapsed since the Unix epoch (1 January 1970 00:00:00 UTC).
const lolite = require("lolite.now")
console.log(now() === Date.now()) // true