Execute Every Friday at Midnight
Configure a cron job to run at midnight on Fridays using 0 0 * * 5. View upcoming execution times in your local timezone.
Next 5 Run Dates ()
What does 0 0 * * 5 mean?
The cron expression 0 0 * * 5 translates to At 12:00 AM, only on Friday.
Running at the very start of Friday, this schedule is often used to prepare systems for the end of the week. Retailers might use it to launch weekend promotions early, while internal systems might use it to send out reminders for submitting weekly timesheets.