2.3.0.111 : java.lang.RuntimeException: invalid time value 2021-11-24T20:30:00.000-0600

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.

1 Like