SELECT (SUM(exittime) - SUM(starttime)) / COUNT(*) AS average FROM cust_records;