what does a value such as "1119206210" in the ctime field mean? How can it be converted to a standard mm/dd/yyyy format?
It is the number of seconds that have passed since January 1st 1970. Read the php or mysql manual to find out how to convert it into whatever format you desire.
To help in the search, it has to do with epoch time.