Pom uses localtime() so needs tzdata available. PR: 278574 Reported by: Tatsuki Makino
Details
Details
- Reviewers
ivy - Group Reviewers
capsicum - Commits
- rG0fde36fe04b2: pom: Cache tzdata before entering capability mode
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
looks right to me, although i didn't check the maths.
old behaviour (TZ is ignored):
% TZ=America/New_York pom -p -d 2025-07-27 6 % TZ=Pacific/Kiritimati pom -p -d 2025-07-27 6
new behaviour:
% TZ=America/New_York pom -p -d 2025-07-27 6 % TZ=Pacific/Kiritimati pom -p -d 2025-07-27 3