~/cron-builder

Cron: annually (Jan 1 at midnight)

The cron expression `0 0 1 1 *` fires once a year at 00:00 on January 1. Equivalent to `@yearly` or `@annually` in most runners.

# expression

0 0 1 1 *

Means: At 00:00 on day 1 of month 1 — once a year on January 1.

→ Open in cron builder (pre-filled)

# common use cases

# next fires (sample)

# pitfalls

# other patterns