hexparrot / mineos-node

node.js implementation of mineos minecraft management
GNU General Public License v3.0
335 stars 169 forks source link

Format uptime to days/weeks/months etc #193

Closed wildcardjoker closed 8 years ago

wildcardjoker commented 8 years ago

Currently our uptime shows 144:50:21

It would be great if that could be presented in a more user-friendly way, such as

Thanks!

MrBretze commented 8 years ago

To fix this: https://github.com/MrBretze/mineos-node/blob/master/html/js/scriptin.js#L100-L117

wildcardjoker commented 8 years ago

Excellent, thanks!