mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
8 lines
115 B
Go
8 lines
115 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package machine
|
|
|
|
func getLocalTimeZone() (string, error) {
|
|
return "", nil
|
|
}
|