Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/timezone: handle TZDIR and local correctly
The special value local must always be higher priority then the TZDIR env so make sure local is matched before. Without this we joined local on the TZDIR path which of course does not result in a valid timezone path. I will add a regression test in podman. Fixes: containers/podman#23550 Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information