hasen's tech life

Twitter: @hasen

Entries from 2016-10-01 to 1 day

MySQLで現在のタイムスタンプを取得する.

# MySQLで現在のタイムスタンプを取得する. > select current_timestamp(); +---------------------+ | current_timestamp() | +---------------------+ | 2016-10-01 16:48:47 | +---------------------+ 1 row in set (0.00 sec) 参考: http://dev.mysql.c…