On 8/29/25 09:35, Dag-Erling Smørgrav wrote:
Michael Butler <[email protected]> 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