I'm trying to figure out how to set cron to run every day at 5 PM EST Is this correct?
0 22 * * *
Thanks in advance!!
I'm trying to figure out how to set cron to run every day at 5 PM EST Is this correct?
0 22 * * *
Thanks in advance!!
0 22 * * *
Runs it at 22:00 every night. The timing specifically, depends on the timezone of your server
I highly suggest using the https://crontab.guru/ website, which allows you to test crontab values with their results
To answer your question, yes that is valid, you can test your input with crontab guru ;)