function getFixedDate(seconds) { return Date.now() - (Date.now() % (seconds * 1000) - seconds * 1000); }; module.exports = getFixedDate;