0 0 L * * explained
At 12:00 AM, on the last day of the month
At 12:00 AM, on the last day of the month
Runs on the last calendar day of each month. · 5-field cron
Next 5 runs (UTC)
| # | Run time (UTC) | When |
|---|---|---|
| 1 | Wed, Sep 30, 2026, 00:00:00 UTC | in 9d 19h |
| 2 | Sat, Oct 31, 2026, 00:00:00 UTC | in 40d 19h |
| 3 | Mon, Nov 30, 2026, 00:00:00 UTC | in 70d 19h |
| 4 | Thu, Dec 31, 2026, 00:00:00 UTC | in 101d 19h |
| 5 | Sun, Jan 31, 2027, 00:00:00 UTC | in 132d 19h |
Try it in your timezone
How to read this expression
| Field | Value | Meaning |
|---|---|---|
| Minute | 0 | exactly 0 |
| Hour | 0 | exactly 0 |
| Day of month | L | last day |
| Month | * | every value |
| Day of week | * | every value |
Related schedules
FAQ
- Is "0 0 L * *" a valid cron expression?
- Yes — it parses as a standard 5-field cron expression: At 12:00 AM, on the last day of the month.
- How do I use it?
- Paste it into your crontab, CI scheduler, or job runner. Need a different schedule? Edit the fields in the builder above or browse all common cron expressions.
Looking for a phrase instead? See every minute, every 5 minutes, every 10 minutes, every 15 minutes.