timestamp and datetime in mysql code example
Example 1: mysql CURRENT_TIMESTAMP()
CURRENT_TIMESTAMP()
Example 2: mysql date format unix timestamp
SELECT
FROM_UNIXTIME(timestamp)
FROM
your_table;
Example 3: timestamp mysql
1970-01-01 00:00:01