dukeshiny opened a new issue, #10833: URL: https://github.com/apache/dolphinscheduler/issues/10833
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When I set the quartz time with UTC timezone first time,the execute time and the next five execute time match right.But the task didn't execute at all.So I went to chekc the dolphinscheduler meta table in mysql.I found three tables which are qrzt_triggers and qrtz_cron_triggers and t_ds_schedules.I found the column NEXT_FIRE_TIME showed the time I had set in qrtz_triggers table.The NEXT_FIRE_TIME showed 1657202700000 which means 2022-07-07 22:05:00,Finally I found the bug.Beacuse the ui diplay didn't mean the real execute time.    ### What you expected to happen ![Uploading 84a91d1d39974b575945674f539e8de.png…]() ### How to reproduce ds 3.0.0-beta1 quartz set module ### Anything else _No response_ ### Version 3.0.0-beta-2 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
