The ConcreteColumnType.parseSS method in user.js file uses the RegExp value /(\d?\d)$/g. This matches any regular date strings like 2020-01-01. When the match is found the value of the parameter is changed to ~1900-01-01.
Please check this and make necessary corrections. Thanks in advance.