Add an option to display all dates in UTC

Added an option -Z to display all dates in UTC.

Resolves ipmitool/ipmitool#19
Change-Id: Iac3a61190eefde12d95c892af26072ec01f60474
Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>

Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
This commit is contained in:
Nagaraju Goruganti
2018-07-17 07:55:21 -05:00
committed by Alexander Amelkin
parent 0310208383
commit 861ffb4680
9 changed files with 37 additions and 9 deletions

View File

@@ -67,6 +67,7 @@
#define IPMI_PAYLOAD_TYPE_RAKP_4 0x15
extern int verbose;
extern int time_in_utc;
extern int csv_output;
struct ipmi_rq {