uranusjr commented on issue #27903:
URL: https://github.com/apache/airflow/issues/27903#issuecomment-1326956524

   Not sure what you mean. The attribute is set, from what I can tell.
   
   ```pycon
   >>> from airflow.models.dag import DAG
   >>> import pendulum
   >>> d = pendulum.now()
   >>> d.tzinfo
   Timezone('Etc/UTC')
   >>> dag = DAG(dag_id="xxx", start_date=d)
   >>> dag.timezone
   Timezone('Etc/UTC')
   ```


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