From 0665cef7e3484baac802ccc1d8c36aade272e1e8 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Wed, 29 Apr 2026 17:53:38 +0000 Subject: [PATCH] fix: set TZ=America/Los_Angeles in Helm config for all pods Containers default to UTC. The host is PDT but pods don't inherit the host timezone. Adding TZ to the ConfigMap ensures all services log and compute timestamps in Pacific time. --- infra/helm/stonks-oracle/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/helm/stonks-oracle/values.yaml b/infra/helm/stonks-oracle/values.yaml index 458d328..5d3e0a2 100644 --- a/infra/helm/stonks-oracle/values.yaml +++ b/infra/helm/stonks-oracle/values.yaml @@ -221,6 +221,7 @@ config: TRADING_RISK_TIER: "moderate" TRADING_ABSOLUTE_POSITION_CAP: "10000.0" TRADING_MAX_OPEN_POSITIONS: "10" + TZ: "America/Los_Angeles" ## Secrets secrets: