Add `getBootTime()` method
Closed this issue · 1 comments
denis-stepanov commented
Currently we have a getBootTimeStr()
method but not getBootTime()
, so people who are not happy with the default string have difficulties formatting it to their taste. We should provide boot time as raw time.
denis-stepanov commented
Done. I also took advantage of adding a symmetric method System::getUptime()
returning uptime in seconds.