jgoedeke commented on issue #54006:
URL: https://github.com/apache/airflow/issues/54006#issuecomment-3460171786

   @phanikumv the UI is now usable, it does not shift values in the input form 
widget anymore. I still noticed that the injected datetime in the JSON is 
timezone aware e.g.:
   
   1. Entering a datetime like 29/10/2025 08:20 (local timezone GMT+1) in the 
Param field
   2. I see _2025-10-29T07:20:00.000Z_ in the Configuration JSON
   
   The used timezone is not visible in this interface. Which is not a 
dealbreaker, but could lead to unexpected behavior. Especially in the context 
of this docs
   
   > At the moment, Airflow does not convert them to the
   end user's time zone in the user interface. It will always be displayed in 
UTC there.
   
   
https://github.com/apache/airflow/blob/main/airflow-core/docs/authoring-and-scheduling/timezone.rst?plain=1#L24-L25


-- 
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]

Reply via email to