Friday, June 27, 2025
31.1 C
Singapore

Employer says her maid wants to stay over at her friend’s house Saturday night as Sunday is her day off; the helper says this is normal practice

SINGAPORE: An employer who hired a maid for the first time wanted to know if she should allow her helper to stay at a friend’s place overnight.

In an anonymous post to a support group on social media for domestic helpers and employers alike, the woman wrote that she hired a Filipino helper. She added that her maid’s day off was on Sunday. She wanted to know if allowing her helper to stay over at her friend’s house on Saturday night was normal. The woman wrote that her maid’s friend or family were also helpers.

“I don’t think it’s the normal practice but my helper thinks it’s normal and given”, she wrote.

Her post received almost a hundred reactions and more than 150 comments in less than five hours. Here’s what others said:

Last month, in a post demanding specific work days off, a maid led to an intense debate between helpers and employers in the comments section.

See also  Maid who has not been able to go home for many years wants to know if she should terminate her contract

Posting to a support group on social media for domestic helpers and employers, the maid wrote that she was looking to be hired by someone who could give her all Sundays and public holidays off without a curfew. Her post garnered over 300 reactions and more than 250 comments on social media.

Maid demands all Sundays and public holidays off, with no curfew; other helpers say this is “normal” request

Hot this week

Grab faces pushback from NTUC over incentive changes, delays implementation

SINGAPORE – Ride-hailing platform Grab has postponed changes to...

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