mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-12 20:05:48 +00:00
7 lines
95 B
Go
7 lines
95 B
Go
//+build windows
|
|
|
|
package machine
|
|
|
|
func getLocalTimeZone() (string, error) {
|
|
return "", nil
|
|
}
|