When I use the uptime command on my linux vb, it shows its output like this before it has been on for longer than 1 hour;
13:45:25 up 40 min, 3 users, load average: 0.41, 0.37, 0.27
But after the first hour of on-time, it displays it like this;
13:45:25 up 01:40, 3 users, load average: 0.41, 0.37, 0.27
So it changes the human readable(?) up 40 minutes to the digital of up 01:40. What I want from my new uptime command is that it always gives the uptime in digital clock, so even when the pc has been on for 1 minute, it shows it like this; 13:45:25 up 00:01, 3 users, load average: 0.41, 0.37, 0.27