I'm going to store the UNIX timestamp into a MySQL data table.
Note, the function, time(), produces an Unix timestamp.
What data type in MySQL would I use to store the Unix timestamp?
better to use timestamp and convert if needed (well i think so anyway) else as an int