Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我曾尝试使用此代码,但它不起作用,它应该在 UTC 时间下午 1 点和根据 IST 时间下午 6:30 运行,但当时它不起作用
版本在下面提到
节点 - 10.16.0
节点 cron - 2.0.3
cron.schedule('0 0 13 * * *', () => { }, { scheduled: true, timezone: "UTC" })