Question
I had the DisplayTimeValues set to gmtime and so the time of the last save of the topic shown on the top right is the GMT time.
Its December and our server is set at CET ( GMT + 1 )
I considered using the servertime instead after some users request.
However, whether I set with bin/configure
$TWiki::cfg{DisplayTimeValues} = 'servertime';
or
$TWiki::cfg{DisplayTimeValues} = 'gmt';
the time shown is always GMT.
Is this a bug?
From a seperate web page on the same server the current time returned is as expected - GMT+1
Environment
--
PeterJones - 14 Dec 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
I am not sure as it works for me, but you can get around this by manually modifying both TWiki.cfg and
LocalSite.cfg
--
SteveStark - 15 Dec 2006
It worked for me.
I think most of us would prefer when it's default to
servertime rather than
gmtime? In fact, can we get rid of it completely and just stick to
servertime? Or at least give some option on which GMT zone it is in. That would be cool too.
--
KwangErnLiew - 01 Feb 2007