GitHub user sebbASF opened an issue:
https://github.com/apache/incubator-ponymail/issues/279
Enh: simplify date range calculations spanning a month
The date range calculations currently work out the end of the month. This
involves leap-year calculations and a table of days in each month.
It would be simpler to express the date range as
gte=YYYY/MM/01 00:00:00
lt=YYYY'/MM'/01 00:00:00
where MM' is MM+1 unless MM=12 etc.
Also, rather than using the string date field, it would likely be more
efficient to use the epoch.
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---