Page MenuHomePhabricator

Date not formatting
Closed, ResolvedPublic

Description

Author: moadib2k

Description:
<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


Version: unspecified
Severity: normal
OS: Windows XP
Platform: PC

Details

Reference
bz7772

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:26 PM
bzimport set Reference to bz7772.
bzimport added a subscriber: Unknown Object (MLST).

moadib2k wrote:

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.

cyril.dangerville wrote:

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.

cyril.dangerville wrote:

Fixed on subversion.