From nobody Fri Aug 29 14:19:00 2025 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4cD0kf4ZpZz65byk for ; Fri, 29 Aug 2025 14:19:06 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.protected-networks.net", Issuer "R10" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cD0kf2R01z3l46; Fri, 29 Aug 2025 14:19:06 +0000 (UTC) (envelope-from imb@protected-networks.net) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding:content-type :content-type:in-reply-to:from:from:content-language:references :subject:subject:user-agent:mime-version:date:date:message-id; s=201508; t=1756477140; bh=YyiD48gOh/wOwqUxWT+Xu6lTyJqkF/Khs6ef PoCmKPk=; b=ML76pVSw2ZBh3DhMXZwSv0hm2uNnf46Me0kpUu1iQX0rTi8yw4p1 NbrYkuabFQNi2z1J9WcwdKSMOIRugCYZsMPPpxEY7huHxE+lib/aueErrBZr5OVF YXZoT4MQeR9C6a5G8yNqccLKJC1C5wF/Z3OFy4n4VUilwSvT7pn41M8= Received: from [192.168.1.9] (d5540.auburn.protected-networks.net [192.168.1.9]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange x25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 6CE5578628; Fri, 29 Aug 2025 10:19:00 -0400 (EDT) Message-ID: Date: Fri, 29 Aug 2025 10:19:00 -0400 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: TZ changes affect screen To: =?UTF-8?Q?Dag-Erling_Sm=C3=B8rgrav?= Cc: freebsd-current References: <62eb92d8-f71f-4b8f-bf12-e423ffb0f8fa@protected-networks.net> <865xe6tflz.fsf@ltc.des.dev> Content-Language: en-NZ From: Michael Butler In-Reply-To: <865xe6tflz.fsf@ltc.des.dev> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4cD0kf2R01z3l46 On 8/29/25 09:35, Dag-Erling Smørgrav wrote: > Michael Butler writes: >> It seems the recent tweaks to timezone handling (libc?) affect >> sysutils/screen on a dual-boot machine (Windows and FBSD) with >> /etc/wall_cmos_clock present. > > The timezone code does not read this file, so that's not relevant. > > Is /etc/localtime a symlink or a file? If a symlink, where does it > point? imb@d5540:/home/imb> ll /etc/localtime lrwxr-xr-x 1 root wheel 36 Aug 29 09:24 /etc/localtime@ -> /usr/share/zoneinfo/America/New_York imb@d5540:/home/imb> ll /usr/share/zoneinfo/America/New_York -r--r--r-- 1 root wheel 3552 Aug 29 09:24 /usr/share/zoneinfo/America/New_York imb@d5540:/home/imb> ll /etc/wall_cmos_clock -r--r--r-- 1 root wheel 0 Feb 19 2024 /etc/wall_cmos_clock > Is the TZ variable set in your environment? If yes, what is it set to? TZ is not set in either privileged or unprivileged environments. Michael