Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2021 09:02:46 +0000
From:      Gary Jennejohn <gljennjohn@gmail.com>
To:        Michael Butler via freebsd-current <freebsd-current@freebsd.org>
Cc:        imb@protected-networks.net, trasz@freebsd.org
Subject:   Re: git commit for WITH_DETECT_TZ_CHANGES breaks date, et al
Message-ID:  <20210914110246.724cf733@ernst.home>
In-Reply-To: <174267aa-00de-6e35-a75a-80be3617b6a1@protected-networks.net>
References:  <174267aa-00de-6e35-a75a-80be3617b6a1@protected-networks.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 13 Sep 2021 21:30:02 -0400
Michael Butler via freebsd-current <freebsd-current@freebsd.org> wrote:

> After commit ddedf2a11eb20af1ee52cb3da70a57c21904af8f date fails to recognize any configured timezone when WITH_DETECT_TZ_CHANGES is not set.
> 
> For example ..
> 
> imb@vm01:/home/imb> date  
> Tue Sep 14 01:25:57  2021
> 
> Every other daemon also thinks it's running in UTC+0 :-(
> 
> When libc is recompiled with WITH_DETECT_TZ_CHANGES=yes in /etc/src.conf, the output is (for me) ..
> 
> imb@vm01:/usr/src/lib/libc> date  
> Mon Sep 13 21:28:29 EDT 2021
> 

Same here.  After instaling the new world this morning I was suddenly
in UTC instead of CEST (2 hours difference).

Thanks for the fix :-)

-- 
Gary Jennejohn



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210914110246.724cf733>