From 3e441c505f6551f266e1c96e0f450777f1577398 Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Thu, 23 Feb 2023 16:25:59 +0100 Subject: [PATCH] pvereport: add `date -R` to general system info section Sometimes it can be quite useful to know when exactly a system report was generated. Adds the following output quite prominently in the general system info section: # date -R Thu, 23 Feb 2023 16:21:12 +0100 Signed-off-by: Lukas Wagner --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index d363c15b..c9109dca 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -29,6 +29,7 @@ my $init_report_cmds = sub { order => 10, cmds => [ 'hostname', + 'date -R', 'pveversion --verbose', 'cat /etc/hosts', 'pvesubscription get', -- 2.39.2