From 9fd290443f5f99fca0dcd4216b1de70f7d3b8db1 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Thu, 2 Oct 2014 14:39:29 +0200 Subject: journalctl: add --utc option Introduce option to display time in UTC. --- src/shared/output-mode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/output-mode.h') diff --git a/src/shared/output-mode.h b/src/shared/output-mode.h index ac1bb0123b..81d7f05d91 100644 --- a/src/shared/output-mode.h +++ b/src/shared/output-mode.h @@ -44,4 +44,5 @@ typedef enum OutputFlags { OUTPUT_COLOR = 1 << 4, OUTPUT_CATALOG = 1 << 5, OUTPUT_BEGIN_NEWLINE = 1 << 6, + OUTPUT_UTC = 1 << 7, } OutputFlags; -- cgit v1.2.3-54-g00ecf