summaryrefslogtreecommitdiff
path: root/src/shared/output-mode.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-04-20 19:46:37 +0200
committerLennart Poettering <lennart@poettering.net>2016-04-22 16:16:59 +0200
commitbb321ed9a33d6c90e2529db86ffabd913805088a (patch)
tree2632cb4a9847606e890e717319cda99bc9f721ca /src/shared/output-mode.h
parent766cd081525575875dd1291d4de0e65bcb5e1a89 (diff)
journalctl: add output mode where time is shown in seconds since 1st Jan 1970 UTC
aka "UNIX time". Fixes: #2120
Diffstat (limited to 'src/shared/output-mode.h')
-rw-r--r--src/shared/output-mode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/output-mode.h b/src/shared/output-mode.h
index ea2e95f06b..56fd3ba8e3 100644
--- a/src/shared/output-mode.h
+++ b/src/shared/output-mode.h
@@ -26,6 +26,7 @@ typedef enum OutputMode {
OUTPUT_SHORT_ISO,
OUTPUT_SHORT_PRECISE,
OUTPUT_SHORT_MONOTONIC,
+ OUTPUT_SHORT_UNIX,
OUTPUT_VERBOSE,
OUTPUT_EXPORT,
OUTPUT_JSON,