]> git.ipfire.org Git - thirdparty/util-linux.git/commit
dmesg: fix --since and --until
authorKarel Zak <kzak@redhat.com>
Wed, 20 Apr 2022 12:42:32 +0000 (14:42 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Jul 2022 15:27:30 +0000 (17:27 +0200)
commitd0f6d31f5c8f494445d27ac58e55be4431fec0d2
tree0f2b2e2a134f143a32837c294bfb6bcee2eb977e
parent93a2e63fe7c893aa72375a398bd7d98dca83ee31
dmesg: fix --since and --until

Now --since and --until requires any time field in the output (e.g.
--ctime,-T), it means "dmesg --since '1 day ago'" doesn't work, but
"dmesg -T --since '1 day ago'" works as expected.

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=2076829
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/dmesg.c