diff --git a/docs/parsers/timedatectl.md b/docs/parsers/timedatectl.md index c4da08f4..f6628b22 100644 --- a/docs/parsers/timedatectl.md +++ b/docs/parsers/timedatectl.md @@ -3,7 +3,7 @@ # jc.parsers.timedatectl jc - JSON CLI output utility `timedatectl` command output parser -The `epoch_utc` calculated timestamp field is timezone-aware and is only available if the universal_time field is available. +The `epoch_utc` calculated timestamp field is timezone-aware and is only available if the `universal_time` field is available. Usage (cli): diff --git a/jc/man/jc.1.gz b/jc/man/jc.1.gz index 2a7526da..3a4e97af 100644 Binary files a/jc/man/jc.1.gz and b/jc/man/jc.1.gz differ diff --git a/jc/parsers/timedatectl.py b/jc/parsers/timedatectl.py index 84ef131b..565119a1 100644 --- a/jc/parsers/timedatectl.py +++ b/jc/parsers/timedatectl.py @@ -1,6 +1,6 @@ """jc - JSON CLI output utility `timedatectl` command output parser -The `epoch_utc` calculated timestamp field is timezone-aware and is only available if the universal_time field is available. +The `epoch_utc` calculated timestamp field is timezone-aware and is only available if the `universal_time` field is available. Usage (cli): diff --git a/man/jc.1.gz b/man/jc.1.gz index 2a7526da..3a4e97af 100644 Binary files a/man/jc.1.gz and b/man/jc.1.gz differ