From a86495ea6fdd56519afc65586c0f7f9c0f4f5ab2 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 14 Dec 2021 14:16:09 -0600 Subject: Set machine timezone Added an option to podman machine init to declare the timezone of the resulting machine. the default is to use the value of the host name or else a given timezone name like America/Chicago. Fixes: #11895 Signed-off-by: Brent Baude [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude --- pkg/machine/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/machine/config.go') 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 } -- cgit v1.2.3-54-g00ecf