GitHub user COKID added a comment to the discussion: Incorrect timezone display in task log view
> [@AryanK1511](https://github.com/AryanK1511) I set `default_timezone` > [config](https://airflow.apache.org/docs/apache-airflow/3.0.2/configurations-ref.html#default-timezone) > as "Asia/Seoul" instead of `default_ui_timezone` configuration. > > If i don't specify `default_timezone` option, then it works fine. I have same problem when I set airflow.cfg 'default_timezone = Asia/Shanghai' When rollback this config as default as "default_timezone = utc", all work well I get logs using api when I set my timezone, the response contains "timestamp": "2025-07-02T06:16:24.681786+08:00”, It's weird; When I rollback config and restart airflow, I got "timestamp": "2025-07-02T08:02:42.853339Z", That's correct GitHub link: https://github.com/apache/airflow/discussions/53195#discussioncomment-13733133 ---- This is an automatically sent email for commits@airflow.apache.org. To unsubscribe, please send an email to: commits-unsubscr...@airflow.apache.org