pm2/lib/Utility.js
2014-10-01 16:32:54 +02:00

7 lines
108 B
JavaScript

var Utility = module.exports = {
getDate : function() {
return Math.round(Date.now() / 1000);
}
};