Fixed cron to take timezone into account

master
lanxu 2021-11-30 22:59:55 +02:00
parent 31877e5b53
commit bc20396a26
1 changed files with 2 additions and 0 deletions

2
app.js
View File

@ -124,5 +124,7 @@ for (let i = 0; i < config.cron.length; i++) {
handleMessage('BOT', config.irc.channels[c], row.command)
}
}
}, {
timezone: "Europe/Helsinki"
})
}