Skip to main content
monthly

Last day of month

Runs at midnight on the last day of each month

Cron Expression
0 0 L * *

Usage Guide

How to use this expression

This cron expression 0 0 L * * runs at midnight on the last day of each month. You can use it in various task schedulers like cron (Unix/Linux), Windows Task Scheduler, or application-level schedulers.

Field Breakdown

Minute
Hour
Day
Month
Weekday
0
0
L
*
*

Common Use Cases

  • Monthly billing, report generation, or data archival
  • CI/CD pipelines and automated deployments
  • Data synchronization and ETL processes
  • System monitoring and health checks
⚠️ Disclaimer: This cron expression and schedule information are provided as-is for informational purposes. Always verify critical schedules in your production environment and test thoroughly before deployment.