github.com/containers/podman/v4@v4.9.4/pkg/machine/ignition_freebsd.go (about)

     1  //go:build freebsd
     2  // +build freebsd
     3  
     4  package machine
     5  
     6  func getLocalTimeZone() (string, error) {
     7  	return "", nil
     8  }