dateFormat.setTimeZone(TimeZone.getTimeZone("GMT"));
try {
obj = dateFormat.parse(s);
}
catch (ParseException exc) {
throw new TypeMismatchStorageException(Date.class.getName(), value.getClass().getName(), "???");
}
}
}
catch (Exception exc) {
// Ignore the exception here. In this case obj will not be set, so we'll