Files
podman/pkg/machine/ignition_windows.go
Jason T. Greene 803defbe50 Introduce Windows WSL implementation of podman machine
[NO NEW TESTS NEEDED] for now

Signed-off-by: Jason Greene <jason.greene@redhat.com>
2021-12-24 19:28:10 -06:00

8 lines
95 B
Go

//+build windows
package machine
func getLocalTimeZone() (string, error) {
return "", nil
}