1234567890 Seconds Since The Unix Epoch Posted on February 13, 2009 by kimball Posted in Techie Mumbo Jumbo Leave a comment mysql> select unix_timestamp() from dual; +------------------+ | unix_timestamp() | +------------------+ | 1234567890 | +------------------+ 1 row in set (0.00 sec)