mirror of
https://github.com/containers/podman.git
synced 2025-08-01 07:40:22 +08:00
9 lines
115 B
Go
9 lines
115 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package machine
|
|
|
|
func getLocalTimeZone() (string, error) {
|
|
return "", nil
|
|
}
|