MySQLで現在のタイムスタンプを取得する.
# MySQLで現在のタイムスタンプを取得する.
> select current_timestamp();
+---------------------+
| current_timestamp() |
+---------------------+
| 2016-10-01 16:48:47 |
+---------------------+
1 row in set (0.00 sec)
参考: http://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html