// current time, in seconds
exports.curtime = function curtime()
{
return Math.round(Date.now() / 1000);
}