Skip to content

Fix start_date in example DAGs to avoid TZ conversion overflow#63882

Open
vagetablechicken wants to merge 6 commits intoapache:mainfrom
vagetablechicken:fix-63865
Open

Fix start_date in example DAGs to avoid TZ conversion overflow#63882
vagetablechicken wants to merge 6 commits intoapache:mainfrom
vagetablechicken:fix-63865

Conversation

@vagetablechicken
Copy link
Member

closes: #63865

Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

Copy link
Contributor

@yuseok89 yuseok89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor suggestion: consider adding tzinfo=datetime.timezone.utc for consistency with the issue author's recommendation (#63865). Making the datetime timezone-aware from the start avoids any ambiguity in interpretation.

vagetablechicken and others added 5 commits March 19, 2026 10:41
…a.py

Co-authored-by: yuseok89 <yuseok89@gmail.com>
…a.py

Co-authored-by: yuseok89 <yuseok89@gmail.com>
…ra.py

Co-authored-by: yuseok89 <yuseok89@gmail.com>
…ra.py

Co-authored-by: yuseok89 <yuseok89@gmail.com>
Co-authored-by: yuseok89 <yuseok89@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docker compose load example dags error when timezone is not utc

2 participants