Topic: RSS Feed Syndication Timezone problem

Hello,
Im from Turkey

my RSS feed file 1_rss20.xml   timezone +0100 but expect must  timezone +0200
whats wrong
content_feed.php date('r') RFC2282 and

$query = "SELECT a.*, u.name AS author, u.usertype, UNIX_TIMESTAMP( a.created ) AS created_ts"

UNIX_TIMESTAMP return +0100 but timezone Europa/ıstanbul (+0200)


Note:
Global SYSTEM timezone Europe/Istanbul
default time_zone = Europe/Istanbul
MYSQL timezone= Europe/Istanbul

???*

Last edited by masoksian (2009-01-21 15:01:07)

Linux, Delphi, Eclipse,

Re: RSS Feed Syndication Timezone problem

this is where you adjust it; 

/includes/feedcreator.class.php   line 165

define("TIME_ZONE","+01:00");

change it to +02:00

it'll be fine. we will probably not make any code changes around this for now, so it'll be a manual config in code as it's been for quite sometime wink

http://brilaps.com || http://blog.ocszone.com || http://miacms.org

Re: RSS Feed Syndication Timezone problem

Thank you ocs,

problem solution success smile

Linux, Delphi, Eclipse,