I have a bunch of dates coming in from a MySQL database, most are "0000-00-00", but if I use TalendDate.formatDate() to print them out, talend thinks they are "0002-12-31". Not only that, but if I try to check the formatted date string with a hard-coded string, they do not match.