The MySQL CURRENT_TIMESTAMP
function returns the current date and time.
This function is actually a synonym for the NOW()
function.
The value is returned in ‘YYYY-MM-DD HH:MM:SS’ or YYYYMMDDHHMMSS format, depending on whether the function is used in a string or numeric context.