modified = new ISODate(modDate.getTime(), false).toString();
if (modified != null && modified.length() == 0) modified = null;
if (log.isDebugEnabled())
log.debug("getRecordInfo: adding "+identif+" with modification date "+modified);
return new RecordInfo(identif, modified);
} catch (UnsupportedEncodingException e) {
HarvestError harvestError = new HarvestError(e, log);
harvestError.setDescription(harvestError.getDescription() + "\n record: " + Xml.getString(record));
errors.add(harvestError);
} catch (ParseException e) {