Just totally normal #FreeBSD things, nothing to see here, uh, just a slight timekeeping malfunction. But, uh, everything's perfectly all right now. We're fine. We're all fine here, now, thank you. How are you?
rld@Intrepid:~$ which uptime
/usr/bin/uptime
rld@Intrepid:~$ which guptime
/usr/local/bin/guptime
rld@Intrepid:~$ man guptime |grep -ci "\<gnu\>"
7
rld@Intrepid:~$ uptime
8:03AM up 8:30, 3 users, load averages: 0.92, 0.68, 0.50
rld@Intrepid:~$ guptime
08:03:42 up 30 days 23:45, 1 user, load average: 0.92, 0.68, 0.50
rld@Intrepid:~$
🍵 