I already provided the time zone configuration see above. The flow is not relevant. Just create a form and add a time input control, and test it. See my original post, system is UTC, time entered is local, the resulting ISO time format string is 1 hour off what UTC should be, which is in my area is exactly off by local DST. The message that results I send to a UI table but watching it with a debug node, same result.
If I enter 9pm local, UTC should be 4am. This works in OS, as expected, but in NR, in a time control on a form, the resulting ISO string is 5am. That is 1 hour off, and we just shifted to DST a few weeks ago, I live in USA, CA. Could be a JavaScript bug? Quirk?
Input...
Result...
Flow fragment...
[{"id":"a543d11d99499b0c","type":"ui_form","z":"4f2bc113e5ffb8b9","name":"Schedule","label":"Schedule","group":"a4af7f53ae04cc5e","order":5,"width":18,"height":1,"options":[{"label":"Task","value":"task","type":"text","required":true,"rows":null},{"label":"Active","value":"active","type":"checkbox","required":false,"rows":null},{"label":"Time","value":"time","type":"time","required":true,"rows":null},{"label":"Duration","value":"duration","type":"number","required":true,"rows":null},{"label":"Sunday","value":"sunday","type":"checkbox","required":false,"rows":null},{"label":"Monday","value":"monday","type":"checkbox","required":false,"rows":null},{"label":"Tuesday","value":"tuesday","type":"checkbox","required":false,"rows":null},{"label":"Wednesday","value":"wednesday","type":"checkbox","required":false,"rows":null},{"label":"Thursday","value":"thursday","type":"checkbox","required":false,"rows":null},{"label":"Friday","value":"friday","type":"checkbox","required":false,"rows":null},{"label":"Saturday","value":"saturday","type":"checkbox","required":false,"rows":null}],"formValue":{"task":"","active":false,"time":"","duration":"","sunday":false,"monday":false,"tuesday":false,"wednesday":false,"thursday":false,"friday":false,"saturday":false},"payload":"","submit":"Task","cancel":"Cancel","topic":"topic","topicType":"msg","splitLayout":"","className":"","x":180,"y":60,"wires":[["f3d65db0ba5ac41e"]]},{"id":"75dfd29e3fee10b4","type":"debug","z":"4f2bc113e5ffb8b9","name":"Message","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":460,"y":60,"wires":[]},{"id":"f3d65db0ba5ac41e","type":"link out","z":"4f2bc113e5ffb8b9","name":"link out 1","mode":"link","links":["639266f7bd0eee2c","22d4791030420326"],"x":285,"y":60,"wires":[]},{"id":"22d4791030420326","type":"link in","z":"4f2bc113e5ffb8b9","name":"link in 1","links":["220b94a29a114b28","f3d65db0ba5ac41e"],"x":345,"y":60,"wires":[["75dfd29e3fee10b4"]]},{"id":"a4af7f53ae04cc5e","type":"ui_group","name":"Irrigation","tab":"62b26ca3a854f6d1","order":1,"disp":true,"width":18,"collapse":true,"className":""},{"id":"62b26ca3a854f6d1","type":"ui_tab","name":"Garage","icon":"dashboard","disabled":false,"hidden":false}]
Note, in my original post, I note 9pm, but later in the post, 9am is noted, that is a typo, both 9 hour references should be PM. Consistent with the example provided above.