Description
JDK built-in time formats may now include an UTF-8 special character 'non-breaking-space' instead of a normal 'space'.
This breaks backwards compatibility.
Fix is to replace UTF-8 8239 (decimal) with 32 (decimal) in any of the formatted temporal values.