My initial approach was:
$current = time(); // save this to column CURRENT_TIME with column type VARCHAR //retrieve it like this $retrieved = mysql_query(..
I just use the TIMESTAMP value type in MySQL, and let MySQL use its own CURRENT_TIMESTAMP.
TIMESTAMP
CURRENT_TIMESTAMP