Skuid not saving Time field

I am using an object having Time field and when i use that time field in Skuid it’s coming with UI.
After that i am trying to save the time field using javascript

Code:

var params = arguments[0],
$ = skuid.$;
var setupModel = skuid.model.getModel(‘SetupModel’);

setupModel .save({callback: function(result) {
setupModel .updateData();
}})

Any idea what is wrong how to save it.

Adding more details
tried with skuid javascript model save method (using javascript snippet) and directly skuid model save [Using button action as Save model and select the model] and both cases it’s failing and throwing exception like

Hey @dsahoo !

To make sure I’m understanding your question correctly, you are trying to save the value in the Time field inside of a Skuid model?