That doesn't seem to cover it, as far as I can see. This flow has a datetime picker using the node, and also a native html version using datetime_local in a ui_template.
The node returns an epoch timestamp, which I convert to an ISO string for display in a debug node and the ui_template returns it as a string. The ui_template gets it right, but the node is an hour out.
[{"id":"58ca500df7734f6a","type":"ui_text_input","z":"4d49653279fea87a","name":"","label":"text input node","tooltip":"","group":"a095025ac31861a2","order":2,"width":4,"height":1,"passthru":true,"mode":"datetime-local","delay":"500","topic":"topic","sendOnBlur":true,"className":"","topicType":"msg","x":160,"y":80,"wires":[["64f9d1a5d809e2f7"]]},{"id":"ac45236ea4df9b23","type":"debug","z":"4d49653279fea87a","name":"Text input node","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":540,"y":80,"wires":[]},{"id":"2f8334f4.cefd7c","type":"ui_template","z":"4d49653279fea87a","group":"a095025ac31861a2","name":"datetime_local in ui_template","order":5,"width":0,"height":0,"format":"<input ng-model=\"me.item.value\" type=\"datetime-local\"\n ng-change=\"send({payload: me.item.value})\">","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":true,"templateScope":"local","className":"","x":200,"y":140,"wires":[["703b20675f7f4e7b"]]},{"id":"703b20675f7f4e7b","type":"debug","z":"4d49653279fea87a","name":"ui_template","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":530,"y":140,"wires":[]},{"id":"64f9d1a5d809e2f7","type":"function","z":"4d49653279fea87a","name":"toISOString()","func":"msg.payload = new Date(msg.payload).toISOString()\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":350,"y":80,"wires":[["ac45236ea4df9b23"]]},{"id":"a095025ac31861a2","type":"ui_group","name":"Test","tab":"76c928cd.92de08","order":5,"disp":true,"width":"6","collapse":false,"className":""},{"id":"76c928cd.92de08","type":"ui_tab","name":"Test","icon":"dashboard","order":1,"disabled":false,"hidden":false}]