diff options
author | Jan Synacek <jsynacek@redhat.com> | 2014-10-02 14:39:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-02 14:52:32 +0200 |
commit | 9fd290443f5f99fca0dcd4216b1de70f7d3b8db1 (patch) | |
tree | 4d486eed4efd28017883e0876a92a21abe5a63ad /src/shared/output-mode.h | |
parent | b344bcbbfda8fbe14dadc5aa4b5dfb3ced6d76e2 (diff) |
journalctl: add --utc option
Introduce option to display time in UTC.
Diffstat (limited to 'src/shared/output-mode.h')
-rw-r--r-- | src/shared/output-mode.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |