kacpermuda commented on PR #40887:
URL: https://github.com/apache/airflow/pull/40887#issuecomment-2238999877

   > Just want to make sure, does this change also update the time format in 
DAG FAIL event?
   
   Not sure i understand what you mean by time format, but now we should 
receive a proper isoformat with timezone information, like 
`2024-07-19T11:37:47.999954+00:00` in all events. The `on_task_instance_failed` 
is actually the only place where we use that `else` clause, as the 
`task_instance.end_date` is missing, so it's the only place where we are not 
using airflow provided timestamps and create them ourselves - that's why 
timezone was missing, we did not make this timestamp timezone aware.


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