ADVERTISEMENT

Zubiri: Without a local court order, Senate won't allow ICC to arrest Dela Rosa

Published Jul 19, 2023 07:41 am
The Philippine Senate will only allow Senator Ronald “Bato” dela Rosa to be arrested based on a valid arrest warrant issued by local courts, Senate President Juan Miguel F. Zubiri on Wednesday, July. 19, said. Zubiri issued the statement during a TV interview  when asked on the possibility of the International Criminal Court (ICC) issuing dela Rosa’s  arrest arising from the drug war waged by former President Duterte. Dela Rosa was then the Philippine National Police (PNP) chief during the Duterte administration.  “We have local courts, we have our Secretary of Justice, we have our own Department of Justice, we have our own local courts as I mentioned earlier,’’ he said in emphasizing the primacy of the Judiciary. Statement on the ICC's decision to proceed with PH drug war probe On the ICC's decision to proceed with Philippine drug war probe, Senator Francis Tolentino said that “once again, the denial of the appeal does not grant the ICC the jurisdiction which it lacks from the very beginning.’’ “Any misguided claims suggesting otherwise would only highlight ICC's persistent disregard for Philippine sovereignty. It is important to note that a foreign entity has no authority to investigate the administration of former President Rodrigo Duterte,’’ he explained, Dela Rosa earlier said that Tolentino would be his counsel should he be forced to go on trial at the ICC in the Netherlands. ‘’Just the same thing that happened to Senator Trillanes, Senator de Lima, unless a local warrant of arrest is issued to a member of the Senate or Secretariat, the Senate will uphold their legal right unless there is a valid warrant of arrest,’’ Zubiri said. ‘’Without a local court order, the Senate is not duty bound to allow dela Rosa arrested without the local warrant of arrest issued by the courts,’’ he stated. ‘’Without the local warrant of arrest issued by the courts, then as far as I’m concerned, he is still a working member of the Senate and accorded of course that respect, similar to Senator De Lima and Senator Trillanes. only when the warrant of arrest was issued, then we allowed or we agreed that they may be taken in the custody,’’ he explained. The process, according to Zubiri, is the ICC should  be the one filing with the local courts, and the local courts would be the one issuing the warrant of arrest.  ‘’That should be the process. I’m just stating a fact, a legal fact,’’ he added.   Replied ‘’Yes’’ to a query whether the ICC should coordinate with the local court and that local court would issue the warrant arrest in behalf of the ICC. ‘’That’s why we are a sovereign nation. No outsider—imagine if Russia says we want to arrest whoever in the Philippines, and then all of a sudden they will be arrested without going through due process and then taken away from the country. We are still a sovereign country and they are still a citizen of this country. They do that with many other countries,’’ he pointed out. ‘’But, however, ang delikado diyan (what is scary is) if Senator Bato dela Rosa leaves the country and goes to the country that is friendly to the ICC, then they will act in that country to arrest Senator dela Rosa. But  here in the Philippines the process is they must coordinate with the local court,’’ Zubiri stressed. ‘’Whoever Senator, whoever, as I said whether you are the highest official of the land or lowest official of the land or member, citizen of this country, no one is above the law. If the local court issues a warrant of arrest, we cannot do anything about it. As I said, that is our practice of sovereign in our country. We have our local courts, they must respect tha,’’ he emphasized.

Related Tags

Senator Migz Zubiri Ronald Bato dela Rosa ICC probe
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.