diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-16 22:37:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 22:37:49 +0100 |
commit | 52d5f367b144f755dd20b18d88c5f79bc6b0c3fe (patch) | |
tree | e0e87c0e5e7861960107a697bcf01c2d6ebfe72c /docs/source | |
parent | 2c98694559b6413ec4f9abdb6d3750b6dd46cc4f (diff) | |
parent | a86495ea6fdd56519afc65586c0f7f9c0f4f5ab2 (diff) | |
download | podman-52d5f367b144f755dd20b18d88c5f79bc6b0c3fe.tar.gz podman-52d5f367b144f755dd20b18d88c5f79bc6b0c3fe.tar.bz2 podman-52d5f367b144f755dd20b18d88c5f79bc6b0c3fe.zip |
Merge pull request #12609 from baude/tz
Set machine timezone
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-machine-init.1.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-machine-init.1.md b/docs/source/markdown/podman-machine-init.1.md index 3abc7c9ea..aead6c695 100644 --- a/docs/source/markdown/podman-machine-init.1.md +++ b/docs/source/markdown/podman-machine-init.1.md @@ -55,6 +55,12 @@ Memory (in MB). Start the virtual machine immediately after it has been initialized. +#### **--timezone** + +Set the timezone for the machine and containers. Valid values are `local` or +a `timezone` such as `America/Chicago`. A value of `local`, which is the default, +means to use the timezone of the machine host. + #### **--help** Print usage statement. |