This is my first post on this forum though I've been using Node-RED for just over a year now. I hope I get it right
I have a form element with type "Time"
On focus the dropdown displays the current time as the default correctly but on submission the hour has been reduced by 1 hour. This occurs both using Microsoft Edge and the AVG Secure Browser. All other times in my system display correctly
I am running the Node-RED integration version 13.5.3 under Home Assistant Home Assistant 2022.11.4
Supervisor 2022.11.2
Operating System 9.3
Frontend 20221108.0 - latest
I produced a simple flow to exemplify the problem
[{"id":"2fbaad6f2b46c829","type":"tab","label":"Flow 2","disabled":false,"info":"","env":[]},{"id":"5a3f7a04aed08be7","type":"debug","z":"2fbaad6f2b46c829","name":"debug 40","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":440,"y":160,"wires":[]},{"id":"a5cf4986139c19c7","type":"ui_form","z":"2fbaad6f2b46c829","name":"Switches","label":"<font color= {{msg.color}} > {{msg.payload}}</font>","group":"343f7063521c327e","order":10,"width":0,"height":0,"options":[{"label":"Start Time","value":"Start","type":"time","required":true,"rows":null},{"label":"End Time","value":"End","type":"time","required":false,"rows":null},{"label":"State","value":"State","type":"switch","required":true,"rows":null},{"label":"All Days","value":"All","type":"checkbox","required":false,"rows":null},{"label":"Sun","value":"Sun","type":"checkbox","required":false,"rows":null},{"label":"Mon","value":"Mon","type":"checkbox","required":false,"rows":null},{"label":"Tue","value":"Tue","type":"checkbox","required":false,"rows":null},{"label":"Wed","value":"Wed","type":"checkbox","required":false,"rows":null},{"label":"Thu","value":"Thu","type":"checkbox","required":false,"rows":null},{"label":"Fri","value":"Fri","type":"checkbox","required":false,"rows":null},{"label":"Sat","value":"Sat","type":"checkbox","required":false,"rows":null}],"formValue":{"Start":"","End":"","State":false,"All":false,"Sun":false,"Mon":false,"Tue":false,"Wed":false,"Thu":false,"Fri":false,"Sat":false},"payload":"","submit":"submit","cancel":"cancel","topic":"topic","topicType":"msg","splitLayout":true,"className":"","x":300,"y":160,"wires":[["5a3f7a04aed08be7"]]},{"id":"a6cb819ce376fc58","type":"inject","z":"2fbaad6f2b46c829","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":160,"wires":[["a5cf4986139c19c7"]]},{"id":"343f7063521c327e","type":"ui_group","name":"test","tab":"62712bbf.888b94","order":3,"disp":true,"width":"6","collapse":false,"className":""},{"id":"62712bbf.888b94","type":"ui_tab","name":"test","icon":"dashboard","disabled":false,"hidden":false}]
Unfortunately as a new user I'm unable to post the screenshots of the Input form and data and the object shown by debug