ADVERTISEMENT

Trump finds fault with both Putin and Zelenskyy as he tries to push for deal to end war in Ukraine

Published Mar 31, 2025 01:32 am

ANGER PHOTO.jpg

President Donald Trump arrives on Air Force One at Palm Beach International Airport, Friday, March 28, 2025, in West Palm Beach, Fla. (AP Photo/Manuel Balce Ceneta)



WASHINGTON (AP) — President Donald Trump lashed out at both Vladimir Putin and Volodymyr Zelenskyy on Sunday, expressing frustration with the Russian and Ukrainian leaders as he struggles to forge a truce to end the war.

Although Trump insisted to reporters that "we're making a lot of progress," he acknowledged that "there's tremendous hatred" between the two men, a fresh indication that negotiations may not produce the swift conclusion that he promised during the campaign.

Trump began voicing his criticisms in an early morning interview with NBC News while he was at Mar-a-Lago, his private club in Florida. He said he was "angry, pissed off" that Putin questioned Zelenskyy's credibility.

The Russian leader recently said that Zelenskyy lacks the legitimacy to sign a peace deal and suggested that Ukraine needed external governance.

Trump said he would consider adding new sanctions on Russia, which already faces steep financial penalties, and using tariffs to undermine its oil exports.

The Republican president rarely criticizes Putin, and he's previously attacked Zelenskyy's credibility himself. For example, Trump has suggested that Ukraine caused the war that began with a Russian invasion three years ago, and he's insisted that Zelenskyy should hold elections even though it's illegal under Ukraine's constitution to do so during martial law.

On his flight back to Washington on Sunday evening, Trump reiterated his annoyance toward Putin but somewhat softened his tone.

"I don't think he's going to go back on his word," he said. "I've known him for a long time. We've always gotten along well."

Asked when he wanted Russia to agree to a ceasefire, Trump said there was a "psychological deadline."
"If I think they're tapping us along, I will not be happy about it," he said.

Trump soon pivoted to criticize Zelenskyy.

"He's trying to back out of the rare earth deal, " Trump said, referring to negotiations over U.S. access to critical minerals in Ukraine. "And if he does that he's got some problems. Big, big problems."

Trump and Zelenskyy were supposed to sign the deal when the Ukrainian leader visited the White House. However, their meeting ended with acrimony that played out in front of television cameras in the Oval Office.

Trump suggested on Sunday that Zelenskyy wanted to "renegotiate the deal" to get better security guarantees.
"He wants to be a member of NATO," he said. "Well, he was never going to be a member of NATO. He understands that."

The U.S. has been pushing for a comprehensive ceasefire deal between Russia and Ukraine to peacefully end their 3-year-old war.

Russia has effectively rejected a U.S. proposal for an immediate and full 30-day halt in the fighting, and the feasibility of a partial ceasefire on the Black Sea was thrown into doubt after Kremlin negotiators imposed far-reaching conditions.

Trump's comments on Putin come after weeks of intense pressure on Ukraine to agree to a ceasefire.
Russian drones hit Ukraine's 2nd largest city Kharkiv

Meanwhile, Russian drones hit a military hospital, shopping center and apartment blocks in Ukraine's second-largest city of Kharkiv, killing two people and wounding dozens.

Ukraine's General Staff denounced the "deliberate, targeted shelling" of the military hospital late Saturday. Among the casualties were service members who were undergoing treatment, it said. Regional Gov. Oleh Syniehubov said those killed were a 67-year-old man and a 70-year-old woman.

According to Ukrainian government and military analysts, Russian forces are preparing to launch a fresh military offensive in the coming weeks to maximize pressure on Kyiv and strengthen the Kremlin's negotiating position in ceasefire talks.

Ukraine's air force reported that Russia fired 111 exploding drones and decoys in the latest wave of attacks overnight into Sunday. It said 65 of them were intercepted and another 35 were lost, likely having been electronically jammed.

Zelenskyy said Sunday that over the past week "most regions of Ukraine" came under Russian attack. Writing on X, he said "1,310 Russian guided aerial bombs, over 1,000 attack drones — mostly 'Shaheds' — and nine missiles of various types, including ballistic ones" had been launched against Ukraine.

Zelenskyy also repeated his assertion that "Russia is dragging out the war," echoing comments he made Thursday in Paris that Russia is prolonging ceasefire talks "just to buy time and then try to grab more land."

Russia's Ministry of Defense, meanwhile, said its air defense systems shot down six Ukrainian drones. It also claimed Sunday that its troops had taken control of a village in Ukraine's partly occupied Donetsk region. The Russian claim could not be independently verified, and Ukraine did not comment.

Related Tags

Volodymyr Zelenskyy President Donald Trump Vladimir Putin WORLDNEWS
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.