From 0a46bba629843b07382cb122ad7d331563eb215f Mon Sep 17 00:00:00 2001 From: Enno Tensing Date: Wed, 30 Jul 2025 11:02:56 +0200 Subject: [PATCH] containerrc: Add support for timezone changing Might be needed for some applications. Signed-off-by: Enno Tensing --- containerrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/containerrc.json b/containerrc.json index f0d47c2..9de93a0 100644 --- a/containerrc.json +++ b/containerrc.json @@ -39,6 +39,9 @@ "restart": { "type": "string" }, + "timezone": { + "type": "string" + }, "network": { "type": "object", "properties": {