Edit File: epoch.js
module.exports = (date) => Math.floor(date.getTime() / 1000)
Back to File Manager