ADVERTISEMENT

One hour, one action to save energy

Published Jun 3, 2026 06:00 am  |  Updated Jun 2, 2026 09:06 pm
It takes small, everyday actions to keep the darkness at bay, a sentiment that echoes the impact of kindness and love found in community efforts as well as individual actions.
The Department of Energy (DOE), in partnership with SM Supermalls, officially launched the O.N.E Oras Natin sa Efficiency campaign at the SM Mall of Asia Globe. The campaign calls for a nationwide initiative encouraging Filipinos to switch off non-essential lights and appliances every Saturday from 8:00 p.m. to 9:00 p.m. Backed by Executive Order No. 110, the campaign seeks to strengthen energy security and promote responsible energy use through a simple but unified weekly habit.
Image of the Mall of Asia Globe with the O.N.E campaign lit up. (Photo taken by Sean Fernando)
Image of the Mall of Asia Globe with the O.N.E campaign lit up. (Photo taken by Sean Fernando)
The ceremonial lighting of the MOA Globe, led by Energy Secretary Sharon S. Garin alongside officials of SM Supermalls, served as a highly visible call for collective participation. Against the backdrop of the Manila Bay skyline, the launch underscored the campaign’s central message: sustainability is achieved not only through large-scale infrastructure but also through the daily choices of ordinary people.
Energy Secretary Sharon S. Garin delivers her keynote speech. (Photo by Sean Fernando)
Energy Secretary Sharon S. Garin delivers her keynote speech. (Photo by Sean Fernando)
“Energy security is not achieved by government alone. It is built daily by millions of Filipinos making responsible choices in their homes, communities, and businesses,” Garin said during the launch. “Small actions, when multiplied nationwide, become a real power resource.”
The O.N.E. Campaign encourages households, businesses, and institutions to take part in practical energy-saving measures such as turning off unnecessary lights and unplugging devices left on standby. The designated hour also promotes spending time with loved ones and strengthening relationships free from screen distractions.
While the campaign focuses on one hour each week, officials emphasized that the potential impact is far-reaching. During Earth Hour 2026, the country recorded a reduction of 145.43 megawatts in electricity demand in just one hour—roughly equivalent to the output of a mid-sized power plant. Sustained weekly participation at a similar level could generate substantial annual energy savings while helping ease pressure on the country’s power grid.
SM Supermalls, one of the campaign’s lead partners, committed to switching off non-essential lights and systems across all its malls nationwide during the designated hour every Saturday. The initiative builds on the company’s broader sustainability efforts, including LED lighting upgrades, smart cooling systems, and electric vehicle charging stations installed across its mall network.
From left: Joaquin L. San Agustin, executive vice president for marketing of SM Supermalls; Director Patrick T. Aquino of the Department of Energy’s Energy Utilization Management Bureau; Assistant Secretary Mandy Romero; Pasay City Mayor Imelda G. Calixto-Rubiano; Energy Secretary Sharon S. Garin; Engr. Junias M. Eusebio, vice president for mall operations of SM Supermalls; Undersecretary Mario C. Marasigan of the Department of Energy; Bella Belen; and Pauline Gaston attend the launch of the O.N.E. Oras Natin sa Efficiency campaign. (Photo by Sean Fernando)
From left: Joaquin L. San Agustin, executive vice president for marketing of SM Supermalls; Director Patrick T. Aquino of the Department of Energy’s Energy Utilization Management Bureau; Assistant Secretary Mandy Romero; Pasay City Mayor Imelda G. Calixto-Rubiano; Energy Secretary Sharon S. Garin; Engr. Junias M. Eusebio, vice president for mall operations of SM Supermalls; Undersecretary Mario C. Marasigan of the Department of Energy; Bella Belen; and Pauline Gaston attend the launch of the O.N.E. Oras Natin sa Efficiency campaign. (Photo by Sean Fernando)
Public figures and advocates also joined the launch to help amplify the campaign’s message of shared responsibility. Among those present were actor Enzo Pineda, Miss Earth Air 2012 Stefany Stephanowitz, entrepreneur and actor Benj Sadac, volleyball star Bella Belen, lifestyle influencer Pauline Gaston, Miss Universe Philippines 2022 Celeste Cortesi, Miss Universe Philippines 2023 Michelle Dee, and Nicole Cordoves.
At its core, the O.N.E. Campaign is less about a single hour of darkness and more about building a culture of conscious energy use. In an era shaped by rising energy demand and climate challenges, the campaign aims to remind Filipinos that sustainability begins not with grand gestures, but with simple actions repeated consistently—as a nation united for a more sustainable and energy-efficient future.

Related Tags

SM Supermalls O.N.E. Oras Natin sa Efficiency Department of Energy (DOE)
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.