Index: temp/test-xoops.ec-cube.net/html/test/kakinaka/list.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/test/kakinaka/list.php	(revision 1216)
+++ temp/test-xoops.ec-cube.net/html/test/kakinaka/list.php	(revision 1218)
@@ -14,5 +14,5 @@
 $objQuery = new SC_Query();
 
-$sql = 'SELECT topic_id, topic_title, topic_response, topic_time, uname FROM xoops_bb_topics as tpc left join xoops_users as usr on tpc.topic_response_uid = usr.uid ORDER BY topic_response, topic_id';
+$sql = 'SELECT topic_id, topic_title, topic_response, from_unixtime(topic_time) as topic_time, uname FROM xoops_bb_topics as tpc left join xoops_users as usr on tpc.topic_response_uid = usr.uid ORDER BY topic_response, topic_id';
 
 $arrList = $objQuery->getAll($sql);
Index: temp/test-xoops.ec-cube.net/data/Smarty/templates/list.tpl
===================================================================
--- temp/test-xoops.ec-cube.net/data/Smarty/templates/list.tpl	(revision 1217)
+++ temp/test-xoops.ec-cube.net/data/Smarty/templates/list.tpl	(revision 1218)
@@ -29,5 +29,5 @@
 				<td><!--{$arrResponse[$item.topic_response]}--><!--{if $item.uname != ""}--><br/>[<!--{$item.uname}-->]<!--{/if}--></td>
 				<td><!--{$item.topic_title}--></td>
-				<td><!--{$item.topic_time}--></td>
+				<td><!--{$item.topic_time|sfDispDBDate}--></td>
 			</tr>
 			<!--{/foreach}-->
