Wednesday, June 25, 2025
31.9 C
Singapore

Man arrested for mischief by fire at St Hilda’s Church

On 16 April 2017 at about 7am, SCDF received a call stating that there was black smoke coming out from the roof at 41 Ceylon Rd. SCDF dispatched 2 Fire Engines, 1 Red Rhino, 2 Fire Bikes, an ambulance and 2 support vehicles. The fire involved some books inside a room on the second floor. The fire was confined to the room and extinguished quickly by SCDF using a compressed air foam system. There were no reported injuries.

A 60-year-old man has been arrested in connection to the case and will be charged in Court on 18 April 2017 for the offence of Mischief by Fire, under Section 436 of the Penal Code, Chapter 224, which carries a life imprisonment or an imprisonment term which may extend to 10 years, and shall also be liable to fine.

See also  Pritam Singh asks the unvaccinated not to form views ‘based on unverified posts from WhatsApp University’

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });