I have a python program which i need to run from 11PM (EDT) to 06AM (EDT). How can I schedule a cron job to do this.
* 23-6 * * 1-5 python my_program.py
will this work? or do I have to write 2 seperate cron jobs for this.
I have a python program which i need to run from 11PM (EDT) to 06AM (EDT). How can I schedule a cron job to do this.
* 23-6 * * 1-5 python my_program.py
will this work? or do I have to write 2 seperate cron jobs for this.