The GitHub Actions job "Tests (AMD)" on 
airflow.git/dag-command-partition-date-tz has failed.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
ee80a6fb93713dbd3dd867677ae65e1f2356b40a / Wei Lee <[email protected]>
docs(cli): correct the partition-date parsing note in dag_clear

The earlier note claimed tz-aware input is normalized to UTC before the
calendar day is taken, implying an off-by-one shift. Verified that is not what
happens: `parsedate` keeps the value's offset and `.date()` returns the
as-typed calendar day, so no shift occurs. State the real behavior instead:
time-of-day and timezone offset are ignored; only the calendar date is used.

Report URL: https://github.com/apache/airflow/actions/runs/27067532282

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to