podman/pkg/machine/ignition_windows.go

8 lines
95 B
Go

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