Why the step starts in January
The */3 step in the month field counts from month 1, so the sequence is 1, 4, 7, 10. If your fiscal quarters don't start in January, use an explicit list instead — 0 0 1 2,5,8,11 * for a February start.
Frequently asked questions
What is the cron expression for every 3 months?
0 0 1 */3 * fires on the 1st of January, April, July and October.
Related cron expressions
Browse the full cron expression reference, or build your own expression from scratch.