The GitHub Actions job "Tests" on 
airflow.git/fix/ui-logical-date-timezone-61982 has failed.
Run started by GitHub user Arunodoy18 (triggered by Arunodoy18).

Head commit for run:
f8ffb4713a6255511f7efdd94780160cd8f9ce72 / Arunodoy18 <[email protected]>
Fix UI logical date timezone mismatch on DAG trigger

When triggering a DAG with the UI timezone set to non-UTC, the logical date 
received by the backend did not match the date selected in the UI.

Root causes:

- TriggerDAGForm initialized logicalDate with a naive format string (YYYY-MM-DD 
HH:mm:ss) which was ambiguous when parsed by Date()

- DateTimeInput used space separator instead of 'T' required by datetime-local 
inputs

Fix:

- Use dayjs().toISOString() for unambiguous UTC datetime

- Use YYYY-MM-DDTHH:mm:ss format for datetime-local display

- Add frontend and backend tests for timezone correctness

Fixes #61982

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

With regards,
GitHub Actions via GitBox


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

Reply via email to