sqlite:SELECT datetime(createdTime, 'unixepoch', 'localtime');
mysql:SELECT FROM_UNIXTIME( 1249488000, '%Y年%m月%d' ) ;