Fix Forgejo runner timezone (UTC -> America/Los_Angeles) #159
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-runner-timezone"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
TZ=America/Los_Angeleson the Forgejo runner containerThe runner pod defaults to UTC. When releases are cut in the evening PST, towncrier stamps changelog entries with tomorrow's date (e.g., v1.6.2 shows 2026-02-12 despite being released on the evening of Feb 11 PST).
Deployment
After merge, sync the forgejo-runner ArgoCD app:
The runner pod will restart with the new timezone. Note: the v1.6.2 changelog entry will remain dated 2026-02-12; future entries will use PST dates, so dates may appear non-sequential once.