Trump: 'Everyone should immediately evacuate Tehran!'

Trump: 'Everyone should immediately evacuate Tehran!'
US President Donald Trump walks out to talk to reporters after signing a trade agreement with British Prime Minister Keir Starmer during the G7 Leaders' Summit on June 16, 2025 in Kananaskis, Alberta (AFP photo)

Kananaskis, Canada — US President Donald Trump on Monday urged residents of Tehran to leave, backing warnings from Israeli Prime Minister Benjamin Netanyahu who has launched a massive attack on Iran.

"Everyone should immediately evacuate Tehran!" Trump wrote on his Truth Social account during a Group of Seven summit in Canada.

Trump did not elaborate. Nearly 10 million people live in the Iranian capital.

The warning comes as Israel ramps up attacks in Iran which it says are aimed at destroying the cleric-run state's contested nuclear work.

The Israeli military earlier issued a notice urging residents of one district of Tehran to evacuate, an echo of its tactics in Gaza where it has displaced most of the Palestinian population since the October 7, 2023 attacks.

Trump has repeatedly declined to say if the United States would participate in Israeli military action, although he says it was not involved in initial strikes.

He earlier told reporters at the G7 summit, which ends Tuesday: "As soon as I leave here, we're going to be doing something. But I have to leave here."

Iran will strike Israel "without interruption until dawn" overnight from Monday to Tuesday, its Revolutionary Guards announced.

"The ninth wave of combined drone and missile attacks has begun and will continue without interruption until dawn," said the Guards' spokesman, Ali Mohammad Naini, according to the official IRNA news agency.

The Israeli army issued a brief air raid warning for Tel Aviv and Beersheva in the south early on Tuesday due to incoming Iranian missiles before dropping the alert.

Sirens "sounded in several areas of Israel" at around 12:30am local time (2130 GMT), the army said, before it issued a second message saying that it was "now permitted to leave protected spaces in all areas across the country."

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

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