summaryrefslogtreecommitdiff
path: root/pkg/machine/config.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-12-16 22:37:49 +0100
committerGitHub <noreply@github.com>2021-12-16 22:37:49 +0100
commit52d5f367b144f755dd20b18d88c5f79bc6b0c3fe (patch)
treee0e87c0e5e7861960107a697bcf01c2d6ebfe72c /pkg/machine/config.go
parent2c98694559b6413ec4f9abdb6d3750b6dd46cc4f (diff)
parenta86495ea6fdd56519afc65586c0f7f9c0f4f5ab2 (diff)
downloadpodman-52d5f367b144f755dd20b18d88c5f79bc6b0c3fe.tar.gz
podman-52d5f367b144f755dd20b18d88c5f79bc6b0c3fe.tar.bz2
podman-52d5f367b144f755dd20b18d88c5f79bc6b0c3fe.zip
Merge pull request #12609 from baude/tz
Set machine timezone
Diffstat (limited to 'pkg/machine/config.go')
-rw-r--r--pkg/machine/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/machine/config.go b/pkg/machine/config.go
index 55d5dd7b4..e5e701303 100644
--- a/pkg/machine/config.go
+++ b/pkg/machine/config.go
@@ -21,6 +21,7 @@ type InitOptions struct {
IsDefault bool
Memory uint64
Name string
+ TimeZone string
URI url.URL
Username string
}