X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/c20b44263a89d8bf1a78bfa632daaae3cb4f1da2..7138fee281c6e11cfef6c669c4b3daab329f8850:/rss.php diff --git a/rss.php b/rss.php index fc35e40..4db9773 100644 --- a/rss.php +++ b/rss.php @@ -90,7 +90,7 @@ foreach(array_keys($bookmarks_tmp) as $key) { if ($GLOBALS['useredir']) { $_link = $GLOBALS['url_redir'] . $_link; } - $_pubdate = gmdate("r", strtotime($row['bDatetime'])); + $_pubdate = date("r", strtotime($row['bDatetime'])); // array_walk($row['tags'], 'filter'); $bookmarks_tpl[] = array(