-
Notifications
You must be signed in to change notification settings - Fork 484
Open
Labels
Description
Is it possible to have a similar functionality as PREFER_DAY_OF_MONTH': 'last'|'first' but for time?
The idea is I'd like to be able to define time ranges of entire months such as:
--from March --to March that would give me 01-Mar 00:00 to 31-Mar 23:59.
Currently with PREFER_DAY_OF_MONTH': 'last' I'm able to get 01-Mar 00:00 to 31-Mar 00:00, but that doesn't cover the full month.