mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
6 lines
154 B
Go
6 lines
154 B
Go
package timezone
|
|
|
|
func ConfigureContainerTimeZone(timezone, containerRunDir, mountPoint, etcPath, containerID string) (string, error) {
|
|
return "", nil
|
|
}
|