Wrong Timezone on Pods

Hello,

I have an application deployed on Kubernetes using kubeless.

Every pod is one hour in the future relative to our timezone (right now is 3:20PM and the pods are returning 4:20PM). That is probably happening because usually on October Brazil enters daylight Saving Time, but this years they canceled so there was no change.

When I exec cat /etc/timezone on any pod it outputs:
Etc/UTC

cat /etc/timezone on the host shows:
America/Sao_Paulo

What can I do to get the time right? It’s affecting all user registers.

Thank you.