Merge trunk fix for [ 1480341 ] Timezone Bug
[scuttle] / rss.php
diff --git a/rss.php b/rss.php
index fc35e40f45109519e4216e5dfc5b96005a08bd9e..4db9773e4d382c83b3b88db92b8292c8ebe071fb 100644 (file)
--- 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;
     }
     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(
     // array_walk($row['tags'], 'filter');
 
     $bookmarks_tpl[] = array(

Benjamin Mako Hill || Want to submit a patch?