Re: What is expiry time represents in this format

2020-05-15 Thread Michal Privoznik
On 5/15/20 1:07 AM, Santhosh Kumar Gunturu wrote: I see the output. root@X10SDV-8C-TLN4F:/mnt/config# cat /var/lib/libvirt/dnsmasq/mgmt-1br1.status [   {     "ip-address": "192.168.27.8",     "mac-address": "52:54:00:42:21:14",     "hostname": "vyatta",     "expiry-time": 1589500228   }

Re: What is expiry time represents in this format

2020-05-14 Thread Peter Crowther
Seconds since UNIX epoch of midnight on 1 January 1970. See, for example, https://www.epochconverter.com/ to convert to a human readable format. Cheers, Peter On Fri, 15 May 2020, 00:08 Santhosh Kumar Gunturu, < santhosh.978@gmail.com> wrote: > I see the output. > > root@X10SDV-8C-TLN4F:/mn