Loading...

Weekly Sunday Midnight Cron Expression: `0 0 * * 0`

Run weekly database indexing and log archives every Sunday at midnight with `0 0 * * 0`.

Key Technical Capabilities

  • Weekly MaintenanceRuns once every 7 days during low-traffic periods.
  • Sunday ValidationConfirms 0 or 7 denotes Sunday in standard crontab.

How to Schedule Weekly Sunday Jobs

  1. Set `0 0 * * 0`Add expression to your crontab.
  2. Review Next DatesInspect upcoming Sunday timestamps.

Frequently Asked Questions

Can I use 7 for Sunday?
Yes, both 0 and 7 represent Sunday in UNIX cron.