Time stamp of last boot
I have been trying to determine the best way to get a full timestamp for the last time of system startup (in Terminal.)
I pulled the timestamp from
“ls -1lnUT /var/run/utmpx”
Is there a better method, or, is there a situation where this method would not work?
Thank you in advance.