X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/c20b44263a89d8bf1a78bfa632daaae3cb4f1da2..e3d34a49246237c9dbcb56db37d4f5807f87b01c:/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(