mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +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
|
|
}
|