I tried to get the start time of a process in QNX using the ps command i.e. ps -A -o "pid, stime, cmd", but it's showing the start time of all processes as 00.00 (seconds field is missing).
How to get start time of all processes in QNX using command ?