On 21/02/2008, Herta Van den Eynde herta.vandeneynde@gmail.com wrote:
On 21/02/2008, Leon Kolchinsky lkolchin@univ.haifa.ac.il wrote:
Hello All,
I have this problem with the "Last change" time for wiki pages.
Whenever page is created it's time is OK on clock check.
But when you go to and check "Last changes" you can see that the clock is 2 hours back :(
I'm running gentoo and my clock settings are as following in /etc/conf.d/clock:
CLOCK="GMT"
TIMEZONE="Israel"
CLOCK_OPTS=""
CLOCK_SYSTOHC="no"
SRM="no"
ARC="no"
What could be the problem here?
Best Regards,
Leon
What is your setting for $wgLocaltimezone (in
includes/DefaultSettings.php and LocalSettings.php)?
Kind regards,
Herta
--
"Life on Earth may be expensive,
but it comes with a free ride around the Sun."
--
Herta Van den Eynde -=- 51°09'08" N 004°28'09.60" E
"Life on Earth may be expensive,
but it comes with a free ride around the Sun."
Sorry. Missed out. Try adding this line to back :(
> >
> > I'm running gentoo and my clock settings are as following in /etc/conf.d/clock:
> > CLOCK="GMT"
> > TIMEZONE="Israel"
> > CLOCK_OPTS=""
> > CLOCK_SYSTOHC="no"
> > SRM="no"
> > ARC="no"
> >
> > What could be the problem here?
> >
> >
> > Best Regards,
> > Leon
> >
>
> What is your setting for $wgLocaltimezone (in
> includes/DefaultSettings.php and LocalSettings.php)?
>
> Kind regards,
>
> Herta
>
> --
> "Life on Earth may be expensive,
> but it comes with a free ride around the Sun."
>
--
Herta Van den Eynde -=- 51°09'08" N 004°28'09.60" E
"Life on Earth may be expensive,
but it comes with a free ride around the Sun."
Sorry. Missed out. Try adding this line to back :(
> >
> > I'm running gentoo and my clock settings are as following in /etc/conf.d/clock:
> > CLOCK="GMT"
> > TIMEZONE="Israel"
> > CLOCK_OPTS=""
> > CLOCK_SYSTOHC="no"
> > SRM="no"
> > ARC="no"
> >
> > What could be the problem here?
> >
> >
> > Best Regards,
> > Leon
> >
Ignore previous. Try adding this line to LocalSettings.php:
$wgLocalTZoffset = date("Z") / 60;
Kind regards,
Herta
--
"Life on Earth may be expensive,
but it comes with a free ride around the Sun."