UNPKG

reddcore

Version:
5 lines (4 loc) 109 B
// current time, in seconds exports.curtime = function curtime() { return Math.round(Date.now() / 1000); }