ps -o lstart [Process ID]=> the start time of the process.
ps -eo user,pid,lstart,comm => the start time for each command. The ‘user’ is the one whose identity the command runs in and is not necessarily the one that initiated it.
ps -u [user] => prints out all the processes that are initiated by this user.