github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/pkg/machine/ignition_windows.go (about) 1 //go:build windows 2 // +build windows 3 4 package machine 5 6 func getLocalTimeZone() (string, error) { 7 return "", nil 8 }