jedcunningham commented on a change in pull request #21646:
URL: https://github.com/apache/airflow/pull/21646#discussion_r809540986
##########
File path: UPDATING.md
##########
@@ -245,7 +245,7 @@ Similarly, `DAG.concurrency` has been renamed to
`DAG.max_active_tasks`.
```python
dag = DAG(
dag_id="example_dag",
- start_date=datetime(2021, 1, 1),
+ start_date=pendulum.datetime(2021, 1, 1, tz="US/Eastern"),
Review comment:
```suggestion
start_date=pendulum.datetime(2021, 1, 1, tz="UTC"),
```
Might just be me, but I'd rather see UTC here.
--
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]