jedcunningham commented on a change in pull request #21646:
URL: https://github.com/apache/airflow/pull/21646#discussion_r809252741
##########
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 datetime (e.g. DAG's `start_date`) 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]