mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
If you run timedatectl inside it will not show the correct timezone, it seems systemd really wants a relative link which is also documented by coreos[1]. Also we can just use path.Join() directly and don't have to convert the path again on windows. [1] https://docs.fedoraproject.org/en-US/fedora-coreos/time-zone/#_setting_the_time_zone_via_ignition Signed-off-by: Paul Holzinger <pholzing@redhat.com>