The uptime command displays the current time, how long the server has been running since it was last rebooted, how many users are signed into the server, and the server's load average.
02:37:41 up 1 day, 23:55, 1 user, load average: 0.05, 0.06, 0.14
The -p or --pretty option can be used to make the output easy to read.
uptime -p
. . .
up 1 day, 23 hours, 56 minutes
The -s or --since option can be used to determine when the system was last restarted.
uptime -s
. . .
2020-03-15 02:37:19