Nice!
While looking for when some sleep command started, here is what can be typed:
ps -p `pgrep sleep` -o user,pid,start,cmd
USER PID STARTED CMD
user 25218 18:33:03 sleep 357
In this case the sleep command will finish precisely at 18:39:00