Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libc/time



On Wed, Mar 23, 2022 at 02:00:29PM +0100, Tobias Nygren wrote:
> I think this commit broke something.
> date(1) no longer reports a time zone and is stuck at GMT time:
> 
> $ ls -l /etc/localtime
> lrwxr-xr-x  1 root  wheel  36 Mar 22 08:47 /etc/localtime -> /usr/share/zoneinfo/Europe/Stockholm
> $ date
> Wed Mar 23 12:57:40  2022
> $ TZ=CET date
> Wed Mar 23 12:57:44  2022
> $ TZ=foo date
> Wed Mar 23 12:57:48 GMT 2022

The lib/libc/time tests are failing and e.g. this:

	zdump -v /usr/share/zoneinfo/US/Eastern

gives a suprisingly short output.

Martin


Home | Main Index | Thread Index | Old Index