Last business day of month at 5 PM
Runs on the last weekday (Mon-Fri) of every month at 5:00 PM
Unix/Linux
0 17 22-31 * 1-5
Quartz
0 0 17 ? * FRIL
AWS EventBridge
cron(0 17 ? * 6L *)
Next Run Times
Local Time
- Mon, Sep 8, 2025, 5:00 PM UTC
- Tue, Sep 9, 2025, 5:00 PM UTC
- Wed, Sep 10, 2025, 5:00 PM UTC
- Thu, Sep 11, 2025, 5:00 PM UTC
- Fri, Sep 12, 2025, 5:00 PM UTC
UTC Time
- Mon, Sep 8, 2025, 5:00 PM UTC
- Tue, Sep 9, 2025, 5:00 PM UTC
- Wed, Sep 10, 2025, 5:00 PM UTC
- Thu, Sep 11, 2025, 5:00 PM UTC
- Fri, Sep 12, 2025, 5:00 PM UTC
Implementation Notes
- •Standard cron approximates with day range 22-31 + weekday constraint
- •Quartz supports FRIL (last Friday) syntax
- •EventBridge uses 6L for last Friday (Friday=6, L=last)
Try It Out
Want to modify this expression or create your own? Use our interactive cron generator with visual builder and real-time preview.
Open in Cron Generator