Description of problem: When creating a new report schedule, the start date is set to the following day and not the current one. As a consequence, if a report is set to be executed on an hourly basis, it will not become active on the same day (unless the start date was explicitly changed). This is not a big issue but inconvenient for most users, since they do not expect the first scheduled execution for the next day. Version-Release number of selected component (if applicable): 5.3 How reproducible: always Steps to Reproduce: 1. create a new report schedule 2. set it to hourly 3. not that start date is set for the next day, not the current one Actual results: start date is next day Expected results: start date should be current day Additional info:
Zita, By design we have initial date set to next day in schedule editor and the initial time to run the report is set to midnight which technically will mean the next day, but in this case if user wants to run the report on hourly basis, we should default the date to today's date but only when user changes to run the report hourly. Let me know if you have any questions. Thanks, ~Harpreet
https://github.com/ManageIQ/manageiq/pull/10109