]> git.proxmox.com Git - pve-manager.git/commitdiff
pvereport: add `date -R` to general system info section
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 23 Feb 2023 15:25:59 +0000 (16:25 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 27 Mar 2023 13:30:12 +0000 (15:30 +0200)
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 <l.wagner@proxmox.com>
PVE/Report.pm

index d363c15b57fc196665b3d499a95c790905072638..c9109dcaca09d9a359ac46e9baca500a0045d07b 100644 (file)
@@ -29,6 +29,7 @@ my $init_report_cmds = sub {
            order => 10,
            cmds => [
                'hostname',
+               'date -R',
                'pveversion --verbose',
                'cat /etc/hosts',
                'pvesubscription get',