Edit

IABSD.fr/src/usr.sbin/zdump

Branch :

  • Show log

    Commit

  • Author : millert
    Date : 2025-06-23 13:53:11
    Hash : 8b6603bd
    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@