diff options
Diffstat (limited to '')
-rw-r--r-- | include/feedcreator.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |