alangularte opened a new issue #20198: URL: https://github.com/apache/airflow/issues/20198
### Apache Airflow version 2.2.2 (latest released) ### What happened "Next run" time, displayed in Airflow UI, is not exactly the same as defined in the DAG script.  ### What you expected to happen Airflow UI should have the "Next Run" date time exactly the same as defined in the DAG script. ### How to reproduce Define in the DAG script: `start_time:datetime(2021, 12, 1, 11, 51), schedule_interval="*/2 * * * *"` In the Airflow UI the "Next run" value will be "2021-12-01, 11:52:00"  But if I define: `start_time:datetime(2021, 12, 1, 11, 50), schedule_interval="*/2 * * * *"` the "Next run" value will be **correctly** "2021-12-01, 11:50:00"  ### Operating System Linux Ubuntu ### Versions of Apache Airflow Providers _No response_ ### Deployment Astronomer ### Deployment details _No response_ ### Anything else _No response_ ### 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://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
