Cron Every Sunday

To run a cron job every sunday, use the following cron string:

0 0 * * 0

Let's break down this cron string:

See more cron examples.