The scheduled report is not triggering when the time zone is set to 'Use System time zone'.DescriptionThe scheduled report is not triggering when the time zone is set to 'Use System time zone'. But when the run_time is set for the scheduled report, the report (which is scheduled to run daily) is running for every 5 minutes.Steps to Reproduce 1) Create a new Scheduled Report with the below valuesName: Testreport: select any existing reportEmail address: input any addressSubject: input anythingRun: DailyTimezone: Use System time zoneRun as Tz: Run as User2) Submit the form3) Goto Scheduled reports you will notice the scheduled report is created but the time field (run_time) is blank4) Go to the sys_trigger.list and observe that the report is not present in the list. And the report is not triggered.5) Go to the Scheduled Reports, and open the Test report (which is created earlier) and click on update.6) Now go to the Scheduled Reports list, observe that run_time is set to 00:00:00 for the Test report.7) Go to the sys_trigger.list and observe that the Test report is added with Trigger type daily.8) Now, The report will run for every 5 minutes and observe that state is stuck in RUNNING in the sys_trigger table.WorkaroundThe workaround is, not to use or hide the field "timezone" on the scheduled report form and use "run as tz" to select the timezone.Related Problem: PRB1479026