Apparently AS depends on _parse parts output behaving a particular way that #5255 must have slightly changed: ```text jruby -r active_support/core_ext/string/conversions -e 'p "10:00".to_time' NoMethodError: undefined method `+' for nil:NilClass ```