junyeong0619 commented on issue #67282:
URL: https://github.com/apache/airflow/issues/67282#issuecomment-4516093718
Tested on my local using environment and scenario below.
Environment
- macOS Darwin 25.5.0, Python 3.12
- `apache-airflow==3.2.2rc1` + `apache-airflow-task-sdk==1.2.2rc1` from
PyPI
with constraints from `constraints-3.2.2rc1`
- `airflow standalone` on port 8888, sqlite backend
- UI timezone: Asia/Seoul (UTC+9)
Scenarios checked (DateTimeInput component, used in DagRuns/Logs filter)
1. Paste full ISO `2026-05-22T10:00:00+00:00` → displayed as
`2026.05.22 오후 07:00` (= 19:00 KST).
2. Pasted UTC value rendered with UI timezone offset applied.
3. Type a partial value (`2026-05-2`), then select-all + paste
`2026-12-31T23:59:00Z` → rendered as `2027.01.01 오전 08:59`. No
leftover debounce overwrite from the prior typing.
--
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]