CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2025/06/23 07:53:11
Modified files: lib/libc/time : README Theory ctime.3 localtime.c strftime.3 tzfile.5 tzfile.h tzset.3 usr.sbin/zdump : zdump.8 zdump.c usr.sbin/zic : zic.8 zic.c Log message: Merge changes from tzcode2013[e-g] This adds support for version 3 of the time zone data files which supports perpetual DST and new values for the embedded TZ-format string. Older libc can still read the version 3 files. The zdump utility now outputs "UT" when referring to Universal Time, not "UTC". "UTC" does not make sense for time stamps that predate the introduction of UTC, whereas "UT", a more-generic term, does. The documentation also now references "UT" in cases where the time may predate UTC. OK tb@