If a UTC timezone can be detected in the text of the command output, the timestamp will be timezone aware and have a _utc suffix on the key name. (e.g. epoch_utc) No other timezones are supported for aware timestamps.Use In Other Shellsjc can be used in most any shell. Some ...
Some modern shells have JSON deserialization and filtering capabilities built-in which makes using jc even more convenient.For example, the following is possible in NGS (Next Generation Shell):myvar = ``jc dig www.google.com``[0].answer[0].data...