ADVERTISEMENT

I do not recognize ICC probe on drug war – Duterte

Published Aug 13, 2024 07:04 am

DAVAO CITY – Former President Rodrigo R. Duterte said that he does not recognize the International Criminal Court (ICC) investigation on the controversial war on drugs of his administration.

PRRD.jpg

DUTERTE (Basta Dabawenyo FB screenshot) 

The former Chief Executive said this during a pre-recorded episode of “Basta Dabawenyo” uploaded on the Youtube channel CM Baste Duterte on Monday night, August 12.

Duterte reiterated his position that the ICC has no jurisdiction over the Philippines.

He said the question he would like to ask is whether the ICC could still prosecute him.

“I do not recognize that. Are we or are we not? My question is, does it have jurisdiction? I’m a lawyer. I used to be a fiscal, so when I face a case at the court, every day, I would ask that. Do I have the power? Do I have jurisdiction over the case that I am prosecuting?” he said.

Duterte slammed the ICC for singling out the Philippines, particularly his administration, for his controversial policy against illegal drugs when there are more serious crimes happening in other parts of the world.

He claimed that the US, for instance, has done more serious injustices, including “massacre,” but the ICC has not done anything to stop them.

“There’s a lot of injustice and violence going on. It’s senseless. It also happened here, especially perpetuated by the Americans but you didn't do anything,” he said.

Duterte also claimed that the ICC was created by Europeans to go after their former colonies.

At the “’Unsay Mapalit sa imong 20 pesos?’: A Pre-SONA Forum” at the Ateneo de Davao University (ADDU) last July 20, former Bayan Muna Rep. Neri Colmenares said that jurisdiction of the ICC over Duterte’s drug war should never be an issue.

Colmenares said Article 17 on Issues of Admissibility of the Rome Statute provides that a case is inadmissible before ICC if there is a similar ongoing investigation or prosecution of the case in the State, unless the State is unwilling or unable to investigate or prosecute.

Contrary to the claims of the allies of the former President, Colmenares said the ICC has jurisdiction over the drug war of the previous administration since Duterte cannot be prosecuted “even if the justice system is working,” owing to his presidential immunity from all suits.

“Ang totoo kasi hindi siya puwedeng kasuhan ng pamilya sa Pilipinas because he will claim presidential immunity. Ididismiss ng korte ‘yan. File file ka ng kaso dito sa Pilipinas, Presidente ‘yan, immune (The truth is that the family in the Philippines cannot sue him because he will claim presidential immunity. It will be dismissed by the court. You file a case here in the Philippines, that’s the President. He is immune),” he said.

On this basis, Colmenares believes that the families have no other recourse but to file the case before the ICC since the Philippine justice system is unable to prosecute Duterte.

Related Tags

President Duterte International Criminal Court (ICC) Davao City Basta Dabawenyo
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.