You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/17 16:11:34 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #21646: Clarify pendulum use in timezone cases

kaxil commented on a change in pull request #21646:
URL: https://github.com/apache/airflow/pull/21646#discussion_r809221024



##########
File path: docs/apache-airflow/faq.rst
##########
@@ -243,6 +245,14 @@ This allows for a backfill on tasks that have ``depends_on_past=True`` to
 actually start. If this were not the case, the backfill just would not start.
 
 
+Using timezones
+---------------
+
+Creating a time zone aware time is quite simple. Just make sure to supply a time zone aware dates

Review comment:
       ```suggestion
   Creating a time zone aware datetime (e.g. DAG's `start_date`) is quite simple. Just make sure to supply a time zone aware dates
   ```




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org