ConvertRecDate
status_t ConvertRecDate(ISORecDate* inDate, time_t* outDate);
if (ConvertRecDate(&(node->recordDate), &time) == B_NO_ERROR) {