put(aAttrs[a].name, oAttr.toDate());
break;
case DATE_TIME:
long lValue;
try {
lValue = oAttr.toLong();
Log.out.info("Got long value "+String.valueOf(lValue));
if (lValue!=-1l)
put(aAttrs[a].name, DateConversions.getDateFromIPSATime(lValue));
} catch (NumberFormatException nfe) {
String sValue;