pub fn get_datetime_and_unit_from_units(
    units: &str,
    calendar: Calendar
) -> Result<(CFDatetime, Unit), Error>