From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 2F22A1FF13B for ; Wed, 25 Feb 2026 11:31:48 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 9094933FE8; Wed, 25 Feb 2026 11:32:41 +0100 (CET) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20260222110205.582-2-stefan@mayr-stefan.de> References: <20260220124809.076116bb@rosa.proxmox.com> <20260222110205.582-2-stefan@mayr-stefan.de> Subject: partially-applied: [PATCH common v3 1/2] Fix #7175: replace timezone handling with systemd timedatectl From: Fabian =?utf-8?q?Gr=C3=BCnbichler?= To: Stefan Mayr , pve-devel@lists.proxmox.com, s.ivanov@proxmox.com Date: Wed, 25 Feb 2026 11:32:01 +0100 Message-ID: <177201552189.2479078.10747468551827323043@yuna.proxmox.com> User-Agent: alot/0.0.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1772015509044 X-SPAM-LEVEL: Spam detection results: 0 AWL -1.017 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 1.113 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.358 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.659 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: EYXCXGF73AUQX5SK7K525O62OIT4XY23 X-Message-ID-Hash: EYXCXGF73AUQX5SK7K525O62OIT4XY23 X-MailFrom: f.gruenbichler@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Quoting Stefan Mayr (2026-02-22 12:02:04) > Usage of /etc/timezone is deprecated. The tzdata maintainers recommend > switching to timedatectl. >=20 > This adds timezone handling to the Systemd module and marks the > functions in the INotify module as deprecated. >=20 > Suggested-by: Fabian Gr=C3=BCnbichler > Suggested-by: Maximiliano Sandroval > Tested-by: Stoiko Ivanov > Reviewed-by: Stoiko Ivanov > Signed-off-by: Stefan Mayr applied this one (with a new commit title and note that I changed it ;)). I'll apply the rest except for the removal path once pve-common has been bumped!