mirror of
https://github.com/containers/podman.git
synced 2025-09-18 07:51:22 +08:00
8 lines
95 B
Go
8 lines
95 B
Go
//+build windows
|
|
|
|
package machine
|
|
|
|
func getLocalTimeZone() (string, error) {
|
|
return "", nil
|
|
}
|