From 2a1edc5c3ded14f11868f1ebd0df3b2ebfa1c980 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 4 Apr 2008 19:47:07 +0000 Subject: - an optimization of a Mysql query for tags (oddly but it's faster) - now the dates in the RSS feed are always correct (and in GMT) git-svn-id: http://piwigo.org/svn/trunk@2296 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/feedcreator.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/feedcreator.class.php') diff --git a/include/feedcreator.class.php b/include/feedcreator.class.php index 5138eb30e..f274b8417 100644 --- a/include/feedcreator.class.php +++ b/include/feedcreator.class.php @@ -156,7 +156,7 @@ echo $rss->saveFeed("RSS1.0", "news/feed.xml"); **************************************************************************/ // your local timezone, set to "" to disable or for GMT -define("TIME_ZONE","+01:00"); +define("TIME_ZONE","+00:00"); -- cgit v1.2.3