Get sysuptime snmp to format "days,hours,minutes"

admin

Administrator
Staff member
Through using SNMP protocol i can get the sysuptime of a device for example
Code:
1714656039

How can i convert this into
Code:
x days y minutes z seconds
?

A reference of what type of data is the
Code:
1714656039
can be found <a href="http://oid-info.com/get/1.3.6.1.2.1.1.3" rel="nofollow noreferrer">here</a>. It is actually

<blockquote>
The time (in hundredths of a second) since the network management
portion of the system was last re-initialized.
</blockquote>

Is <a href="https://www.thedarktimes.us/wordpress/uncategorized/converting-snmp-timeticks-to-time" rel="nofollow noreferrer">this</a> something useful?