node-cron / node-cron

A simple cron-like job scheduler for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It's not working

KORAYGT2 opened this issue · comments

Hello,I'm using node-cron module on my Discord bot but its not working? I told it to run the command at 00:00 every night but it doesn't work.

having same problem, almost same case

('0 0 * * *') this is the expression for midnight and you'd have to provide the option of timezone, else CRON uses your server timezone.