Every even day at 9 AM
Runs on even-numbered days of the month at 9:00 AM
Unix/Linux
0 9 2-30/2 * *
Quartz
0 0 9 2,4,6,8,10,12,14,16,18,20,22,24,26,28,30 * ?
AWS EventBridge
cron(0 9 2,4,6,8,10,12,14,16,18,20,22,24,26,28,30 * ? *)
Next Run Times
Local Time
- Mon, Sep 8, 2025, 9:00 AM UTC
- Wed, Sep 10, 2025, 9:00 AM UTC
- Fri, Sep 12, 2025, 9:00 AM UTC
- Sun, Sep 14, 2025, 9:00 AM UTC
- Tue, Sep 16, 2025, 9:00 AM UTC
UTC Time
- Mon, Sep 8, 2025, 9:00 AM UTC
- Wed, Sep 10, 2025, 9:00 AM UTC
- Fri, Sep 12, 2025, 9:00 AM UTC
- Sun, Sep 14, 2025, 9:00 AM UTC
- Tue, Sep 16, 2025, 9:00 AM UTC
Implementation Notes
- •Runs on 2nd, 4th, 6th, 8th, 10th, etc. of each month
- •Standard cron uses range/step syntax: 2-30/2
- •Quartz/EventBridge require explicit day listing for cross-month compatibility
Try It Out
Want to modify this expression or create your own? Use our interactive cron generator with visual builder and real-time preview.
Open in Cron Generator