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