mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
docs formatting
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
# jc.parsers.last
|
# jc.parsers.last
|
||||||
jc - JSON CLI output utility `last` and `lastb` command output parser
|
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.
|
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.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
"""jc - JSON CLI output utility `last` and `lastb` command output parser
|
"""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.
|
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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user