From a058f6c174e31f5e6040883bb544b83abd88c749 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 22 Mar 2021 20:21:46 -0700 Subject: [PATCH] added naive epoch calculation info to docs --- jc/parsers/last.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jc/parsers/last.py b/jc/parsers/last.py index eb312416..22b99d19 100644 --- a/jc/parsers/last.py +++ b/jc/parsers/last.py @@ -2,6 +2,8 @@ Supports -w and -F options. +Calculated epoch time fields are naive (i.e. based on the local time of the system the parser is run on) since there is no timezone information in the `last` command output. + Usage (cli): $ last | jc --last