Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ryehFor automated runs on the server, start/completed times for each node is stored in the *.log.brd.
When you're looking in the BRS file, the start and end times are timestamps casted as long integers. You can use the timestamp function to convert the longs. Not sure if that's what you're asking.