Hi, dates output by "dmesg -T" are not matching real time. Using a program to generate a segfault dmesg is showing times in the future:
# sysctl -w kern.logsigexit=1 kern.logsigexit: 0 -> 1 # ./segfault; date [1] 18445 segmentation fault ./segfault Sat Oct 27 17:33:56 AEDT 2018 # dmesg -T | tail -1 [Sat Oct 27 17:34:02 AEDT 2018] pid 18445 (segfault), uid 0: exited on signal 11 (core not dumped, err = 13)
