jose/lib/help/epoch.js
2019-02-27 22:38:30 +01:00

1 line
61 B
JavaScript

module.exports = (date) => Math.floor(date.getTime() / 1000)