1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

formatting

This commit is contained in:
Kelly Brazil
2021-03-23 14:10:42 -07:00
parent 6802884540
commit ab42e6bb15
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
jc - JSON CLI output utility `date` command output parser
The `epoch` calculated timestamp field is naive (i.e. based on the local time of the system the parser is run on)
The `epoch_utc` calculated timestamp field is timezone-aware and is only available if the timezone field is UTC.
Usage (cli):

View File

@ -1,6 +1,7 @@
"""jc - JSON CLI output utility `date` command output parser
The `epoch` calculated timestamp field is naive (i.e. based on the local time of the system the parser is run on)
The `epoch_utc` calculated timestamp field is timezone-aware and is only available if the timezone field is UTC.
Usage (cli):