mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
Vendor in containers/common
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
5
vendor/github.com/containers/common/pkg/timezone/timezone_windows.go
generated
vendored
Normal file
5
vendor/github.com/containers/common/pkg/timezone/timezone_windows.go
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
package timezone
|
||||
|
||||
func ConfigureContainerTimeZone(timezone, containerRunDir, mountPoint, etcPath, containerID string) (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
Reference in New Issue
Block a user