github.com/containers/podman/v4@v4.9.4/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  }