Ah yes, there's a change in updateSetting with type time. It's checking time format instead of just failing silently. String time format should be HH:MM (updateSetting validates the string now), or parameter can be a Date object, and updateSetting will pull the time out of it using whatever time zone that Date object has.