k8s-timezone-config

Installation
SKILL.md

Kubernetes Pod Timezone Configuration

Standard timezone for Hypera infrastructure: America/Sao_Paulo

Problem

Kubernetes pods run in UTC by default. Logs and application timestamps show +0000 offset instead of local Brazil time (-0300).

Solution

Add the TZ environment variable to container specifications.

Implementation Patterns

1. Helm Values (extraEnv pattern)

For Helm charts that support extraEnv:

Related skills

More from julianobarbosa/claude-code-skills

Installs
47
GitHub Stars
72
First Seen
Jan 24, 2026