How to Set a Cron Job 24 Hours from Now
On the latest project I am working, a mobile app, upon a certain action of the user on the server, I need to schedule a task to run exactly 24 hours later. Cron to the rescue! My first, naive idea, however, was to add a new cron job to the crontab whenever a user hit […]