MySQL Timestemp(格林威治時間) 轉 臺北時間日期

摘要:MySQL Timestemp(格林威治時間) 轉 臺北時間日期

 

select DATE_FORMAT(FROM_UNIXTIME(create_datetime+8*3600),

GET_FORMAT(DATE,'JIS')) as create_date

from table_name