doesn't uptime give you what you want?
otherwise... you can grep the logs for that particular connection, 38972, to see it's full history
ie.
tugcat | grep " 38972 "
zcat /var/log/tug/tug_*.gz | grep " 38972 "
the first is today's logs, the second will go all the way back as far as the logs go.