Run a Job Every Saturday at 6:45 AM | CronBase

cron expression Quartz
$ 0 45 6 ? * 6l

Every Saturday at 6:45 AM

0
Second
45
Minute
6
Hour
?
Day of Month
*
Month
6l
Day of Week

* In a Nutshell

The cron expression 0 45 6 ? * 6l runs Every Saturday at 6:45 AM. Scheduling critical tasks for weekends, like database maintenance or batch report generation, ensures that production systems are not impacted during peak business hours. This cadence avoids disrupting weekday operations while still ensuring necessary tasks are completed reliably.

* When to use this

Use 0 45 6 ? * 6l when a recurring task needs to run Every Saturday at 6:45 AM. It uses Quartz Scheduler (6–7 Fields) syntax, supported by Unix cron daemons, cloud schedulers such as AWS EventBridge, and container orchestration platforms such as Kubernetes CronJob.

CronBase parses 0 45 6 ? * 6l using a dialect-aware rules engine that identifies the Quartz Scheduler (6–7 Fields) format, validates field structure against the Quartz Scheduler (6–7 Fields) specification, and produces the translation above. Next run times are calculated by forward-scanning from the current UTC clock. Learn how CronBase works.

* Try any expression

Standard, Quartz, AWS EventBridge, Jenkins, named schedules (@daily, @hourly…)