agronholm / apscheduler

Task scheduling library for Python
MIT License
6.31k stars 713 forks source link

Implement LastNDayOfMonthExpression #988

Open Cryingmouse opened 1 week ago

Cryingmouse commented 1 week ago

Changes

Fixes #987.

It is the implementation of LastNDayOfMonthExpression to support Nth-to-last day in a given month. For instance, I'd like to get the 2nd-to-last day in March.

Checklist

If this is a user-facing code change, like a bugfix or a new feature, please ensure that you've fulfilled the following conditions (where applicable):

Updating the changelog

* Implement LastNDayOfMonthExpression (#987 <https://github.com/agronholm/apscheduler/issues/987>; PR by @Cryingmouse)

coveralls commented 1 week ago

Coverage Status

coverage: 92.03% (+0.02%) from 92.006% when pulling 440226a4c040432e716418458f062520247fd5b3 on Cryingmouse:master into 86605903b17191b479f56767de8eeb94f4dc7def on agronholm:master.