Date Time Functions MySQL Tutorial

mysql>
mysql> SELECT UNIX_TIMESTAMP('2005-03-27 03:00:00');
+---------------------------------------+
| UNIX_TIMESTAMP('2005-03-27 03:00:00') |
+---------------------------------------+
|                            1111917600 |
+---------------------------------------+
1 row in set (0.02 sec)
mysql>