mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
update timedatectl tests for new epoch_utc field
This commit is contained in:
12
tests/fixtures/centos-7.7/timedatectl.json
vendored
12
tests/fixtures/centos-7.7/timedatectl.json
vendored
@ -1 +1,11 @@
|
||||
{"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}
|
||||
{
|
||||
"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
|
||||
}
|
||||
|
2
tests/fixtures/ubuntu-18.04/timedatectl.json
vendored
2
tests/fixtures/ubuntu-18.04/timedatectl.json
vendored
@ -1 +1 @@
|
||||
{"local_time": "Wed 2020-03-11 00:51:11 UTC", "universal_time": "Wed 2020-03-11 00:51:11 UTC", "rtc_time": "Wed 2020-03-11 00:51:11", "time_zone": "Etc/UTC (UTC, +0000)", "system_clock_synchronized": true, "systemd-timesyncd.service_active": true, "rtc_in_local_tz": false}
|
||||
{"local_time":"Wed 2020-03-11 00:51:11 UTC","universal_time":"Wed 2020-03-11 00:51:11 UTC","rtc_time":"Wed 2020-03-11 00:51:11","time_zone":"Etc/UTC (UTC, +0000)","system_clock_synchronized":true,"systemd-timesyncd.service_active":true,"rtc_in_local_tz":false,"epoch_utc":1583887871}
|
||||
|
Reference in New Issue
Block a user