From 2ab28140d6c44aa7ce35a61e740d26009910cf05 Mon Sep 17 00:00:00 2001 From: Urvashi Mohnani Date: Mon, 22 Nov 2021 12:24:40 -0500 Subject: [CI:DOCS] Update notes on java TZ in man page Signed-off-by: Urvashi Mohnani --- docs/source/markdown/podman-run.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/markdown/podman-run.1.md') diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index e719ffffc..0d9e6dbcd 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -1853,7 +1853,7 @@ $ podman run --name container1 --rootfs /path/to/rootfs:O bash In order to use a timezone other than UTC when running a Java application within a container, the `TZ` environment variable must be set within the container. Java applications will ignore the value set with the -`--tz` option. This will be corrected in a later relase. +`--tz` option. ``` # Example run -- cgit v1.2.3-54-g00ecf