X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=plugin%2Fshowrss.inc.php;fp=plugin%2Fshowrss.inc.php;h=041bf7d4c76341bee68550f3d423c7293fc277ed;hb=c03214cb2fc9206ed6cad0bd8c96a4b96212e93c;hp=29415f45f47c05f53c5af3ceec1b2deac9fe417a;hpb=dcc6b19cb04618da87a41965a10db2f48b37c25e;p=pukiwiki%2Fpukiwiki.git diff --git a/plugin/showrss.inc.php b/plugin/showrss.inc.php index 29415f4..041bf7d 100644 --- a/plugin/showrss.inc.php +++ b/plugin/showrss.inc.php @@ -94,9 +94,10 @@ class ShowRSS_html foreach ($items as $item) { $link = $item['LINK']; $title = $item['TITLE']; - $passage = get_passage($item['_TIMESTAMP']); - $link = '' . $title . ''; + $date = get_date_atom($item['_TIMESTAMP'] + LOCALZONE); + $link = '' . $title . ''; $this->items[$date][] = $this->format_link($link); } }