Files
podman/vendor/github.com/containers/common/pkg/timezone/timezone_windows.go
Daniel J Walsh 85904e01f3 Vendor in containers/common
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-02-06 07:09:16 -05:00

6 lines
154 B
Go

package timezone
func ConfigureContainerTimeZone(timezone, containerRunDir, mountPoint, etcPath, containerID string) (string, error) {
return "", nil
}