CVSROOT:        /cvs
Module name:    src
Changes by:     st...@cvs.openbsd.org   2019/11/07 09:25:05

Modified files:
        share/zoneinfo : Makefile 

Log message:
Stop installing the "leap-second" zoneinfo files in share/zoneinfo/right
(and the second copy of the "normal" files in share/zoneinfo/posix).

The way these files are supposed to work is that you set the system
clock to the time with leap-seconds included (UTC+leap, or TAI-10) and
copy the entire "right" set of files to the main zoneinfo directory
(upstream provides them as parallel directories to encourage this).

And everyone else sets the system clock to UTC and uses the "posix" files.

https://data.iana.org/time-zones/theory.html#leapsec

We don't have much support for a non-UTC system clock, and these files
have been seen to cause some confusion.

kettenis@ says "Software that really cares probably has its own leap-
second table and will actually rely on the POSIX definition of time_t to
convert times into human readable form."

ok deraadt naddy millert

Reply via email to