Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function getFixedDate(seconds) {
|
||||
return Date.now() - (Date.now() % (seconds * 1000) - seconds * 1000);
|
||||
};
|
||||
|
||||
module.exports = getFixedDate;
|
||||
Reference in New Issue
Block a user