Skip to content

Commit 4beb731

Browse files
committed
update time
Signed-off-by: Raghul-M <raghul.m1430@gmail.com>
1 parent 9ac27ec commit 4beb731

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/markdown/podman-machine-inspect.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ podman-machine-default: running (Rootful: false, User Networking: true)
103103
Show machine uptime information:
104104
```
105105
$ podman machine inspect --format "Created: {{.Created}}\nLast Up: {{.LastUp}}\nState: {{.State}}"
106-
Created: 2025-02-11 14:12:48.231836 +0530 UTC
107-
Last Up: 2025-08-12 19:31:19.391294 +0530 UTC
106+
Created: 2025-02-11 14:12:48.231836 +0000 UTC
107+
Last Up: 2025-08-12 19:31:19.391294 +0000 UTC
108108
State: running
109109
```
110110

docs/source/markdown/podman-pod-inspect.1.md.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Pod mypod (605f5f776e101a6e0ad11ea802cae25eabf299da77122f2963fa65dc6ccf6717) has
105105
Show pod creation time and shared namespaces:
106106
```
107107
$ podman pod inspect mypod --format "Created: {{.Created}}\nShared: {{.SharedNamespaces}}"
108-
Created: 2025-08-14 21:16:05.861363099 +0530 UTC
108+
Created: 2025-08-14 21:16:05.861363099 +0000 UTC
109109
Shared: [net uts ipc]
110110
```
111111

0 commit comments

Comments
 (0)