Replies: 8 comments 1 reply
-
|
I can look into this one! |
Beta Was this translation helpful? Give feedback.
-
|
After removing then, task log display in correct timezone.
|
Beta Was this translation helpful? Give feedback.
-
I see, I'll try recreating this right now and then get back to you with further updates. |
Beta Was this translation helpful? Give feedback.
-
|
@humit0 I have an answer for you. In the current state there is no direct config setting through the The
So, I setup airflow using the
Checkout my example below with a DAG that I ran some time ago. Here, I am using the UTC time zone.
However, as soon as I switch to America/Toronto, which is my timezone, the logs and the UI change as well.
I hope this answers your question. Lemme know if we can close this issue now. |
Beta Was this translation helpful? Give feedback.
-
|
@AryanK1511 If i don't specify |
Beta Was this translation helpful? Give feedback.
-
I have same problem when I set airflow.cfg 'default_timezone = Asia/Shanghai' |
Beta Was this translation helpful? Give feedback.
-
|
Hello @rawwar ! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.









Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Apache Airflow version
3.0.2
If "Other Airflow 2 version" selected, which one?
No response
What happened?
The time field in the task logs displayed on the web interface is showing an incorrect timezone.
Although the default timezone is configured to KST (+09:00) and the web display is also set to KST, the times are being displayed in UTC. And log files are also recording in UTC.
web
log file

What you think should happen instead?
How to reproduce
Configured environment variables
DAG
Operating System
MacOS
Versions of Apache Airflow Providers
apache-airflow-providers-amazon==9.8.0
apache-airflow-providers-apache-spark==5.3.0
apache-airflow-providers-celery==3.11.0
apache-airflow-providers-common-compat==1.7.0
apache-airflow-providers-common-io==1.6.0
apache-airflow-providers-common-sql==1.27.1
apache-airflow-providers-http==5.3.0
apache-airflow-providers-postgres==6.2.0
apache-airflow-providers-redis==4.1.0
apache-airflow-providers-smtp==2.1.0
apache-airflow-providers-standard==1.2.0
Deployment
Virtualenv installation
Deployment details
Running with
airflow standalonecommandAnything else?
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions