uranusjr commented on a change in pull request #20121:
URL: https://github.com/apache/airflow/pull/20121#discussion_r764597161



##########
File path: airflow/www/views.py
##########
@@ -2889,7 +2889,7 @@ def gantt(self, session=None):
             task_dict['end_date'] = task_dict['end_date'] or timezone.utcnow()
             task_dict['extraLinks'] = dag.get_task(ti.task_id).extra_links
             task_dict['try_number'] = try_count
-            task_dict['execution_date'] = dttm
+            task_dict['execution_date'] = dttm.isoformat()

Review comment:
       Sign I really hate this subtle `T` and space difference in Python’s 
datetime.




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