Date Time Functions MySQL Tutorial

mysql>
mysql> SELECT UNIX_TIMESTAMP('1997-10-04 22:23:00');
+---------------------------------------+
| UNIX_TIMESTAMP('1997-10-04 22:23:00') |
+---------------------------------------+
|                             876028980 |
+---------------------------------------+
1 row in set (0.00 sec)
mysql>