mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
unformat json
This commit is contained in:
12
tests/fixtures/centos-7.7/timedatectl.json
vendored
12
tests/fixtures/centos-7.7/timedatectl.json
vendored
@ -1,11 +1 @@
|
||||
{
|
||||
"local_time": "Tue 2020-03-10 17:53:21 PDT",
|
||||
"universal_time": "Wed 2020-03-11 00:53:21 UTC",
|
||||
"rtc_time": "Wed 2020-03-11 00:53:21",
|
||||
"time_zone": "America/Los_Angeles (PDT, -0700)",
|
||||
"ntp_enabled": true,
|
||||
"ntp_synchronized": true,
|
||||
"rtc_in_local_tz": false,
|
||||
"dst_active": true,
|
||||
"epoch_utc": 1583888001
|
||||
}
|
||||
{"local_time":"Tue 2020-03-10 17:53:21 PDT","universal_time":"Wed 2020-03-11 00:53:21 UTC","rtc_time":"Wed 2020-03-11 00:53:21","time_zone":"America/Los_Angeles (PDT, -0700)","ntp_enabled":true,"ntp_synchronized":true,"rtc_in_local_tz":false,"dst_active":true,"epoch_utc":1583888001}
|
||||
|
Reference in New Issue
Block a user