diff --git a/docs/parsers/last.md b/docs/parsers/last.md index a0004d5c..8267a3e1 100644 --- a/docs/parsers/last.md +++ b/docs/parsers/last.md @@ -2,7 +2,7 @@ # jc.parsers.last jc - JSON CLI output utility `last` and `lastb` command output parser -Supports -w and -F options. +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. diff --git a/jc/parsers/last.py b/jc/parsers/last.py index ac66c653..ff77ff11 100644 --- a/jc/parsers/last.py +++ b/jc/parsers/last.py @@ -1,6 +1,6 @@ """jc - JSON CLI output utility `last` and `lastb` command output parser -Supports -w and -F options. +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.