lssatvik opened a new issue, #25828: URL: https://github.com/apache/airflow/issues/25828
### Apache Airflow version 2.3.3 ### What happened I changed airflow core, airflow webserver and linux system timezone to IST from UTC. Everything is as expected except logs. When I select UTC in UI, the log is what is in disk, IST (+5:30) time. But when I select IST in UI, the log timestamps change to UTC +5:30 +5:30. Either the logs should contain timezone info, else we should consider the system timezone as the log timezone. Airflow Timezone Info:-  System Timezone Info:-  Log file from disk:-  Log file from UI with UTC time:-  Log file from UI with IST time:-  ### What you think should happen instead UI log timestamps should be same as disk, else UI should detect what the timezone the logs were written in, else timezone info should be written into logs. ### How to reproduce _No response_ ### Operating System Ubuntu 20.04.3 LTS ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
