Cron Every Odd Day

To run a cron job every odd day, use the following cron string:

* * 1-31/2 * *

Let's break down this cron string:

See more cron examples.