explain
How this cron schedule works
Use the Every 6 hours cron expression 0 */6 * * *, understand how it works, and preview upcoming runs.
Minute
0Hour
*/6Day of month
*Month
*Day of week
*Use the Every 6 hours cron expression 0 */6 * * *, understand how it works, and preview upcoming runs.
0 */6 * * *Every 6 hours at minute 0
Use the Every 6 hours cron expression 0 */6 * * *, understand how it works, and preview upcoming runs.
0*/6***The tools use the standard Unix 5-field cron format: minute, hour, day of month, month and day of week.
No. The site only builds, explains and calculates schedules. It never executes commands or stores your cron jobs.
No. Core calculations run locally in your browser.