NetBSD/sbin/dmesg
kre 0d9f7721aa In -TT mode (ISO8601 duration timestamps) print milliseconds as
decimal fractions of a second (as they should be) rather than integer
milliseconds (ie nnn.1means nnn seconds and 1/10 of a second, not
nnn seconds, and 1 millisecond).   While here convert some inappropriate
time_t usage to intmax_t which works better (int, or long, would probably
work just as well).
2018-09-19 22:55:12 +00:00
..
dmesg.8 add -TT printing ISO 8601 duration 2018-09-19 00:15:05 +00:00
dmesg.c In -TT mode (ISO8601 duration timestamps) print milliseconds as 2018-09-19 22:55:12 +00:00
Makefile