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
- Tue, Nov 4, 2025, 9:00 AM UTC
- Thu, Nov 6, 2025, 9:00 AM UTC
- Sat, Nov 8, 2025, 9:00 AM UTC
- Mon, Nov 10, 2025, 9:00 AM UTC
- Wed, Nov 12, 2025, 9:00 AM UTC
UTC Time
- Tue, Nov 4, 2025, 9:00 AM UTC
- Thu, Nov 6, 2025, 9:00 AM UTC
- Sat, Nov 8, 2025, 9:00 AM UTC
- Mon, Nov 10, 2025, 9:00 AM UTC
- Wed, Nov 12, 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