Topic: converting unix timestamp
i have my forum here and my website here
the news page of my site pulls any relevant sticky posts created by me and shows them. what i can't figure out is how to go about converting the unix timestamps in the post table into readable dates in the way that punbb does it
the only thing in can find in viewtopic.php is format_time() and i can't seem to find where that function is defined.