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, Aug 18, 2025, 9:00 AM UTC
  • Wed, Aug 20, 2025, 9:00 AM UTC
  • Fri, Aug 22, 2025, 9:00 AM UTC
  • Sun, Aug 24, 2025, 9:00 AM UTC
  • Tue, Aug 26, 2025, 9:00 AM UTC

UTC Time

  • Mon, Aug 18, 2025, 9:00 AM UTC
  • Wed, Aug 20, 2025, 9:00 AM UTC
  • Fri, Aug 22, 2025, 9:00 AM UTC
  • Sun, Aug 24, 2025, 9:00 AM UTC
  • Tue, Aug 26, 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