CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2025/05/19 14:38:53
Modified files: usr.sbin/zdump : zdump.8 zdump.c Log message: zdump: add -t and -V options from tzcode2013d One difference between upstream is that when -t "lotime" is not specified, we use the same low time cutoff as when no -t option is used. Upstream uses (effectively) LLONG_MIN in this case. OK tb@