You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help me. I try every is ok , but I try time.
var later = require("later")
// var sched = later.parse.recur().every(5).second();
var sched = later.parse.recur().on('11:59:50').time();
var t = later.setInterval(test, sched);
console.log('server machine time:',new Date());
function test() {
console.log(new Date());
}
Please help me. I try every is ok , but I try time.
https://runkit.com/htz/later-setinterval-can-t-run-time
The text was updated successfully, but these errors were encountered: