Libya court to rule on Qadhafi’s son Saif, former officials July 28

TRIPOLI — A Libyan court will rule on July 28 on a son of Muammar Qadhafi and 36 other former regime officials accused of war crimes and suppressing peaceful protests during the 2011 revolution, a state prosecutor said on Monday.

Saif Al Islam, the most high-profile of Qadhafi’s seven sons, has been on trial together with former spy chief Abdullah Al Senussi. Any verdict on Saif would be in absentia since he has been held since 2011 by a former rebel group in Zintan that opposes the Tripoli government.

Others in the dock include Qadhafi-era prime minister Baghdadi Al Mahmoudi, former foreign minister Abdul Ati Al Obeidi and ex-intelligence chief Buzeid Dorda. They also face corruption and other charges.

The trial had started in April 2014 before fighting between rival factions in Tripoli ripped Libya apart in a power struggle which has produced two governments competing for authority.

It takes place in Tripoli which is controlled by a rival government set up after an armed faction called Libya Dawn seized the capital in August, expelling the official premier to the east.

The struggle has worsened chaos in the oil producer which has struggled to establish basic institutions since Qadhafi’s four-decade one-man rule ended in 2011.

"The court has ended the hearing after all defendants gave their oral and written defence statements," said Sadiq Al Sur, head of the investigation department at the attorney general.

"God willing there will be a verdict on July 28... for 37 defendants," he told Reuters.

The International Criminal Court and other human rights organisations worry about the fairness of Libya's justice system although the North African country won the right in 2013 to try Qadhafi’s former spy chief at home instead of at the ICC in the Hague.

Sur said all defendants had plenty of time to meet their lawyers despite claims by some they had struggled to get access to their clients.

The verdicts could be appealed, said Sur.

Saif had appeared by video link in sessions at the start of trial but not later on. The Zintanis have refused to hand him over, saying they do not trust Tripoli to ensure he won't escape, but had agreed before the trial to have him tried in a court there.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;}
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });