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 Tue, 22 Mar 2022 13:48:39 -0400
Christos Zoulas <christos%netbsd.org@localhost> wrote:

> Modified Files:
> 	src/lib/libc/time: CONTRIBUTING Makefile NEWS localtime.c private.h
> 	    theory.html tz-link.html tzselect.8 tzselect.ksh version zdump.c
> 	    zic.c
> 
> Log Message:
> welcome to tzcode-2022a

Hi,

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

Kind regards,
-Tobias


Home | Main Index | Thread Index | Old Index