Signed-off-by: J William Piggott <elseifthen@xxxxxxx> --- sys-utils/hwclock.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index 4279931..72f1f09 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -1364,8 +1364,11 @@ int main(int argc, char **argv) } #endif - if (ctl.debug) + if (ctl.debug) { out_version(); + printf(_("System Time: %ld.%06ld\n"), + startup_time.tv_sec, startup_time.tv_usec); + } if (!ctl.systz && !ctl.predict) determine_clock_access_method(&ctl); -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html