Having $wgLocaltimezone = false it is assumed that the signature comes in a
standard time (afaik: UTC, server independent) and a timezone indicator is added.
But the trailing string stems from the server's environment, on my machine
"CEST", which is user preferenced offset (in my case, 2 hours). This renders any
signature as "....... (CEST)", the time correctly shown as UTC, but the string
being wrong.
When I fake $wgLocaltimezone = "UTC" in DefaultSettings.php, this corrects my
problem, but studying the code in Parser:pstPass2 I feel that the parser is not
fully correctly programmed there and should perhaps _not_ use $wgContLang and
date( 'T' ) there.
I am not sure, and one of you experts should have a look into this problem. It
is only referring to the rendering of the timestamps on signatures !
Version: 1.5.x
Severity: normal