The GitHub Actions job "Tests" on 
airflow.git/clawoss/fix/dag-serialization-tz-1773835984 has succeeded.
Run started by GitHub user BillionClaw (triggered by potiuk).

Head commit for run:
0ab6bcbf1572909797880e86612501419a72f05b / BillionClaw <[email protected]>
fix: DAG serialization with timezone-aware datetime objects

Handle standard library datetime.timezone objects in encode_timezone.
Previously, using datetime.timezone.utc or other stdlib timezone objects
in DAGs would cause serialization to fail with ValueError.

The fix converts datetime.timezone to its UTC offset in seconds for
serialization, treating zero offset as 'UTC' for consistency with
Pendulum timezone handling.

Fixes #48765

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

With regards,
GitHub Actions via GitBox


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

Reply via email to