Date Time Functions MySQL Tutorial

mysql>
mysql> SELECT UNIX_TIMESTAMP();
+------------------+
| UNIX_TIMESTAMP() |
+------------------+
|       1185158783 |
+------------------+
1 row in set (0.00 sec)
mysql>