The documentation mentions the dates as dd/mm/yyyy or d/m/yyyy but it seems it is mm/dd/yyyy or `m/d/yyyy``
So for the 23th of January 2025 it is 1/23/2025 or `01/23/2025' could this be fixed in the docs?
Also the --end is not inclusive, this could be mentioned in the docs.
The documentation mentions the dates as
dd/mm/yyyyord/m/yyyybut it seems it ismm/dd/yyyyor `m/d/yyyy``So for the 23th of January 2025 it is
1/23/2025or `01/23/2025' could this be fixed in the docs?Also the
--endis not inclusive, this could be mentioned in the docs.