hwooson12 commented on issue #23796:
URL: https://github.com/apache/airflow/issues/23796#issuecomment-1153548324

   @uranusjr
   I think it is wrong that Airflow basically assumes all timezone in logging 
is UTC. The idea of converting logging time as the timezone that users select 
from the browser UI was very good but the problem is that all system timezone 
is not UTC. So we could see wrong time in the log files because it is converted 
on only the frontend side without any clue of timezone. Even though Airflow 
does not automatically know what timezone the log files use, at least we can 
leave timezone information on the log files by fixing default log format class 
which means Airflow knows what timezone is so that it can be handled by using 
only Javascript.


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