Hello,
I am looking for a way to execute a Cron task every 12 hours and 1 minute.
I have tried the */12 command, but that won't work because the PHP script takes around 5 sec to execute, and the next one starts at the starting time (12.00.00) and not the end time (12.00.05). I know the...