Ok, so I have a cron job that runs in every minute between 10:00 and 17:00 every day, every month from Monday to Friday.
My problem is that currently it runs from 10:00 - 17:00 (cron entry in hour column 10-16) and I want it to run from 10:00 to 16:25
I tried to put this in the hour column 10-16:25 but it doesn't work...
Can I set fractional hour ranges? If yes, how?
Thanks.