Bowrna commented on code in PR #38482:
URL: https://github.com/apache/airflow/pull/38482#discussion_r1538667087
##########
airflow/www/templates/airflow/dag.html:
##########
@@ -151,7 +151,8 @@ <h4 class="pull-right js-dataset-triggered"
style="user-select: none;-moz-user-s
{% endif %}
{% if dag_model is defined and dag_model.next_dagrun is defined and
dag_model.schedule_interval != 'Dataset' %}
<p class="label label-default js-tooltip" style="margin-left: 5px"
id="next-run" data-html="true" data-placement="bottom">
- Next Run ID: <time datetime="{{ dag_model.next_dagrun }}">{{
dag_model.next_dagrun }}</time>
+ Next Run ID: <time datetime="{{ dag_model.next_dagrun }}">{{
dag_model.next_dagrun }}
+ {{ dag_model.next_dagrun.tzinfo }}</time>
Review Comment:
The above image is during load, and I am attaching below the image which
shows up after the page got loaded
<img width="1041" alt="Screenshot 2024-03-26 at 12 15 08 PM"
src="https://github.com/apache/airflow/assets/10162465/ddab1af1-adc7-4e48-84a0-a59dfd39d950">
--
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]