Tag: epoch
-
1234567890 Seconds Since The Unix Epoch
mysql> select unix_timestamp() from dual; +——————+ | unix_timestamp() | +——————+ | 1234567890 | +——————+ 1 row in set (0.00 sec)
There’s no substitute for a good subtitle.
mysql> select unix_timestamp() from dual; +——————+ | unix_timestamp() | +——————+ | 1234567890 | +——————+ 1 row in set (0.00 sec)