Re: [Mediawiki-l] Set the correct timezone

2010-09-16 Thread orschiro
d it helped. > -Jim > > -Original Message- > From: orsch...@googlemail.com [mailto:orsch...@googlemail.com] > Sent: Wednesday, September 15, 2010 2:37 PM > To: MediaWiki announcements and site admin list > Subject: Re: [Mediawiki-l] Set the correct timezone > > Th

Re: [Mediawiki-l] Set the correct timezone

2010-09-15 Thread Sullivan, James (NIH/CIT) [C]
t: Re: [Mediawiki-l] Set the correct timezone The notice about safe mode did it. Thank you, obviously my webhosting account is running in safe mode. Should I generally deactivate it? --robert > I use the following: > > ## Set Default Timezone > $wgLocaltimezone = "America/New_York&q

Re: [Mediawiki-l] Set the correct timezone

2010-09-15 Thread orschiro
u need to see this: > http://www.mediawiki.org/wiki/Safe_mode#Setting_time_zone_in_safe_mode > > -Jim > > -Original Message- > From: orsch...@googlemail.com [mailto:orsch...@googlemail.com] > Sent: Wednesday, September 15, 2010 1:25 AM > To: z...@fooassociates.com; Medi

Re: [Mediawiki-l] Set the correct timezone

2010-09-15 Thread Sullivan, James (NIH/CIT) [C]
sociates.com; MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Set the correct timezone It's a 1.16.0. I reread the manual and obviously had missunderstand it the first time. I need to add also the following right? $wgLocalTZoffset = date("Z") / 60;putenv(&

Re: [Mediawiki-l] Set the correct timezone

2010-09-14 Thread orschiro
It's a 1.16.0. I reread the manual and obviously had missunderstand it the first time. I need to add also the following right? $wgLocalTZoffset = date("Z") / 60;putenv("TZ=$oldtz"); Well it still doesn't work... --robert 2010/9/14 Zak Greant (Foo Associates) > On Tue, Sep 14, 2010 at 05:58,

Re: [Mediawiki-l] Set the correct timezone

2010-09-14 Thread Zak Greant (Foo Associates)
On Tue, Sep 14, 2010 at 05:58, wrote: > I want to set the correct timezone for my wiki as all logs are two hours > behind. So I declared the following in LocalSettings but there's no change. ... What version of MediaWiki are you trying to configure? --zak _

[Mediawiki-l] Set the correct timezone

2010-09-14 Thread orschiro
Hello guys, I want to set the correct timezone for my wiki as all logs are two hours behind. So I declared the following in LocalSettings but there's no change. # Set the correct timezone $wgLocaltimezone = "Europe/Berlin"; $oldtz = getenv("TZ"); putenv("TZ=$wgLocaltimezone"); I took the informa