I expected it will finish by 24:00 give or take.
In addition, your command can be simplified to:
`uptime | cut -d, -f5 | tr -d ' '`
Useless use of awk, sed, cat, and * should be punishable by repeated beatings.
For extra code golf points, here's the entire thing as short as I can make it on...