]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/timeutils: Add %s (seconds since the Epoch) to parse_timestamp()
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Tue, 6 Sep 2022 07:04:36 +0000 (10:04 +0300)
committerKarel Zak <kzak@redhat.com>
Tue, 6 Sep 2022 08:46:09 +0000 (10:46 +0200)
commit80e9e8ca9bba6dfd0884e0d7707d398c2ac9101d
treeed3621f97ab7594bee69eedc59498bc6a794450c
parent3e3f4c03896b075928cc6b244dbe237fc870fb5a
lib/timeutils: Add %s (seconds since the Epoch) to parse_timestamp()

The %s comes handy with for example dmesg with the --since within scripts
to handle log rages.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
lib/timeutils.c