Every odd day at 9 AM
Runs on odd-numbered days of the month at 9:00 AM
Unix/Linux
0 9 1-31/2 * *
Quartz
0 0 9 1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31 * ?
AWS EventBridge
cron(0 9 1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31 * ? *)
Next Run Times
Local Time
- Tue, Aug 19, 2025, 9:00 AM UTC
- Thu, Aug 21, 2025, 9:00 AM UTC
- Sat, Aug 23, 2025, 9:00 AM UTC
- Mon, Aug 25, 2025, 9:00 AM UTC
- Wed, Aug 27, 2025, 9:00 AM UTC
UTC Time
- Tue, Aug 19, 2025, 9:00 AM UTC
- Thu, Aug 21, 2025, 9:00 AM UTC
- Sat, Aug 23, 2025, 9:00 AM UTC
- Mon, Aug 25, 2025, 9:00 AM UTC
- Wed, Aug 27, 2025, 9:00 AM UTC
Implementation Notes
- •Runs on 1st, 3rd, 5th, 7th, 9th, etc. of each month
- •Standard cron uses range/step syntax: 1-31/2
- •Quartz/EventBridge require explicit day listing for reliability
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