I have a field in a MySQL table which has a timestamp data type. I am saving data into that table. But when I pass the timestamp (1299762201428) to
timestamp
1299762201428
If the timestamp is the current time, you could use the mysql NOW() function
NOW()