mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
- 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
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user