werzerbb opened a new pull request, #41203:
URL: https://github.com/apache/airflow/pull/41203
Hi,
We noticed that time zone from config ("default_timezone = Europe/Moscow")
is not taken into account when generating "run_id".
Also "execution_date" field is always shown in UTC in Airflow UI, see my
screenshots.
I created this path to generate "run_id" and to display "execution_date" in
specified default time zone (get "default_timezone" option from configuration).
Moreover I call "coerce_datetime()" function in api, thus links to task
instances will have "execution_date" parameter with correct time zone in UI.
See other discussion:
https://github.com/apache/airflow/discussions/27471


--
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]