Last modified: 2006-11-09 14:10:00 UTC
<DPL> debug=3 namespace=Talk shownamespace=false addeditdate=true adduser=true ordermethod=lastedit order=descending count=10 </DPL> in the output the edit date is not correct
Sorry that was not really clear, the date is correct but it is in GMT. It is not formatted according to preferences. If I go to the page edit history the time is correct there.
Yes, the user time correction/offset is ignored. To fix that, change line 1004 (v0.7.7) to: <pre> $r .= $wgLang->timeanddate($aAddDates[$i], true) . ': '; </pre> This will be fixed in the next version.
Fixed on subversion.
That's r17509.