Run at multiple specific times

Author: diegofloresgonzalesCreated Sep 26, 2023Updated Feb 16, 2024

I'm trying to run my cron at 2 specific times 3am and 9am

3am: 0 0 3 * * * 9am: 0 0 9 * * *

3am and 9am: 0 0 3,9 * * *

is it ok? is not firing at 9 but it does at 3

Thanks in advance

Source: node-schedule/node-schedule