Bowrna commented on code in PR #38482:
URL: https://github.com/apache/airflow/pull/38482#discussion_r1540475303


##########
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:
   I see @bbovenzi 
   I didn't know such an attribute exists for time tag( googling also didn't 
help). Thank you so much. I have a long way to go in exploring the frontend 
side.



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

Reply via email to