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 7A2A11FF135 for ; Sun, 22 Feb 2026 12:01:55 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 659F91F670; Sun, 22 Feb 2026 12:02:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mayr-stefan.de; s=manitu-webhosting; t=1771758128; bh=AwKB5ZKwGJBcQlOhcbLEtUU6R28G0BcDnn0TgLjuap4=; h=From:To:Subject:Date:In-Reply-To:References:Reply-To; b=v6fmJxCZQUkRFfBw2yqVAWwzqfqoVANh26F0HYOScrfvdipiOkLOivouoFlvyB/Eg skTpDW1wPRzsWgbfpWxxWtNWpHVp1xz45I2g1hQJ+Z0DCcIjjZfD2BfyFgMy/MGpAz vhPLBL2WuYoIY+H27rf8ePb6qdfiQ0OckN1WGQGyC1sx38axWR6IM9NjMmbBaDdvXH 641GWoSRDDuwQYIK01pyyqPpKXsfgi8l0q8+miV0DY/+6uBvepb0eGaS2vmFTgQO2H eLgCG8P9YRxb1muscZDqyhNV38s/YSdhFdET16q3D+zOVf2m5U9Z4IBJ1zZ1WVeXo+ zJ3C8W/0rUpBA== From: Stefan Mayr To: pve-devel@lists.proxmox.com Subject: [PATCH common v3 0/2] Fix #7175: replace timezone handling with systemd timedatectl Date: Sun, 22 Feb 2026 12:02:03 +0100 Message-Id: <20260222110205.582-1-stefan@mayr-stefan.de> In-Reply-To: <20260220124809.076116bb@rosa.proxmox.com> References: <20260220124809.076116bb@rosa.proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.910 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain DMARC_MISSING 0.1 Missing DMARC policy RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 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.001 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.001 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: VG23Q67JVRVXFXGDYMUSJPCCZCH54LDH X-Message-ID-Hash: VG23Q67JVRVXFXGDYMUSJPCCZCH54LDH X-MailFrom: stefan@mayr-stefan.de 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 Reply-To: s.ivanov@proxmox.com List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: This splits the patch to pve-common into two parts: 1. adds functions for systemd timedatectl 2. removes handling deprecated /etc/timezone from INotify module