GitHub user humit0 added a comment to the discussion: Incorrect timezone display in task log view
After removing `.replace(tzinfo=None)` in below code https://github.com/apache/airflow/blob/7d00e452df66617e3e3a83f05fecf035f2896475/task-sdk/src/airflow/sdk/execution_time/supervisor.py#L1575 then, task log display in correct timezone. <img width="1819" alt="Image" src="https://github.com/user-attachments/assets/b7b2c18c-14f3-4477-86df-fa214f4a3acb" /> <img width="1916" alt="Image" src="https://github.com/user-attachments/assets/3669c054-d86d-4b01-981e-ddbab3d73b06" /> GitHub link: https://github.com/apache/airflow/discussions/53195#discussioncomment-13733129 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
