Trump says Israel and Iran agree to 'total ceasefire'

Trump says Israel and Iran agree to 'total ceasefire'
US President Donald Trump greets troops at the Al-Udeid air base southwest of Doha on May 15, 2025 (AFP photo)

WASHINGTON — US President Donald Trump announced that Iran and Israel had agreed to a staggered ceasefire beginning at approximately 0400 GMT Tuesday that would bring about an 'official end' to the 12-day conflict.

"It has been fully agreed by and between Israel and Iran that there will be a Complete and Total CEASEFIRE," Trump wrote Monday on his Truth Social platform.

Trump earlier on Monday dismissed Iran's retaliatory strikes against an American base in Qatar as "weak" and sought to draw a line under the US bombing of Iran's nuclear infrastructure by calling for regional peace.

Trump shrugged off Monday's launch of multiple missiles at the United States' Al Udeid base in Qatar, which Tehran said was in retaliation for the US strikes against three key Iranian nuclear sites.

According to the US president, Iran gave warning of the missile salvo, indicating that it wanted to avoid casualties.

"Iran has officially responded to our Obliteration of their Nuclear Facilities with a very weak response, which we expected, and have very effectively countered," Trump posted on his Truth Social platform.

"I want to thank Iran for giving us early notice, which made it possible for no lives to be lost, and nobody to be injured," he added.

Trump said he hoped there would be an end to the war, which began with Israeli attacks aimed at destroying Iran's nuclear program.

"Perhaps Iran can now proceed to Peace and Harmony in the Region, and I will enthusiastically encourage Israel to do the same," Trump posted. Iran has "gotten it all out of their 'system,' and there will, hopefully, be no further HATE."

.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'); }); }); });