I have delegated events with Bakcbone and changing the time is not causing the input fields change handler to get fired,
changing line 811 from
this.input.triggerHandler('change');
to
this.input.trigger('change');
resolves the issue for me
Need your feedback.